#166D1D
A dark, moderate green closely aligning with Darkgreen.
About #166D1D
At its core, #166D1D is a dark and moderate hue. Designers often compare it to the standard color Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 109, and 29.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 80% C, 0% M, 73% Y, and 57% K. With a hue angle of 124.8 degrees, it sits comfortably in the green spectrum.
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#166D1D
RGB22, 109, 29
HSL124.8°, 66.4%, 25.7%
CMYK80%, 0%, 73%, 57%
HSV124.8°, 79.8%, 42.7%
LAB39.9, -41.7, 35.9
XYZ6.0, 11.2, 3.0
Decimal1469725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.48:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.20:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #166D1D;
}
.text-color {
color: #166D1D;
}
.border-color {
border: 2px solid #166D1D;
}