#1D3A2C
A very dark, moderate green closely aligning with Darkslategray.
About #1D3A2C
Visually, #1D3A2C is defined as a moderate green. Its closest recognized web color is Darkslategray. In the RGB color space, it consists of 29 red, 58 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 50% Cyan, 0% Magenta, 24% Yellow, and 77% Black. The HSL representation is 151.0° hue, 33.3% saturation, and 17.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very 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#1D3A2C
RGB29, 58, 44
HSL151.0°, 33.3%, 17.1%
CMYK50%, 0%, 24%, 77%
HSV151.0°, 50.0%, 22.7%
LAB21.8, -14.9, 5.3
XYZ2.5, 3.5, 2.9
Decimal1915436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.40:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.85:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3A2C;
}
.text-color {
color: #1D3A2C;
}
.border-color {
border: 2px solid #1D3A2C;
}