#1D4200
A very dark, vivid green closely aligning with Darkolivegreen.
About #1D4200
When working with digital screens, the color #1D4200 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(29, 66, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 56% C, 0% M, 100% Y, and 74% K. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D4200
RGB29, 66, 0
HSL93.6°, 100.0%, 12.9%
CMYK56%, 0%, 100%, 74%
HSV93.6°, 100.0%, 25.9%
LAB24.2, -25.4, 32.1
XYZ2.5, 4.2, 0.7
Decimal1917440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.47:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.96:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D4200;
}
.text-color {
color: #1D4200;
}
.border-color {
border: 2px solid #1D4200;
}