#1D7C42
A dark, moderate green closely aligning with Seagreen.
About #1D7C42
At its core, #1D7C42 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 29 red, 124 green, and 66 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 77% Cyan, 0% Magenta, 47% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D7C42
RGB29, 124, 66
HSL143.4°, 62.1%, 30.0%
CMYK77%, 0%, 47%, 51%
HSV143.4°, 76.6%, 48.6%
LAB45.7, -40.8, 24.1
XYZ8.7, 15.1, 7.6
Decimal1932354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.23:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.00:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C42;
}
.text-color {
color: #1D7C42;
}
.border-color {
border: 2px solid #1D7C42;
}