#006D2C
A dark, vivid green closely aligning with Darkgreen.
About #006D2C
When working with digital screens, the color #006D2C is rendered by mixing light. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(0, 109, 44).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#006D2C
RGB0, 109, 44
HSL144.2°, 100.0%, 21.4%
CMYK100%, 0%, 60%, 57%
HSV144.2°, 100.0%, 42.7%
LAB39.8, -42.2, 28.5
XYZ5.9, 11.1, 4.2
Decimal27948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.51:1
Text on #FFFFFF
AA
3.22:1
Text on #000000
AA Large
6.23:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006D2C;
}
.text-color {
color: #006D2C;
}
.border-color {
border: 2px solid #006D2C;
}