Shades of Jungle Green #29A884
Tints of Jungle Green #29A884
RGB
CMYK
RGB Variations
Color information
#29A884 (or 0x29A884) is known color: Jungle Green. HEX triplet: 29, A8 and 84. RGB value is (41,168,132). Sum of RGB (Red+Green+Blue) = 41+168+132=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #29A884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A884 is #D6577B. Grayscale: #7D7D7D. Windows color (decimal): -14047100 or 8693801. OLE color: 8693801.
HSL color Cylindrical-coordinate representation of color #29A884: hue angle of 162.99º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A884 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 168 | 132 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.34 |
| HSL | 162.99º | 0.61% | 0.41% | - |
| HSV(B) | 162.99º | 0.76% | 0.66% | - |
| XYZ | 19.08 | 30.14 | 26.64 | - |
| YUV | 125.92 | 131.42 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 132 | 0.76 | 0 | 0.21 | 0.34 | 162.99 | 0.61 | 0.41 |
| Hex | 29 | A8 | 84 | 4C | 0 | 15 | 22 | A3 | 3D | 29 |
| Octal | 51 | 250 | 204 | 114 | 0 | 25 | 42 | 243 | 75 | 51 |
| Binary | 101001 | 10101000 | 10000100 | 1001100 | 0 | 10101 | 100010 | 10100011 | 111101 | 101001 |
Color Harmonies of #29A884
Complementary color
Monochromatic Colors of #29A884
Black with #29A884
Text Example
Text Example
White with #29A884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A884; }
p { color: rgb(41,168,132); }
H1.HeaderClassName
{
color: #29A884;
}
.AnyTagClassName
{
color: #29A884;
}
</style>
background-color css
<style>
a { background-color: #29A884; }
a { background-color: rgb(41,168,132); }
div.DivClassName
{
background-color: #29A884;
}
.BgClassName
{
background-color: #29A884;
}
</style>
border-color css
<style>
span { border-color: #29A884; }
span { border-color: rgb(41,168,132); }
td.TdClassName
{
border-color: #29A884;
}
.TagClassName
{
border-color: #29A884;
}
</style>