Shades of Jungle Green #299C7A
Tints of Jungle Green #299C7A
RGB
CMYK
RGB Variations
Color information
#299C7A (or 0x299C7A) is known color: Jungle Green. HEX triplet: 29, 9C and 7A. RGB value is (41,156,122). Sum of RGB (Red+Green+Blue) = 41+156+122=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #299C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C7A is #D66385. Grayscale: #757575. Windows color (decimal): -14050182 or 8035369. OLE color: 8035369.
HSL color Cylindrical-coordinate representation of color #299C7A: hue angle of 162.26º 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 #299C7A is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 122 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.39 |
| HSL | 162.26º | 0.58% | 0.39% | - |
| HSV(B) | 162.26º | 0.74% | 0.61% | - |
| XYZ | 16.32 | 25.65 | 22.5 | - |
| YUV | 117.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 122 | 0.74 | 0 | 0.22 | 0.39 | 162.26 | 0.58 | 0.39 |
| Hex | 29 | 9C | 7A | 4A | 0 | 16 | 27 | A2 | 3A | 27 |
| Octal | 51 | 234 | 172 | 112 | 0 | 26 | 47 | 242 | 72 | 47 |
| Binary | 101001 | 10011100 | 1111010 | 1001010 | 0 | 10110 | 100111 | 10100010 | 111010 | 100111 |
Color Harmonies of #299C7A
Complementary color
Monochromatic Colors of #299C7A
Black with #299C7A
Text Example
Text Example
White with #299C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C7A; }
p { color: rgb(41,156,122); }
H1.HeaderClassName
{
color: #299C7A;
}
.AnyTagClassName
{
color: #299C7A;
}
</style>
background-color css
<style>
a { background-color: #299C7A; }
a { background-color: rgb(41,156,122); }
div.DivClassName
{
background-color: #299C7A;
}
.BgClassName
{
background-color: #299C7A;
}
</style>
border-color css
<style>
span { border-color: #299C7A; }
span { border-color: rgb(41,156,122); }
td.TdClassName
{
border-color: #299C7A;
}
.TagClassName
{
border-color: #299C7A;
}
</style>