Shades of Elf Green #249675
Tints of Elf Green #249675
RGB
CMYK
RGB Variations
Color information
#249675 (or 0x249675) is known color: Elf Green. HEX triplet: 24, 96 and 75. RGB value is (36,150,117). Sum of RGB (Red+Green+Blue) = 36+150+117=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #249675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249675 is #DB698A. Grayscale: #707070. Windows color (decimal): -14379403 or 7706148. OLE color: 7706148.
HSL color Cylindrical-coordinate representation of color #249675: hue angle of 162.63º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249675 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 117 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.41 |
| HSL | 162.63º | 0.61% | 0.36% | - |
| HSV(B) | 162.63º | 0.76% | 0.59% | - |
| XYZ | 14.84 | 23.47 | 20.58 | - |
| YUV | 112.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 117 | 0.76 | 0 | 0.22 | 0.41 | 162.63 | 0.61 | 0.36 |
| Hex | 24 | 96 | 75 | 4C | 0 | 16 | 29 | A3 | 3D | 24 |
| Octal | 44 | 226 | 165 | 114 | 0 | 26 | 51 | 243 | 75 | 44 |
| Binary | 100100 | 10010110 | 1110101 | 1001100 | 0 | 10110 | 101001 | 10100011 | 111101 | 100100 |
Color Harmonies of #249675
Complementary color
Monochromatic Colors of #249675
Black with #249675
Text Example
Text Example
White with #249675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249675; }
p { color: rgb(36,150,117); }
H1.HeaderClassName
{
color: #249675;
}
.AnyTagClassName
{
color: #249675;
}
</style>
background-color css
<style>
a { background-color: #249675; }
a { background-color: rgb(36,150,117); }
div.DivClassName
{
background-color: #249675;
}
.BgClassName
{
background-color: #249675;
}
</style>
border-color css
<style>
span { border-color: #249675; }
span { border-color: rgb(36,150,117); }
td.TdClassName
{
border-color: #249675;
}
.TagClassName
{
border-color: #249675;
}
</style>