#1D2C24
A very dark, muted green closely aligning with Darkslategray.
About #1D2C24
When working with digital screens, the color #1D2C24 is rendered by mixing light. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 29 red, 44 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 34% C, 0% M, 18% Y, and 83% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D2C24
RGB29, 44, 36
HSL148.0°, 20.5%, 14.3%
CMYK34%, 0%, 18%, 83%
HSV148.0°, 34.1%, 17.3%
LAB16.5, -8.5, 3.2
XYZ1.7, 2.2, 2.0
Decimal1911844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.60:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.96:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C24;
}
.text-color {
color: #1D2C24;
}
.border-color {
border: 2px solid #1D2C24;
}