#248A49
A dark, moderate green closely aligning with Seagreen.
About #248A49
When working with digital screens, the color #248A49 is rendered by mixing light. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(36, 138, 73).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 74% cyan, 0% magenta, 47% yellow, and 46% black. The HSL representation is 141.8° hue, 58.6% saturation, and 34.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#248A49
RGB36, 138, 73
HSL141.8°, 58.6%, 34.1%
CMYK74%, 0%, 47%, 46%
HSV141.8°, 73.9%, 54.1%
LAB50.7, -43.8, 26.7
XYZ11.0, 19.0, 9.4
Decimal2394697
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248A49;
}
.text-color {
color: #248A49;
}
.border-color {
border: 2px solid #248A49;
}