Shades of Jungle Green #29AB80
Tints of Jungle Green #29AB80
RGB
CMYK
RGB Variations
Color information
#29AB80 (or 0x29AB80) is known color: Jungle Green. HEX triplet: 29, AB and 80. RGB value is (41,171,128). Sum of RGB (Red+Green+Blue) = 41+171+128=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB80 is #D6547F. Grayscale: #7F7F7F. Windows color (decimal): -14046336 or 8432425. OLE color: 8432425.
HSL color Cylindrical-coordinate representation of color #29AB80: hue angle of 160.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AB80 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 128 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.33 |
| HSL | 160.15º | 0.61% | 0.42% | - |
| HSV(B) | 160.15º | 0.76% | 0.67% | - |
| XYZ | 19.37 | 31.16 | 25.41 | - |
| YUV | 127.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 128 | 0.76 | 0 | 0.25 | 0.33 | 160.15 | 0.61 | 0.42 |
| Hex | 29 | AB | 80 | 4C | 0 | 19 | 21 | A0 | 3D | 2A |
| Octal | 51 | 253 | 200 | 114 | 0 | 31 | 41 | 240 | 75 | 52 |
| Binary | 101001 | 10101011 | 10000000 | 1001100 | 0 | 11001 | 100001 | 10100000 | 111101 | 101010 |
Color Harmonies of #29AB80
Complementary color
Monochromatic Colors of #29AB80
Black with #29AB80
Text Example
Text Example
White with #29AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB80; }
p { color: rgb(41,171,128); }
H1.HeaderClassName
{
color: #29AB80;
}
.AnyTagClassName
{
color: #29AB80;
}
</style>
background-color css
<style>
a { background-color: #29AB80; }
a { background-color: rgb(41,171,128); }
div.DivClassName
{
background-color: #29AB80;
}
.BgClassName
{
background-color: #29AB80;
}
</style>
border-color css
<style>
span { border-color: #29AB80; }
span { border-color: rgb(41,171,128); }
td.TdClassName
{
border-color: #29AB80;
}
.TagClassName
{
border-color: #29AB80;
}
</style>