#428357
A dark, moderate green closely aligning with Seagreen.
About #428357
At its core, #428357 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(66, 131, 87).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 0% M, 34% Y, and 49% K. The HSL representation is 139.4° hue, 33.0% saturation, and 38.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#428357
RGB66, 131, 87
HSL139.4°, 33.0%, 38.6%
CMYK50%, 0%, 34%, 49%
HSV139.4°, 49.6%, 51.4%
LAB49.6, -31.3, 17.5
XYZ12.1, 18.1, 11.9
Decimal4358999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428357;
}
.text-color {
color: #428357;
}
.border-color {
border: 2px solid #428357;
}