#1D5033
A dark, moderate green closely aligning with Darkslategray.
About #1D5033
At its core, #1D5033 is a dark and moderate hue. Its closest recognized web color is Darkslategray. In the RGB color space, it consists of 29 red, 80 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. With a hue angle of 145.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D5033
RGB29, 80, 51
HSL145.9°, 46.8%, 21.4%
CMYK64%, 0%, 36%, 69%
HSV145.9°, 63.8%, 31.4%
LAB30.0, -24.8, 12.1
XYZ4.0, 6.2, 4.1
Decimal1921075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.34:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.93:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5033;
}
.text-color {
color: #1D5033;
}
.border-color {
border: 2px solid #1D5033;
}