Shades of Jungle Green #29B58D
Tints of Jungle Green #29B58D
RGB
CMYK
RGB Variations
Color information
#29B58D (or 0x29B58D) is known color: Jungle Green. HEX triplet: 29, B5 and 8D. RGB value is (41,181,141). Sum of RGB (Red+Green+Blue) = 41+181+141=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #29B58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B58D is #D64A72. Grayscale: #868686. Windows color (decimal): -14043763 or 9286953. OLE color: 9286953.
HSL color Cylindrical-coordinate representation of color #29B58D: hue angle of 162.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B58D is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 181 | 141 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.29 |
| HSL | 162.86º | 0.63% | 0.44% | - |
| HSV(B) | 162.86º | 0.77% | 0.71% | - |
| XYZ | 22.25 | 35.44 | 30.87 | - |
| YUV | 134.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 181 | 141 | 0.77 | 0 | 0.22 | 0.29 | 162.86 | 0.63 | 0.44 |
| Hex | 29 | B5 | 8D | 4D | 0 | 16 | 1D | A3 | 3F | 2C |
| Octal | 51 | 265 | 215 | 115 | 0 | 26 | 35 | 243 | 77 | 54 |
| Binary | 101001 | 10110101 | 10001101 | 1001101 | 0 | 10110 | 11101 | 10100011 | 111111 | 101100 |
Color Harmonies of #29B58D
Complementary color
Monochromatic Colors of #29B58D
Black with #29B58D
Text Example
Text Example
White with #29B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B58D; }
p { color: rgb(41,181,141); }
H1.HeaderClassName
{
color: #29B58D;
}
.AnyTagClassName
{
color: #29B58D;
}
</style>
background-color css
<style>
a { background-color: #29B58D; }
a { background-color: rgb(41,181,141); }
div.DivClassName
{
background-color: #29B58D;
}
.BgClassName
{
background-color: #29B58D;
}
</style>
border-color css
<style>
span { border-color: #29B58D; }
span { border-color: rgb(41,181,141); }
td.TdClassName
{
border-color: #29B58D;
}
.TagClassName
{
border-color: #29B58D;
}
</style>