Shades of Jungle Green #29B77C
Tints of Jungle Green #29B77C
RGB
CMYK
RGB Variations
Color information
#29B77C (or 0x29B77C) is known color: Jungle Green. HEX triplet: 29, B7 and 7C. RGB value is (41,183,124). Sum of RGB (Red+Green+Blue) = 41+183+124=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #29B77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29B77C is #D64883. Grayscale: #858585. Windows color (decimal): -14043268 or 8173353. OLE color: 8173353.
HSL color Cylindrical-coordinate representation of color #29B77C: hue angle of 155.07º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B77C is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 183 | 124 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.28 |
| HSL | 155.07º | 0.63% | 0.44% | - |
| HSV(B) | 155.07º | 0.78% | 0.72% | - |
| XYZ | 21.49 | 35.79 | 24.85 | - |
| YUV | 133.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 183 | 124 | 0.78 | 0 | 0.32 | 0.28 | 155.07 | 0.63 | 0.44 |
| Hex | 29 | B7 | 7C | 4E | 0 | 20 | 1C | 9B | 3F | 2C |
| Octal | 51 | 267 | 174 | 116 | 0 | 40 | 34 | 233 | 77 | 54 |
| Binary | 101001 | 10110111 | 1111100 | 1001110 | 0 | 100000 | 11100 | 10011011 | 111111 | 101100 |
Color Harmonies of #29B77C
Complementary color
Monochromatic Colors of #29B77C
Black with #29B77C
Text Example
Text Example
White with #29B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B77C; }
p { color: rgb(41,183,124); }
H1.HeaderClassName
{
color: #29B77C;
}
.AnyTagClassName
{
color: #29B77C;
}
</style>
background-color css
<style>
a { background-color: #29B77C; }
a { background-color: rgb(41,183,124); }
div.DivClassName
{
background-color: #29B77C;
}
.BgClassName
{
background-color: #29B77C;
}
</style>
border-color css
<style>
span { border-color: #29B77C; }
span { border-color: rgb(41,183,124); }
td.TdClassName
{
border-color: #29B77C;
}
.TagClassName
{
border-color: #29B77C;
}
</style>