Shades of Jungle Green #299C80
Tints of Jungle Green #299C80
RGB
CMYK
RGB Variations
Color information
#299C80 (or 0x299C80) is known color: Jungle Green. HEX triplet: 29, 9C and 80. RGB value is (41,156,128). Sum of RGB (Red+Green+Blue) = 41+156+128=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #299C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C80 is #D6637F. Grayscale: #767676. Windows color (decimal): -14050176 or 8428585. OLE color: 8428585.
HSL color Cylindrical-coordinate representation of color #299C80: hue angle of 165.39º 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 #299C80 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 128 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.39 |
| HSL | 165.39º | 0.58% | 0.39% | - |
| HSV(B) | 165.39º | 0.74% | 0.61% | - |
| XYZ | 16.7 | 25.81 | 24.52 | - |
| YUV | 118.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 128 | 0.74 | 0 | 0.18 | 0.39 | 165.39 | 0.58 | 0.39 |
| Hex | 29 | 9C | 80 | 4A | 0 | 12 | 27 | A5 | 3A | 27 |
| Octal | 51 | 234 | 200 | 112 | 0 | 22 | 47 | 245 | 72 | 47 |
| Binary | 101001 | 10011100 | 10000000 | 1001010 | 0 | 10010 | 100111 | 10100101 | 111010 | 100111 |
Color Harmonies of #299C80
Complementary color
Monochromatic Colors of #299C80
Black with #299C80
Text Example
Text Example
White with #299C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C80; }
p { color: rgb(41,156,128); }
H1.HeaderClassName
{
color: #299C80;
}
.AnyTagClassName
{
color: #299C80;
}
</style>
background-color css
<style>
a { background-color: #299C80; }
a { background-color: rgb(41,156,128); }
div.DivClassName
{
background-color: #299C80;
}
.BgClassName
{
background-color: #299C80;
}
</style>
border-color css
<style>
span { border-color: #299C80; }
span { border-color: rgb(41,156,128); }
td.TdClassName
{
border-color: #299C80;
}
.TagClassName
{
border-color: #299C80;
}
</style>