#1D5F49
A dark, moderate green closely aligning with Darkslategray.
About #1D5F49
When working with digital screens, the color #1D5F49 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(29, 95, 73).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 69% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D5F49
RGB29, 95, 73
HSL160.0°, 53.2%, 24.3%
CMYK69%, 0%, 23%, 63%
HSV160.0°, 69.5%, 37.3%
LAB35.8, -26.6, 6.6
XYZ5.8, 8.9, 7.7
Decimal1924937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.54:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.21:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F49;
}
.text-color {
color: #1D5F49;
}
.border-color {
border: 2px solid #1D5F49;
}