#1D492C
A dark, moderate green closely aligning with Darkslategray.
About #1D492C
At its core, #1D492C is a dark and moderate hue. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 29 red, 73 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 0% Magenta, 40% Yellow, and 71% Black. With a hue angle of 140.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#1D492C
RGB29, 73, 44
HSL140.5°, 43.1%, 20.0%
CMYK60%, 0%, 40%, 71%
HSV140.5°, 60.3%, 28.6%
LAB27.3, -22.9, 12.9
XYZ3.3, 5.2, 3.2
Decimal1919276
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.29:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.83:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D492C;
}
.text-color {
color: #1D492C;
}
.border-color {
border: 2px solid #1D492C;
}