#1D5F3A
A dark, moderate green closely aligning with Seagreen.
About #1D5F3A
The precise color #1D5F3A is an excellent choice for modern design projects. Designers often compare it to the standard color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 95, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 69% C, 0% M, 39% Y, and 63% K. The HSL representation is 146.4° hue, 53.2% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D5F3A
RGB29, 95, 58
HSL146.4°, 53.2%, 24.3%
CMYK69%, 0%, 39%, 63%
HSV146.4°, 69.5%, 37.3%
LAB35.5, -30.2, 15.3
XYZ5.4, 8.8, 5.4
Decimal1924922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.64:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.30:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F3A;
}
.text-color {
color: #1D5F3A;
}
.border-color {
border: 2px solid #1D5F3A;
}