#246D49
A dark, moderate green closely aligning with Seagreen.
About #246D49
When working with digital screens, the color #246D49 is rendered by mixing light. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(36, 109, 73).
Translating this color to physical media requires the CMYK color model. The color uses 67% Cyan, 0% Magenta, 33% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#246D49
RGB36, 109, 73
HSL150.4°, 50.3%, 28.4%
CMYK67%, 0%, 33%, 57%
HSV150.4°, 67.0%, 42.7%
LAB40.9, -31.7, 13.7
XYZ7.4, 11.8, 8.2
Decimal2387273
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.25:1
Text on #FFFFFF
AA
3.36:1
Text on #000000
AA Large
5.98:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #246D49;
}
.text-color {
color: #246D49;
}
.border-color {
border: 2px solid #246D49;
}