#427C33
A dark, moderate green closely aligning with Seagreen.
About #427C33
At its core, #427C33 is a dark and moderate hue. It is closely associated with the named CSS color Seagreen. Its digital footprint relies on 66 parts red, 124 parts green, and 51 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 47% cyan, 0% magenta, 59% yellow, and 51% black. With a hue angle of 107.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#427C33
RGB66, 124, 51
HSL107.7°, 41.7%, 34.3%
CMYK47%, 0%, 59%, 51%
HSV107.7°, 58.9%, 48.6%
LAB46.7, -33.9, 33.5
XYZ10.1, 15.8, 5.7
Decimal4357171
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.82:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #427C33;
}
.text-color {
color: #427C33;
}
.border-color {
border: 2px solid #427C33;
}