Shades of Elf Green #249869
Tints of Elf Green #249869
RGB
CMYK
RGB Variations
Color information
#249869 (or 0x249869) is known color: Elf Green. HEX triplet: 24, 98 and 69. RGB value is (36,152,105). Sum of RGB (Red+Green+Blue) = 36+152+105=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #249869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249869 is #DB6796. Grayscale: #707070. Windows color (decimal): -14378903 or 6920228. OLE color: 6920228.
HSL color Cylindrical-coordinate representation of color #249869: hue angle of 155.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249869 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 105 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.40 |
| HSL | 155.69º | 0.62% | 0.37% | - |
| HSV(B) | 155.69º | 0.76% | 0.6% | - |
| XYZ | 14.51 | 23.85 | 17.2 | - |
| YUV | 111.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 105 | 0.76 | 0 | 0.31 | 0.40 | 155.69 | 0.62 | 0.37 |
| Hex | 24 | 98 | 69 | 4C | 0 | 1F | 28 | 9C | 3E | 25 |
| Octal | 44 | 230 | 151 | 114 | 0 | 37 | 50 | 234 | 76 | 45 |
| Binary | 100100 | 10011000 | 1101001 | 1001100 | 0 | 11111 | 101000 | 10011100 | 111110 | 100101 |
Color Harmonies of #249869
Complementary color
Monochromatic Colors of #249869
Black with #249869
Text Example
Text Example
White with #249869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249869; }
p { color: rgb(36,152,105); }
H1.HeaderClassName
{
color: #249869;
}
.AnyTagClassName
{
color: #249869;
}
</style>
background-color css
<style>
a { background-color: #249869; }
a { background-color: rgb(36,152,105); }
div.DivClassName
{
background-color: #249869;
}
.BgClassName
{
background-color: #249869;
}
</style>
border-color css
<style>
span { border-color: #249869; }
span { border-color: rgb(36,152,105); }
td.TdClassName
{
border-color: #249869;
}
.TagClassName
{
border-color: #249869;
}
</style>