#1D240F
A very dark, moderate green closely aligning with Black.
About #1D240F
At its core, #1D240F is a very dark and moderate hue. Its closest recognized web color is Black. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 36, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 19% cyan, 0% magenta, 58% yellow, and 86% black. The HSL representation is 80.0° hue, 41.2% saturation, and 10.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D240F
RGB29, 36, 15
HSL80.0°, 41.2%, 10.0%
CMYK19%, 0%, 58%, 86%
HSV80.0°, 58.3%, 14.1%
LAB13.0, -7.7, 12.5
XYZ1.2, 1.6, 0.7
Decimal1909775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.01:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.30:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D240F;
}
.text-color {
color: #1D240F;
}
.border-color {
border: 2px solid #1D240F;
}