Shades of Elf Green #249872
Tints of Elf Green #249872
RGB
CMYK
RGB Variations
Color information
#249872 (or 0x249872) is known color: Elf Green. HEX triplet: 24, 98 and 72. RGB value is (36,152,114). Sum of RGB (Red+Green+Blue) = 36+152+114=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #249872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249872 is #DB678D. Grayscale: #717171. Windows color (decimal): -14378894 or 7510052. OLE color: 7510052.
HSL color Cylindrical-coordinate representation of color #249872: hue angle of 160.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249872 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 114 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.40 |
| HSL | 160.34º | 0.62% | 0.37% | - |
| HSV(B) | 160.34º | 0.76% | 0.6% | - |
| XYZ | 14.99 | 24.05 | 19.77 | - |
| YUV | 112.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 114 | 0.76 | 0 | 0.25 | 0.40 | 160.34 | 0.62 | 0.37 |
| Hex | 24 | 98 | 72 | 4C | 0 | 19 | 28 | A0 | 3E | 25 |
| Octal | 44 | 230 | 162 | 114 | 0 | 31 | 50 | 240 | 76 | 45 |
| Binary | 100100 | 10011000 | 1110010 | 1001100 | 0 | 11001 | 101000 | 10100000 | 111110 | 100101 |
Color Harmonies of #249872
Complementary color
Monochromatic Colors of #249872
Black with #249872
Text Example
Text Example
White with #249872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249872; }
p { color: rgb(36,152,114); }
H1.HeaderClassName
{
color: #249872;
}
.AnyTagClassName
{
color: #249872;
}
</style>
background-color css
<style>
a { background-color: #249872; }
a { background-color: rgb(36,152,114); }
div.DivClassName
{
background-color: #249872;
}
.BgClassName
{
background-color: #249872;
}
</style>
border-color css
<style>
span { border-color: #249872; }
span { border-color: rgb(36,152,114); }
td.TdClassName
{
border-color: #249872;
}
.TagClassName
{
border-color: #249872;
}
</style>