#1D2C0F
A very dark, moderate green closely aligning with Darkslategray.
About #1D2C0F
At its core, #1D2C0F is a very dark and moderate hue. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(29, 44, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 34% C, 0% M, 66% Y, and 83% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#1D2C0F
RGB29, 44, 15
HSL91.0°, 49.2%, 11.6%
CMYK34%, 0%, 66%, 83%
HSV91.0°, 65.9%, 17.3%
LAB16.0, -12.6, 16.4
XYZ1.5, 2.1, 0.8
Decimal1911823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.79:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.14:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C0F;
}
.text-color {
color: #1D2C0F;
}
.border-color {
border: 2px solid #1D2C0F;
}