#248A0F
A dark, vivid green closely aligning with Green.
About #248A0F
At its core, #248A0F is a dark and vivid hue. It is closely associated with the named CSS color Green. This translates to an RGB value of rgb(36, 138, 15).
For print applications, it's crucial to understand its CMYK makeup. The color uses 74% Cyan, 0% Magenta, 89% Yellow, and 46% Black. With a hue angle of 109.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#248A0F
RGB36, 138, 15
HSL109.8°, 80.4%, 30.0%
CMYK74%, 0%, 89%, 46%
HSV109.8°, 89.1%, 54.1%
LAB50.2, -50.1, 50.4
XYZ9.9, 18.6, 3.5
Decimal2394639
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248A0F;
}
.text-color {
color: #248A0F;
}
.border-color {
border: 2px solid #248A0F;
}