Shades of Jungle Green #29A079
Tints of Jungle Green #29A079
RGB
CMYK
RGB Variations
Color information
#29A079 (or 0x29A079) is known color: Jungle Green. HEX triplet: 29, A0 and 79. RGB value is (41,160,121). Sum of RGB (Red+Green+Blue) = 41+160+121=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #29A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A079 is #D65F86. Grayscale: #787878. Windows color (decimal): -14049159 or 7970857. OLE color: 7970857.
HSL color Cylindrical-coordinate representation of color #29A079: hue angle of 160.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A079 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 160 | 121 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.37 |
| HSL | 160.34º | 0.59% | 0.39% | - |
| HSV(B) | 160.34º | 0.74% | 0.63% | - |
| XYZ | 16.94 | 26.99 | 22.41 | - |
| YUV | 119.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 160 | 121 | 0.74 | 0 | 0.24 | 0.37 | 160.34 | 0.59 | 0.39 |
| Hex | 29 | A0 | 79 | 4A | 0 | 18 | 25 | A0 | 3B | 27 |
| Octal | 51 | 240 | 171 | 112 | 0 | 30 | 45 | 240 | 73 | 47 |
| Binary | 101001 | 10100000 | 1111001 | 1001010 | 0 | 11000 | 100101 | 10100000 | 111011 | 100111 |
Color Harmonies of #29A079
Complementary color
Monochromatic Colors of #29A079
Black with #29A079
Text Example
Text Example
White with #29A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A079; }
p { color: rgb(41,160,121); }
H1.HeaderClassName
{
color: #29A079;
}
.AnyTagClassName
{
color: #29A079;
}
</style>
background-color css
<style>
a { background-color: #29A079; }
a { background-color: rgb(41,160,121); }
div.DivClassName
{
background-color: #29A079;
}
.BgClassName
{
background-color: #29A079;
}
</style>
border-color css
<style>
span { border-color: #29A079; }
span { border-color: rgb(41,160,121); }
td.TdClassName
{
border-color: #29A079;
}
.TagClassName
{
border-color: #29A079;
}
</style>