#247C50
A dark, moderate green closely aligning with Seagreen.
About #247C50
Visually, #247C50 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 36 red, 124 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 71% Cyan, 0% Magenta, 35% Yellow, and 51% Black. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#247C50
RGB36, 124, 80
HSL150.0°, 55.0%, 31.4%
CMYK71%, 0%, 35%, 51%
HSV150.0°, 71.0%, 48.6%
LAB46.1, -36.7, 16.7
XYZ9.4, 15.4, 10.1
Decimal2391120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247C50;
}
.text-color {
color: #247C50;
}
.border-color {
border: 2px solid #247C50;
}