Shades of Elf Green #249377
Tints of Elf Green #249377
RGB
CMYK
RGB Variations
Color information
#249377 (or 0x249377) is known color: Elf Green. HEX triplet: 24, 93 and 77. RGB value is (36,147,119). Sum of RGB (Red+Green+Blue) = 36+147+119=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #249377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249377 is #DB6C88. Grayscale: #6E6E6E. Windows color (decimal): -14380169 or 7836452. OLE color: 7836452.
HSL color Cylindrical-coordinate representation of color #249377: hue angle of 164.86º 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 #249377 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 119 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.42 |
| HSL | 164.86º | 0.61% | 0.36% | - |
| HSV(B) | 164.86º | 0.76% | 0.58% | - |
| XYZ | 14.49 | 22.57 | 21.05 | - |
| YUV | 110.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 119 | 0.76 | 0 | 0.19 | 0.42 | 164.86 | 0.61 | 0.36 |
| Hex | 24 | 93 | 77 | 4C | 0 | 13 | 2A | A5 | 3D | 24 |
| Octal | 44 | 223 | 167 | 114 | 0 | 23 | 52 | 245 | 75 | 44 |
| Binary | 100100 | 10010011 | 1110111 | 1001100 | 0 | 10011 | 101010 | 10100101 | 111101 | 100100 |
Color Harmonies of #249377
Complementary color
Monochromatic Colors of #249377
Black with #249377
Text Example
Text Example
White with #249377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249377; }
p { color: rgb(36,147,119); }
H1.HeaderClassName
{
color: #249377;
}
.AnyTagClassName
{
color: #249377;
}
</style>
background-color css
<style>
a { background-color: #249377; }
a { background-color: rgb(36,147,119); }
div.DivClassName
{
background-color: #249377;
}
.BgClassName
{
background-color: #249377;
}
</style>
border-color css
<style>
span { border-color: #249377; }
span { border-color: rgb(36,147,119); }
td.TdClassName
{
border-color: #249377;
}
.TagClassName
{
border-color: #249377;
}
</style>