Shades of Jungle Green #299B7B
Tints of Jungle Green #299B7B
RGB
CMYK
RGB Variations
Color information
#299B7B (or 0x299B7B) is known color: Jungle Green. HEX triplet: 29, 9B and 7B. RGB value is (41,155,123). Sum of RGB (Red+Green+Blue) = 41+155+123=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #299B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B7B is #D66484. Grayscale: #757575. Windows color (decimal): -14050437 or 8100649. OLE color: 8100649.
HSL color Cylindrical-coordinate representation of color #299B7B: hue angle of 163.16º 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 #299B7B is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 123 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.39 |
| HSL | 163.16º | 0.58% | 0.38% | - |
| HSV(B) | 163.16º | 0.74% | 0.61% | - |
| XYZ | 16.21 | 25.34 | 22.78 | - |
| YUV | 117.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 123 | 0.74 | 0 | 0.21 | 0.39 | 163.16 | 0.58 | 0.38 |
| Hex | 29 | 9B | 7B | 4A | 0 | 15 | 27 | A3 | 3A | 26 |
| Octal | 51 | 233 | 173 | 112 | 0 | 25 | 47 | 243 | 72 | 46 |
| Binary | 101001 | 10011011 | 1111011 | 1001010 | 0 | 10101 | 100111 | 10100011 | 111010 | 100110 |
Color Harmonies of #299B7B
Complementary color
Monochromatic Colors of #299B7B
Black with #299B7B
Text Example
Text Example
White with #299B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B7B; }
p { color: rgb(41,155,123); }
H1.HeaderClassName
{
color: #299B7B;
}
.AnyTagClassName
{
color: #299B7B;
}
</style>
background-color css
<style>
a { background-color: #299B7B; }
a { background-color: rgb(41,155,123); }
div.DivClassName
{
background-color: #299B7B;
}
.BgClassName
{
background-color: #299B7B;
}
</style>
border-color css
<style>
span { border-color: #299B7B; }
span { border-color: rgb(41,155,123); }
td.TdClassName
{
border-color: #299B7B;
}
.TagClassName
{
border-color: #299B7B;
}
</style>