Shades of Jungle Green #29AB7B
Tints of Jungle Green #29AB7B
RGB
CMYK
RGB Variations
Color information
#29AB7B (or 0x29AB7B) is known color: Jungle Green. HEX triplet: 29, AB and 7B. RGB value is (41,171,123). Sum of RGB (Red+Green+Blue) = 41+171+123=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AB7B is #D65484. Grayscale: #7E7E7E. Windows color (decimal): -14046341 or 8104745. OLE color: 8104745.
HSL color Cylindrical-coordinate representation of color #29AB7B: hue angle of 157.85º 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 #29AB7B is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 171 | 123 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.33 |
| HSL | 157.85º | 0.61% | 0.42% | - |
| HSV(B) | 157.85º | 0.76% | 0.67% | - |
| XYZ | 19.05 | 31.03 | 23.72 | - |
| YUV | 126.66 | 125.93 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 171 | 123 | 0.76 | 0 | 0.28 | 0.33 | 157.85 | 0.61 | 0.42 |
| Hex | 29 | AB | 7B | 4C | 0 | 1C | 21 | 9E | 3D | 2A |
| Octal | 51 | 253 | 173 | 114 | 0 | 34 | 41 | 236 | 75 | 52 |
| Binary | 101001 | 10101011 | 1111011 | 1001100 | 0 | 11100 | 100001 | 10011110 | 111101 | 101010 |
Color Harmonies of #29AB7B
Complementary color
Monochromatic Colors of #29AB7B
Black with #29AB7B
Text Example
Text Example
White with #29AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AB7B; }
p { color: rgb(41,171,123); }
H1.HeaderClassName
{
color: #29AB7B;
}
.AnyTagClassName
{
color: #29AB7B;
}
</style>
background-color css
<style>
a { background-color: #29AB7B; }
a { background-color: rgb(41,171,123); }
div.DivClassName
{
background-color: #29AB7B;
}
.BgClassName
{
background-color: #29AB7B;
}
</style>
border-color css
<style>
span { border-color: #29AB7B; }
span { border-color: rgb(41,171,123); }
td.TdClassName
{
border-color: #29AB7B;
}
.TagClassName
{
border-color: #29AB7B;
}
</style>