Shades of Jungle Green #299B75
Tints of Jungle Green #299B75
RGB
CMYK
RGB Variations
Color information
#299B75 (or 0x299B75) is known color: Jungle Green. HEX triplet: 29, 9B and 75. RGB value is (41,155,117). Sum of RGB (Red+Green+Blue) = 41+155+117=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #299B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B75 is #D6648A. Grayscale: #747474. Windows color (decimal): -14050443 or 7707433. OLE color: 7707433.
HSL color Cylindrical-coordinate representation of color #299B75: hue angle of 160º 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 #299B75 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 117 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.39 |
| HSL | 160º | 0.58% | 0.38% | - |
| HSV(B) | 160º | 0.74% | 0.61% | - |
| XYZ | 15.85 | 25.2 | 20.86 | - |
| YUV | 116.58 | 128.23 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 117 | 0.74 | 0 | 0.25 | 0.39 | 160 | 0.58 | 0.38 |
| Hex | 29 | 9B | 75 | 4A | 0 | 19 | 27 | A0 | 3A | 26 |
| Octal | 51 | 233 | 165 | 112 | 0 | 31 | 47 | 240 | 72 | 46 |
| Binary | 101001 | 10011011 | 1110101 | 1001010 | 0 | 11001 | 100111 | 10100000 | 111010 | 100110 |
Color Harmonies of #299B75
Complementary color
Monochromatic Colors of #299B75
Black with #299B75
Text Example
Text Example
White with #299B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B75; }
p { color: rgb(41,155,117); }
H1.HeaderClassName
{
color: #299B75;
}
.AnyTagClassName
{
color: #299B75;
}
</style>
background-color css
<style>
a { background-color: #299B75; }
a { background-color: rgb(41,155,117); }
div.DivClassName
{
background-color: #299B75;
}
.BgClassName
{
background-color: #299B75;
}
</style>
border-color css
<style>
span { border-color: #299B75; }
span { border-color: rgb(41,155,117); }
td.TdClassName
{
border-color: #299B75;
}
.TagClassName
{
border-color: #299B75;
}
</style>