#197B13
A dark, vivid green closely aligning with Forestgreen.
About #197B13
Visually, #197B13 is defined as a vivid green. It is closely associated with the named CSS color Forestgreen. This translates to an RGB value of rgb(25, 123, 19).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 80% cyan, 0% magenta, 85% yellow, and 52% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#197B13
RGB25, 123, 19
HSL116.5°, 73.2%, 27.8%
CMYK80%, 0%, 85%, 52%
HSV116.5°, 84.6%, 48.2%
LAB44.8, -46.8, 44.5
XYZ7.6, 14.4, 3.0
Decimal1669907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #197B13;
}
.text-color {
color: #197B13;
}
.border-color {
border: 2px solid #197B13;
}