Shades of Elf Green #249479
Tints of Elf Green #249479
RGB
CMYK
RGB Variations
Color information
#249479 (or 0x249479) is known color: Elf Green. HEX triplet: 24, 94 and 79. RGB value is (36,148,121). Sum of RGB (Red+Green+Blue) = 36+148+121=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #249479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249479 is #DB6B86. Grayscale: #6F6F6F. Windows color (decimal): -14379911 or 7967780. OLE color: 7967780.
HSL color Cylindrical-coordinate representation of color #249479: hue angle of 165.54º 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 #249479 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 121 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.42 |
| HSL | 165.54º | 0.61% | 0.36% | - |
| HSV(B) | 165.54º | 0.76% | 0.58% | - |
| XYZ | 14.77 | 22.94 | 21.74 | - |
| YUV | 111.43 | 133.39 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 121 | 0.76 | 0 | 0.18 | 0.42 | 165.54 | 0.61 | 0.36 |
| Hex | 24 | 94 | 79 | 4C | 0 | 12 | 2A | A6 | 3D | 24 |
| Octal | 44 | 224 | 171 | 114 | 0 | 22 | 52 | 246 | 75 | 44 |
| Binary | 100100 | 10010100 | 1111001 | 1001100 | 0 | 10010 | 101010 | 10100110 | 111101 | 100100 |
Color Harmonies of #249479
Complementary color
Monochromatic Colors of #249479
Black with #249479
Text Example
Text Example
White with #249479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249479; }
p { color: rgb(36,148,121); }
H1.HeaderClassName
{
color: #249479;
}
.AnyTagClassName
{
color: #249479;
}
</style>
background-color css
<style>
a { background-color: #249479; }
a { background-color: rgb(36,148,121); }
div.DivClassName
{
background-color: #249479;
}
.BgClassName
{
background-color: #249479;
}
</style>
border-color css
<style>
span { border-color: #249479; }
span { border-color: rgb(36,148,121); }
td.TdClassName
{
border-color: #249479;
}
.TagClassName
{
border-color: #249479;
}
</style>