#249275
A dark, moderate green closely aligning with Seagreen.
About #249275
When working with digital screens, the color #249275 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 36 red, 146 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. The color uses 75% Cyan, 0% Magenta, 20% Yellow, and 43% 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. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#249275
RGB36, 146, 117
HSL164.2°, 60.4%, 35.7%
CMYK75%, 0%, 20%, 43%
HSV164.2°, 75.3%, 57.3%
LAB54.3, -37.4, 6.7
XYZ14.2, 22.2, 20.4
Decimal2396789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.44:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #249275;
}
.text-color {
color: #249275;
}
.border-color {
border: 2px solid #249275;
}