Shades of Elf Green #29956C
Tints of Elf Green #29956C
RGB
CMYK
RGB Variations
Color information
#29956C (or 0x29956C) is known color: Elf Green. HEX triplet: 29, 95 and 6C. RGB value is (41,149,108). Sum of RGB (Red+Green+Blue) = 41+149+108=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #29956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29956C is #D66A93. Grayscale: #707070. Windows color (decimal): -14051988 or 7116073. OLE color: 7116073.
HSL color Cylindrical-coordinate representation of color #29956C: hue angle of 157.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29956C is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 149 | 108 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.42 |
| HSL | 157.22º | 0.57% | 0.37% | - |
| HSV(B) | 157.22º | 0.72% | 0.58% | - |
| XYZ | 14.37 | 23.05 | 17.88 | - |
| YUV | 112.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 108 | 0.72 | 0 | 0.28 | 0.42 | 157.22 | 0.57 | 0.37 |
| Hex | 29 | 95 | 6C | 48 | 0 | 1C | 2A | 9D | 39 | 25 |
| Octal | 51 | 225 | 154 | 110 | 0 | 34 | 52 | 235 | 71 | 45 |
| Binary | 101001 | 10010101 | 1101100 | 1001000 | 0 | 11100 | 101010 | 10011101 | 111001 | 100101 |
Color Harmonies of #29956C
Complementary color
Monochromatic Colors of #29956C
Black with #29956C
Text Example
Text Example
White with #29956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29956C; }
p { color: rgb(41,149,108); }
H1.HeaderClassName
{
color: #29956C;
}
.AnyTagClassName
{
color: #29956C;
}
</style>
background-color css
<style>
a { background-color: #29956C; }
a { background-color: rgb(41,149,108); }
div.DivClassName
{
background-color: #29956C;
}
.BgClassName
{
background-color: #29956C;
}
</style>
border-color css
<style>
span { border-color: #29956C; }
span { border-color: rgb(41,149,108); }
td.TdClassName
{
border-color: #29956C;
}
.TagClassName
{
border-color: #29956C;
}
</style>