#166D2C
A dark, moderate green closely aligning with Darkgreen.
About #166D2C
When working with digital screens, the color #166D2C is rendered by mixing light. Its closest recognized web color is Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 109, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 80% Cyan, 0% Magenta, 60% Yellow, and 57% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#166D2C
RGB22, 109, 44
HSL135.2°, 66.4%, 25.7%
CMYK80%, 0%, 60%, 57%
HSV135.2°, 79.8%, 42.7%
LAB40.1, -39.8, 28.9
XYZ6.3, 11.3, 4.2
Decimal1469740
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.45:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.16:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #166D2C;
}
.text-color {
color: #166D2C;
}
.border-color {
border: 2px solid #166D2C;
}