Shades of Elf Green #249374
Tints of Elf Green #249374
RGB
CMYK
RGB Variations
Color information
#249374 (or 0x249374) is known color: Elf Green. HEX triplet: 24, 93 and 74. RGB value is (36,147,116). Sum of RGB (Red+Green+Blue) = 36+147+116=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #249374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249374 is #DB6C8B. Grayscale: #6E6E6E. Windows color (decimal): -14380172 or 7639844. OLE color: 7639844.
HSL color Cylindrical-coordinate representation of color #249374: hue angle of 163.24º 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 #249374 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 116 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.42 |
| HSL | 163.24º | 0.61% | 0.36% | - |
| HSV(B) | 163.24º | 0.76% | 0.58% | - |
| XYZ | 14.31 | 22.5 | 20.11 | - |
| YUV | 110.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 116 | 0.76 | 0 | 0.21 | 0.42 | 163.24 | 0.61 | 0.36 |
| Hex | 24 | 93 | 74 | 4C | 0 | 15 | 2A | A3 | 3D | 24 |
| Octal | 44 | 223 | 164 | 114 | 0 | 25 | 52 | 243 | 75 | 44 |
| Binary | 100100 | 10010011 | 1110100 | 1001100 | 0 | 10101 | 101010 | 10100011 | 111101 | 100100 |
Color Harmonies of #249374
Complementary color
Monochromatic Colors of #249374
Black with #249374
Text Example
Text Example
White with #249374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249374; }
p { color: rgb(36,147,116); }
H1.HeaderClassName
{
color: #249374;
}
.AnyTagClassName
{
color: #249374;
}
</style>
background-color css
<style>
a { background-color: #249374; }
a { background-color: rgb(36,147,116); }
div.DivClassName
{
background-color: #249374;
}
.BgClassName
{
background-color: #249374;
}
</style>
border-color css
<style>
span { border-color: #249374; }
span { border-color: rgb(36,147,116); }
td.TdClassName
{
border-color: #249374;
}
.TagClassName
{
border-color: #249374;
}
</style>