Shades of Jungle Green #29AB7A
Tints of Jungle Green #29AB7A
RGB
CMYK
RGB Variations
Color information
#29AB7A (or 0x29AB7A) is known color: Jungle Green. HEX triplet: 29, AB and 7A. RGB value is (41,171,122). Sum of RGB (Red+Green+Blue) = 41+171+122=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AB7A is #D65485. Grayscale: #7E7E7E. Windows color (decimal): -14046342 or 8039209. OLE color: 8039209.
HSL color Cylindrical-coordinate representation of color #29AB7A: hue angle of 157.38º 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 #29AB7A is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 122 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.33 |
| HSL | 157.38º | 0.61% | 0.42% | - |
| HSV(B) | 157.38º | 0.76% | 0.67% | - |
| XYZ | 18.99 | 31 | 23.4 | - |
| YUV | 126.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 122 | 0.76 | 0 | 0.29 | 0.33 | 157.38 | 0.61 | 0.42 |
| Hex | 29 | AB | 7A | 4C | 0 | 1D | 21 | 9D | 3D | 2A |
| Octal | 51 | 253 | 172 | 114 | 0 | 35 | 41 | 235 | 75 | 52 |
| Binary | 101001 | 10101011 | 1111010 | 1001100 | 0 | 11101 | 100001 | 10011101 | 111101 | 101010 |
Color Harmonies of #29AB7A
Complementary color
Monochromatic Colors of #29AB7A
Black with #29AB7A
Text Example
Text Example
White with #29AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB7A; }
p { color: rgb(41,171,122); }
H1.HeaderClassName
{
color: #29AB7A;
}
.AnyTagClassName
{
color: #29AB7A;
}
</style>
background-color css
<style>
a { background-color: #29AB7A; }
a { background-color: rgb(41,171,122); }
div.DivClassName
{
background-color: #29AB7A;
}
.BgClassName
{
background-color: #29AB7A;
}
</style>
border-color css
<style>
span { border-color: #29AB7A; }
span { border-color: rgb(41,171,122); }
td.TdClassName
{
border-color: #29AB7A;
}
.TagClassName
{
border-color: #29AB7A;
}
</style>