Shades of Elf Green #249372
Tints of Elf Green #249372
RGB
CMYK
RGB Variations
Color information
#249372 (or 0x249372) is known color: Elf Green. HEX triplet: 24, 93 and 72. RGB value is (36,147,114). Sum of RGB (Red+Green+Blue) = 36+147+114=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #249372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249372 is #DB6C8D. Grayscale: #6E6E6E. Windows color (decimal): -14380174 or 7508772. OLE color: 7508772.
HSL color Cylindrical-coordinate representation of color #249372: hue angle of 162.16º 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 #249372 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 114 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.42 |
| HSL | 162.16º | 0.61% | 0.36% | - |
| HSV(B) | 162.16º | 0.76% | 0.58% | - |
| XYZ | 14.2 | 22.46 | 19.51 | - |
| YUV | 110.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 114 | 0.76 | 0 | 0.22 | 0.42 | 162.16 | 0.61 | 0.36 |
| Hex | 24 | 93 | 72 | 4C | 0 | 16 | 2A | A2 | 3D | 24 |
| Octal | 44 | 223 | 162 | 114 | 0 | 26 | 52 | 242 | 75 | 44 |
| Binary | 100100 | 10010011 | 1110010 | 1001100 | 0 | 10110 | 101010 | 10100010 | 111101 | 100100 |
Color Harmonies of #249372
Complementary color
Monochromatic Colors of #249372
Black with #249372
Text Example
Text Example
White with #249372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249372; }
p { color: rgb(36,147,114); }
H1.HeaderClassName
{
color: #249372;
}
.AnyTagClassName
{
color: #249372;
}
</style>
background-color css
<style>
a { background-color: #249372; }
a { background-color: rgb(36,147,114); }
div.DivClassName
{
background-color: #249372;
}
.BgClassName
{
background-color: #249372;
}
</style>
border-color css
<style>
span { border-color: #249372; }
span { border-color: rgb(36,147,114); }
td.TdClassName
{
border-color: #249372;
}
.TagClassName
{
border-color: #249372;
}
</style>