#1D662C
A dark, moderate green closely aligning with Seagreen.
About #1D662C
The precise color #1D662C 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, 102, and 44.
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 0% Magenta, 57% Yellow, and 60% Black. With a hue angle of 132.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D662C
RGB29, 102, 44
HSL132.3°, 55.7%, 25.7%
CMYK72%, 0%, 57%, 60%
HSV132.3°, 71.6%, 40.0%
LAB37.7, -35.8, 26.2
XYZ5.7, 9.9, 4.0
Decimal1926700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.03:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.71:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D662C;
}
.text-color {
color: #1D662C;
}
.border-color {
border: 2px solid #1D662C;
}