Shades of Jungle Green #29A874
Tints of Jungle Green #29A874
RGB
CMYK
RGB Variations
Color information
#29A874 (or 0x29A874) is known color: Jungle Green. HEX triplet: 29, A8 and 74. RGB value is (41,168,116). Sum of RGB (Red+Green+Blue) = 41+168+116=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #29A874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A874 is #D6578B. Grayscale: #7C7C7C. Windows color (decimal): -14047116 or 7645225. OLE color: 7645225.
HSL color Cylindrical-coordinate representation of color #29A874: hue angle of 155.43º 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 #29A874 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 168 | 116 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.34 |
| HSL | 155.43º | 0.61% | 0.41% | - |
| HSV(B) | 155.43º | 0.76% | 0.66% | - |
| XYZ | 18.07 | 29.74 | 21.31 | - |
| YUV | 124.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 116 | 0.76 | 0 | 0.31 | 0.34 | 155.43 | 0.61 | 0.41 |
| Hex | 29 | A8 | 74 | 4C | 0 | 1F | 22 | 9B | 3D | 29 |
| Octal | 51 | 250 | 164 | 114 | 0 | 37 | 42 | 233 | 75 | 51 |
| Binary | 101001 | 10101000 | 1110100 | 1001100 | 0 | 11111 | 100010 | 10011011 | 111101 | 101001 |
Color Harmonies of #29A874
Complementary color
Monochromatic Colors of #29A874
Black with #29A874
Text Example
Text Example
White with #29A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A874; }
p { color: rgb(41,168,116); }
H1.HeaderClassName
{
color: #29A874;
}
.AnyTagClassName
{
color: #29A874;
}
</style>
background-color css
<style>
a { background-color: #29A874; }
a { background-color: rgb(41,168,116); }
div.DivClassName
{
background-color: #29A874;
}
.BgClassName
{
background-color: #29A874;
}
</style>
border-color css
<style>
span { border-color: #29A874; }
span { border-color: rgb(41,168,116); }
td.TdClassName
{
border-color: #29A874;
}
.TagClassName
{
border-color: #29A874;
}
</style>