#248A5F
A dark, moderate green closely aligning with Seagreen.
About #248A5F
At its core, #248A5F is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 36 parts red, 138 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 74% C, 0% M, 31% Y, and 46% K. With a hue angle of 154.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#248A5F
RGB36, 138, 95
HSL154.7°, 58.6%, 34.1%
CMYK74%, 0%, 31%, 46%
HSV154.7°, 73.9%, 54.1%
LAB51.1, -39.3, 14.9
XYZ11.9, 19.4, 13.9
Decimal2394719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248A5F;
}
.text-color {
color: #248A5F;
}
.border-color {
border: 2px solid #248A5F;
}