#006D1D
A dark, vivid green closely aligning with Darkgreen.
About #006D1D
The hex code #006D1D represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(0, 109, 29).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 73% Y, and 57% K. With a hue angle of 136.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#006D1D
RGB0, 109, 29
HSL136.0°, 100.0%, 21.4%
CMYK100%, 0%, 73%, 57%
HSV136.0°, 100.0%, 42.7%
LAB39.6, -44.2, 35.6
XYZ5.7, 11.0, 3.0
Decimal27933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.55:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.26:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006D1D;
}
.text-color {
color: #006D1D;
}
.border-color {
border: 2px solid #006D1D;
}