#3A7C42
A dark, moderate green closely aligning with Seagreen.
About #3A7C42
At its core, #3A7C42 is a dark and moderate hue. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(58, 124, 66).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 0% M, 47% Y, and 51% K. With a hue angle of 127.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#3A7C42
RGB58, 124, 66
HSL127.3°, 36.3%, 35.7%
CMYK53%, 0%, 47%, 51%
HSV127.3°, 53.2%, 48.6%
LAB46.6, -34.2, 25.3
XYZ9.9, 15.7, 7.7
Decimal3832898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C42;
}
.text-color {
color: #3A7C42;
}
.border-color {
border: 2px solid #3A7C42;
}