Shades of Elf Green #249466
Tints of Elf Green #249466
RGB
CMYK
RGB Variations
Color information
#249466 (or 0x249466) is known color: Elf Green. HEX triplet: 24, 94 and 66. RGB value is (36,148,102). Sum of RGB (Red+Green+Blue) = 36+148+102=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #249466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249466 is #DB6B99. Grayscale: #6D6D6D. Windows color (decimal): -14379930 or 6722596. OLE color: 6722596.
HSL color Cylindrical-coordinate representation of color #249466: hue angle of 155.36º 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 #249466 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 102 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.42 |
| HSL | 155.36º | 0.61% | 0.36% | - |
| HSV(B) | 155.36º | 0.76% | 0.58% | - |
| XYZ | 13.72 | 22.51 | 16.19 | - |
| YUV | 109.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 102 | 0.76 | 0 | 0.31 | 0.42 | 155.36 | 0.61 | 0.36 |
| Hex | 24 | 94 | 66 | 4C | 0 | 1F | 2A | 9B | 3D | 24 |
| Octal | 44 | 224 | 146 | 114 | 0 | 37 | 52 | 233 | 75 | 44 |
| Binary | 100100 | 10010100 | 1100110 | 1001100 | 0 | 11111 | 101010 | 10011011 | 111101 | 100100 |
Color Harmonies of #249466
Complementary color
Monochromatic Colors of #249466
Black with #249466
Text Example
Text Example
White with #249466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249466; }
p { color: rgb(36,148,102); }
H1.HeaderClassName
{
color: #249466;
}
.AnyTagClassName
{
color: #249466;
}
</style>
background-color css
<style>
a { background-color: #249466; }
a { background-color: rgb(36,148,102); }
div.DivClassName
{
background-color: #249466;
}
.BgClassName
{
background-color: #249466;
}
</style>
border-color css
<style>
span { border-color: #249466; }
span { border-color: rgb(36,148,102); }
td.TdClassName
{
border-color: #249466;
}
.TagClassName
{
border-color: #249466;
}
</style>