#1D2416
A very dark, muted green closely aligning with Black.
About #1D2416
Visually, #1D2416 is defined as a muted green. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(29, 36, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 19% C, 0% M, 39% Y, and 86% K. The HSL representation is 90.0° hue, 24.1% saturation, and 11.4% lightness.
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#1D2416
RGB29, 36, 22
HSL90.0°, 24.1%, 11.4%
CMYK19%, 0%, 39%, 86%
HSV90.0°, 38.9%, 14.1%
LAB13.1, -6.5, 8.4
XYZ1.3, 1.6, 1.0
Decimal1909782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.96:1
Text on #FFFFFF
AAA
1.32:1
Text on #000000
FAIL
15.25:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2416;
}
.text-color {
color: #1D2416;
}
.border-color {
border: 2px solid #1D2416;
}