#1D490F
A very dark, moderate green closely aligning with Darkolivegreen.
About #1D490F
The hex code #1D490F represents a beautifully specific shade of green. Designers often compare it to the standard color Darkolivegreen. In the RGB color space, it consists of 29 red, 73 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 60% C, 0% M, 79% Y, and 71% K. With a hue angle of 105.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very 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#1D490F
RGB29, 73, 15
HSL105.5°, 65.9%, 17.3%
CMYK60%, 0%, 79%, 71%
HSV105.5°, 79.5%, 28.6%
LAB26.9, -27.4, 28.6
XYZ3.0, 5.1, 1.3
Decimal1919247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.44:1
Text on #FFFFFF
AAA
2.01:1
Text on #000000
FAIL
9.97:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D490F;
}
.text-color {
color: #1D490F;
}
.border-color {
border: 2px solid #1D490F;
}