Shades of Elf Green #249266
Tints of Elf Green #249266
RGB
CMYK
RGB Variations
Color information
#249266 (or 0x249266) is known color: Elf Green. HEX triplet: 24, 92 and 66. RGB value is (36,146,102). Sum of RGB (Red+Green+Blue) = 36+146+102=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #249266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249266 is #DB6D99. Grayscale: #6C6C6C. Windows color (decimal): -14380442 or 6722084. OLE color: 6722084.
HSL color Cylindrical-coordinate representation of color #249266: hue angle of 156º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249266 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 102 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.43 |
| HSL | 156º | 0.6% | 0.36% | - |
| HSV(B) | 156º | 0.75% | 0.57% | - |
| XYZ | 13.4 | 21.89 | 16.09 | - |
| YUV | 108.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 102 | 0.75 | 0 | 0.30 | 0.43 | 156 | 0.6 | 0.36 |
| Hex | 24 | 92 | 66 | 4B | 0 | 1E | 2B | 9C | 3C | 24 |
| Octal | 44 | 222 | 146 | 113 | 0 | 36 | 53 | 234 | 74 | 44 |
| Binary | 100100 | 10010010 | 1100110 | 1001011 | 0 | 11110 | 101011 | 10011100 | 111100 | 100100 |
Color Harmonies of #249266
Complementary color
Monochromatic Colors of #249266
Black with #249266
Text Example
Text Example
White with #249266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249266; }
p { color: rgb(36,146,102); }
H1.HeaderClassName
{
color: #249266;
}
.AnyTagClassName
{
color: #249266;
}
</style>
background-color css
<style>
a { background-color: #249266; }
a { background-color: rgb(36,146,102); }
div.DivClassName
{
background-color: #249266;
}
.BgClassName
{
background-color: #249266;
}
</style>
border-color css
<style>
span { border-color: #249266; }
span { border-color: rgb(36,146,102); }
td.TdClassName
{
border-color: #249266;
}
.TagClassName
{
border-color: #249266;
}
</style>