#1D4207
A very dark, vivid green closely aligning with Darkolivegreen.
About #1D4207
At its core, #1D4207 is a very dark and vivid hue. Designers often compare it to the standard color Darkolivegreen. In the RGB color space, it consists of 29 red, 66 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. With a hue angle of 97.6 degrees, it sits comfortably in the green spectrum.
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#1D4207
RGB29, 66, 7
HSL97.6°, 80.8%, 14.3%
CMYK56%, 0%, 89%, 74%
HSV97.6°, 89.4%, 25.9%
LAB24.2, -24.9, 29.3
XYZ2.5, 4.2, 0.9
Decimal1917447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.45:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.94:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D4207;
}
.text-color {
color: #1D4207;
}
.border-color {
border: 2px solid #1D4207;
}