#428A49
A medium, moderate green closely aligning with Seagreen.
About #428A49
Visually, #428A49 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 138, and 73.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 52% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 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#428A49
RGB66, 138, 73
HSL125.8°, 35.3%, 40.0%
CMYK52%, 0%, 47%, 46%
HSV125.8°, 52.2%, 54.1%
LAB51.6, -37.0, 28.0
XYZ12.5, 19.8, 9.5
Decimal4360777
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428A49;
}
.text-color {
color: #428A49;
}
.border-color {
border: 2px solid #428A49;
}