Shades of Jungle Green #299B76
Tints of Jungle Green #299B76
RGB
CMYK
RGB Variations
Color information
#299B76 (or 0x299B76) is known color: Jungle Green. HEX triplet: 29, 9B and 76. RGB value is (41,155,118). Sum of RGB (Red+Green+Blue) = 41+155+118=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #299B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B76 is #D66489. Grayscale: #747474. Windows color (decimal): -14050442 or 7772969. OLE color: 7772969.
HSL color Cylindrical-coordinate representation of color #299B76: hue angle of 160.53º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B76 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 118 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.39 |
| HSL | 160.53º | 0.58% | 0.38% | - |
| HSV(B) | 160.53º | 0.74% | 0.61% | - |
| XYZ | 15.91 | 25.22 | 21.17 | - |
| YUV | 116.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 118 | 0.74 | 0 | 0.24 | 0.39 | 160.53 | 0.58 | 0.38 |
| Hex | 29 | 9B | 76 | 4A | 0 | 18 | 27 | A1 | 3A | 26 |
| Octal | 51 | 233 | 166 | 112 | 0 | 30 | 47 | 241 | 72 | 46 |
| Binary | 101001 | 10011011 | 1110110 | 1001010 | 0 | 11000 | 100111 | 10100001 | 111010 | 100110 |
Color Harmonies of #299B76
Complementary color
Monochromatic Colors of #299B76
Black with #299B76
Text Example
Text Example
White with #299B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B76; }
p { color: rgb(41,155,118); }
H1.HeaderClassName
{
color: #299B76;
}
.AnyTagClassName
{
color: #299B76;
}
</style>
background-color css
<style>
a { background-color: #299B76; }
a { background-color: rgb(41,155,118); }
div.DivClassName
{
background-color: #299B76;
}
.BgClassName
{
background-color: #299B76;
}
</style>
border-color css
<style>
span { border-color: #299B76; }
span { border-color: rgb(41,155,118); }
td.TdClassName
{
border-color: #299B76;
}
.TagClassName
{
border-color: #299B76;
}
</style>