Shades of Elf Green #249073
Tints of Elf Green #249073
RGB
CMYK
RGB Variations
Color information
#249073 (or 0x249073) is known color: Elf Green. HEX triplet: 24, 90 and 73. RGB value is (36,144,115). Sum of RGB (Red+Green+Blue) = 36+144+115=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #249073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249073 is #DB6F8C. Grayscale: #6C6C6C. Windows color (decimal): -14380941 or 7573540. OLE color: 7573540.
HSL color Cylindrical-coordinate representation of color #249073: hue angle of 163.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249073 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 144 | 115 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.44 |
| HSL | 163.89º | 0.6% | 0.35% | - |
| HSV(B) | 163.89º | 0.75% | 0.56% | - |
| XYZ | 13.8 | 21.56 | 19.65 | - |
| YUV | 108.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 115 | 0.75 | 0 | 0.20 | 0.44 | 163.89 | 0.6 | 0.35 |
| Hex | 24 | 90 | 73 | 4B | 0 | 14 | 2C | A4 | 3C | 23 |
| Octal | 44 | 220 | 163 | 113 | 0 | 24 | 54 | 244 | 74 | 43 |
| Binary | 100100 | 10010000 | 1110011 | 1001011 | 0 | 10100 | 101100 | 10100100 | 111100 | 100011 |
Color Harmonies of #249073
Complementary color
Monochromatic Colors of #249073
Black with #249073
Text Example
Text Example
White with #249073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249073; }
p { color: rgb(36,144,115); }
H1.HeaderClassName
{
color: #249073;
}
.AnyTagClassName
{
color: #249073;
}
</style>
background-color css
<style>
a { background-color: #249073; }
a { background-color: rgb(36,144,115); }
div.DivClassName
{
background-color: #249073;
}
.BgClassName
{
background-color: #249073;
}
</style>
border-color css
<style>
span { border-color: #249073; }
span { border-color: rgb(36,144,115); }
td.TdClassName
{
border-color: #249073;
}
.TagClassName
{
border-color: #249073;
}
</style>