Shades of Elf Green #249578
Tints of Elf Green #249578
RGB
CMYK
RGB Variations
Color information
#249578 (or 0x249578) is known color: Elf Green. HEX triplet: 24, 95 and 78. RGB value is (36,149,120). Sum of RGB (Red+Green+Blue) = 36+149+120=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #249578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249578 is #DB6A87. Grayscale: #6F6F6F. Windows color (decimal): -14379656 or 7902500. OLE color: 7902500.
HSL color Cylindrical-coordinate representation of color #249578: hue angle of 164.6º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249578 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 120 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.42 |
| HSL | 164.6º | 0.61% | 0.36% | - |
| HSV(B) | 164.6º | 0.76% | 0.58% | - |
| XYZ | 14.87 | 23.23 | 21.47 | - |
| YUV | 111.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 120 | 0.76 | 0 | 0.19 | 0.42 | 164.6 | 0.61 | 0.36 |
| Hex | 24 | 95 | 78 | 4C | 0 | 13 | 2A | A5 | 3D | 24 |
| Octal | 44 | 225 | 170 | 114 | 0 | 23 | 52 | 245 | 75 | 44 |
| Binary | 100100 | 10010101 | 1111000 | 1001100 | 0 | 10011 | 101010 | 10100101 | 111101 | 100100 |
Color Harmonies of #249578
Complementary color
Monochromatic Colors of #249578
Black with #249578
Text Example
Text Example
White with #249578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249578; }
p { color: rgb(36,149,120); }
H1.HeaderClassName
{
color: #249578;
}
.AnyTagClassName
{
color: #249578;
}
</style>
background-color css
<style>
a { background-color: #249578; }
a { background-color: rgb(36,149,120); }
div.DivClassName
{
background-color: #249578;
}
.BgClassName
{
background-color: #249578;
}
</style>
border-color css
<style>
span { border-color: #249578; }
span { border-color: rgb(36,149,120); }
td.TdClassName
{
border-color: #249578;
}
.TagClassName
{
border-color: #249578;
}
</style>