Shades of Elf Green #249C76
Tints of Elf Green #249C76
RGB
CMYK
RGB Variations
Color information
#249C76 (or 0x249C76) is known color: Elf Green. HEX triplet: 24, 9C and 76. RGB value is (36,156,118). Sum of RGB (Red+Green+Blue) = 36+156+118=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #249C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C76 is #DB6389. Grayscale: #737373. Windows color (decimal): -14377866 or 7773220. OLE color: 7773220.
HSL color Cylindrical-coordinate representation of color #249C76: hue angle of 161º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C76 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 118 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.39 |
| HSL | 161º | 0.63% | 0.38% | - |
| HSV(B) | 161º | 0.77% | 0.61% | - |
| XYZ | 15.89 | 25.46 | 21.22 | - |
| YUV | 115.79 | 129.24 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 118 | 0.77 | 0 | 0.24 | 0.39 | 161 | 0.63 | 0.38 |
| Hex | 24 | 9C | 76 | 4D | 0 | 18 | 27 | A1 | 3E | 26 |
| Octal | 44 | 234 | 166 | 115 | 0 | 30 | 47 | 241 | 76 | 46 |
| Binary | 100100 | 10011100 | 1110110 | 1001101 | 0 | 11000 | 100111 | 10100001 | 111110 | 100110 |
Color Harmonies of #249C76
Complementary color
Monochromatic Colors of #249C76
Black with #249C76
Text Example
Text Example
White with #249C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C76; }
p { color: rgb(36,156,118); }
H1.HeaderClassName
{
color: #249C76;
}
.AnyTagClassName
{
color: #249C76;
}
</style>
background-color css
<style>
a { background-color: #249C76; }
a { background-color: rgb(36,156,118); }
div.DivClassName
{
background-color: #249C76;
}
.BgClassName
{
background-color: #249C76;
}
</style>
border-color css
<style>
span { border-color: #249C76; }
span { border-color: rgb(36,156,118); }
td.TdClassName
{
border-color: #249C76;
}
.TagClassName
{
border-color: #249C76;
}
</style>