#337C42
A dark, moderate green closely aligning with Seagreen.
About #337C42
At its core, #337C42 is a dark and moderate hue. 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 51, 124, and 66.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 59% Cyan, 0% Magenta, 47% Yellow, and 51% Black. With a hue angle of 132.3 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#337C42
RGB51, 124, 66
HSL132.3°, 41.7%, 34.3%
CMYK59%, 0%, 47%, 51%
HSV132.3°, 58.9%, 48.6%
LAB46.3, -36.2, 25.0
XYZ9.6, 15.5, 7.6
Decimal3374146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337C42;
}
.text-color {
color: #337C42;
}
.border-color {
border: 2px solid #337C42;
}