#167C1D
A dark, moderate green closely aligning with Forestgreen.
About #167C1D
At its core, #167C1D is a dark and moderate hue. It is closely associated with the named CSS color Forestgreen. This translates to an RGB value of rgb(22, 124, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 82% Cyan, 0% Magenta, 77% Yellow, and 51% Black. With a hue angle of 124.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#167C1D
RGB22, 124, 29
HSL124.1°, 69.9%, 28.6%
CMYK82%, 0%, 77%, 51%
HSV124.1°, 82.3%, 48.6%
LAB45.2, -46.8, 41.4
XYZ7.8, 14.7, 3.6
Decimal1473565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167C1D;
}
.text-color {
color: #167C1D;
}
.border-color {
border: 2px solid #167C1D;
}