Shades of Jungle Green #299C76
Tints of Jungle Green #299C76
RGB
CMYK
RGB Variations
Color information
#299C76 (or 0x299C76) is known color: Jungle Green. HEX triplet: 29, 9C and 76. RGB value is (41,156,118). Sum of RGB (Red+Green+Blue) = 41+156+118=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #299C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C76 is #D66389. Grayscale: #757575. Windows color (decimal): -14050186 or 7773225. OLE color: 7773225.
HSL color Cylindrical-coordinate representation of color #299C76: hue angle of 160.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C76 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 118 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.39 |
| HSL | 160.17º | 0.58% | 0.39% | - |
| HSV(B) | 160.17º | 0.74% | 0.61% | - |
| XYZ | 16.07 | 25.56 | 21.23 | - |
| YUV | 117.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 118 | 0.74 | 0 | 0.24 | 0.39 | 160.17 | 0.58 | 0.39 |
| Hex | 29 | 9C | 76 | 4A | 0 | 18 | 27 | A0 | 3A | 27 |
| Octal | 51 | 234 | 166 | 112 | 0 | 30 | 47 | 240 | 72 | 47 |
| Binary | 101001 | 10011100 | 1110110 | 1001010 | 0 | 11000 | 100111 | 10100000 | 111010 | 100111 |
Color Harmonies of #299C76
Complementary color
Monochromatic Colors of #299C76
Black with #299C76
Text Example
Text Example
White with #299C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C76; }
p { color: rgb(41,156,118); }
H1.HeaderClassName
{
color: #299C76;
}
.AnyTagClassName
{
color: #299C76;
}
</style>
background-color css
<style>
a { background-color: #299C76; }
a { background-color: rgb(41,156,118); }
div.DivClassName
{
background-color: #299C76;
}
.BgClassName
{
background-color: #299C76;
}
</style>
border-color css
<style>
span { border-color: #299C76; }
span { border-color: rgb(41,156,118); }
td.TdClassName
{
border-color: #299C76;
}
.TagClassName
{
border-color: #299C76;
}
</style>