#427C49
A dark, moderate green closely aligning with Seagreen.
About #427C49
The hex code #427C49 represents a beautifully specific shade of 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, 124, and 73.
If you are designing for print, the four-color process is what matters most. The color uses 47% Cyan, 0% Magenta, 41% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#427C49
RGB66, 124, 73
HSL127.2°, 30.5%, 37.3%
CMYK47%, 0%, 41%, 51%
HSV127.2°, 46.8%, 48.6%
LAB47.0, -30.6, 22.1
XYZ10.7, 16.1, 8.8
Decimal4357193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #427C49;
}
.text-color {
color: #427C49;
}
.border-color {
border: 2px solid #427C49;
}