Shades of Jungle Green #29BB90
Tints of Jungle Green #29BB90
RGB
CMYK
RGB Variations
Color information
#29BB90 (or 0x29BB90) is known color: Jungle Green. HEX triplet: 29, BB and 90. RGB value is (41,187,144). Sum of RGB (Red+Green+Blue) = 41+187+144=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BB90 is #D6446F. Grayscale: #8A8A8A. Windows color (decimal): -14042224 or 9485097. OLE color: 9485097.
HSL color Cylindrical-coordinate representation of color #29BB90: hue angle of 162.33º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BB90 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 187 | 144 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.27 |
| HSL | 162.33º | 0.64% | 0.45% | - |
| HSV(B) | 162.33º | 0.78% | 0.73% | - |
| XYZ | 23.72 | 38.03 | 32.48 | - |
| YUV | 138.44 | 131.13 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 187 | 144 | 0.78 | 0 | 0.23 | 0.27 | 162.33 | 0.64 | 0.45 |
| Hex | 29 | BB | 90 | 4E | 0 | 17 | 1B | A2 | 40 | 2D |
| Octal | 51 | 273 | 220 | 116 | 0 | 27 | 33 | 242 | 100 | 55 |
| Binary | 101001 | 10111011 | 10010000 | 1001110 | 0 | 10111 | 11011 | 10100010 | 1000000 | 101101 |
Color Harmonies of #29BB90
Complementary color
Monochromatic Colors of #29BB90
Black with #29BB90
Text Example
Text Example
White with #29BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BB90; }
p { color: rgb(41,187,144); }
H1.HeaderClassName
{
color: #29BB90;
}
.AnyTagClassName
{
color: #29BB90;
}
</style>
background-color css
<style>
a { background-color: #29BB90; }
a { background-color: rgb(41,187,144); }
div.DivClassName
{
background-color: #29BB90;
}
.BgClassName
{
background-color: #29BB90;
}
</style>
border-color css
<style>
span { border-color: #29BB90; }
span { border-color: rgb(41,187,144); }
td.TdClassName
{
border-color: #29BB90;
}
.TagClassName
{
border-color: #29BB90;
}
</style>