Shades of Elf Green #249174
Tints of Elf Green #249174
RGB
CMYK
RGB Variations
Color information
#249174 (or 0x249174) is known color: Elf Green. HEX triplet: 24, 91 and 74. RGB value is (36,145,116). Sum of RGB (Red+Green+Blue) = 36+145+116=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #249174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249174 is #DB6E8B. Grayscale: #6D6D6D. Windows color (decimal): -14380684 or 7639332. OLE color: 7639332.
HSL color Cylindrical-coordinate representation of color #249174: hue angle of 164.04º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249174 is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 116 | - |
| CMYK | 0.75 | 0 | 0.2 | 0.43 |
| HSL | 164.04º | 0.6% | 0.35% | - |
| HSV(B) | 164.04º | 0.75% | 0.57% | - |
| XYZ | 14.01 | 21.89 | 20.01 | - |
| YUV | 109.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 116 | 0.75 | 0 | 0.2 | 0.43 | 164.04 | 0.6 | 0.35 |
| Hex | 24 | 91 | 74 | 4B | 0 | 14 | 2B | A4 | 3C | 23 |
| Octal | 44 | 221 | 164 | 113 | 0 | 24 | 53 | 244 | 74 | 43 |
| Binary | 100100 | 10010001 | 1110100 | 1001011 | 0 | 10100 | 101011 | 10100100 | 111100 | 100011 |
Color Harmonies of #249174
Complementary color
Monochromatic Colors of #249174
Black with #249174
Text Example
Text Example
White with #249174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249174; }
p { color: rgb(36,145,116); }
H1.HeaderClassName
{
color: #249174;
}
.AnyTagClassName
{
color: #249174;
}
</style>
background-color css
<style>
a { background-color: #249174; }
a { background-color: rgb(36,145,116); }
div.DivClassName
{
background-color: #249174;
}
.BgClassName
{
background-color: #249174;
}
</style>
border-color css
<style>
span { border-color: #249174; }
span { border-color: rgb(36,145,116); }
td.TdClassName
{
border-color: #249174;
}
.TagClassName
{
border-color: #249174;
}
</style>