#1D241D
A very dark, muted green closely aligning with Black.
About #1D241D
At its core, #1D241D is a very dark and muted hue. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 29 red, 36 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. The color uses 19% Cyan, 0% Magenta, 19% Yellow, and 86% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
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#1D241D
RGB29, 36, 29
HSL120.0°, 10.8%, 12.7%
CMYK19%, 0%, 19%, 86%
HSV120.0°, 19.4%, 14.1%
LAB13.3, -4.9, 3.6
XYZ1.4, 1.6, 1.4
Decimal1909789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.88:1
Text on #FFFFFF
AAA
1.32:1
Text on #000000
FAIL
15.18:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D241D;
}
.text-color {
color: #1D241D;
}
.border-color {
border: 2px solid #1D241D;
}