Shades of Elf Green #249972
Tints of Elf Green #249972
RGB
CMYK
RGB Variations
Color information
#249972 (or 0x249972) is known color: Elf Green. HEX triplet: 24, 99 and 72. RGB value is (36,153,114). Sum of RGB (Red+Green+Blue) = 36+153+114=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #249972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249972 is #DB668D. Grayscale: #717171. Windows color (decimal): -14378638 or 7510308. OLE color: 7510308.
HSL color Cylindrical-coordinate representation of color #249972: hue angle of 160º 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 #249972 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 114 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.4 |
| HSL | 160º | 0.62% | 0.37% | - |
| HSV(B) | 160º | 0.76% | 0.6% | - |
| XYZ | 15.16 | 24.37 | 19.83 | - |
| YUV | 113.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 114 | 0.76 | 0 | 0.25 | 0.4 | 160 | 0.62 | 0.37 |
| Hex | 24 | 99 | 72 | 4C | 0 | 19 | 28 | A0 | 3E | 25 |
| Octal | 44 | 231 | 162 | 114 | 0 | 31 | 50 | 240 | 76 | 45 |
| Binary | 100100 | 10011001 | 1110010 | 1001100 | 0 | 11001 | 101000 | 10100000 | 111110 | 100101 |
Color Harmonies of #249972
Complementary color
Monochromatic Colors of #249972
Black with #249972
Text Example
Text Example
White with #249972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249972; }
p { color: rgb(36,153,114); }
H1.HeaderClassName
{
color: #249972;
}
.AnyTagClassName
{
color: #249972;
}
</style>
background-color css
<style>
a { background-color: #249972; }
a { background-color: rgb(36,153,114); }
div.DivClassName
{
background-color: #249972;
}
.BgClassName
{
background-color: #249972;
}
</style>
border-color css
<style>
span { border-color: #249972; }
span { border-color: rgb(36,153,114); }
td.TdClassName
{
border-color: #249972;
}
.TagClassName
{
border-color: #249972;
}
</style>