Shades of Jungle Green #299C74
Tints of Jungle Green #299C74
RGB
CMYK
RGB Variations
Color information
#299C74 (or 0x299C74) is known color: Jungle Green. HEX triplet: 29, 9C and 74. RGB value is (41,156,116). Sum of RGB (Red+Green+Blue) = 41+156+116=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #299C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C74 is #D6638B. Grayscale: #757575. Windows color (decimal): -14050188 or 7642153. OLE color: 7642153.
HSL color Cylindrical-coordinate representation of color #299C74: hue angle of 159.13º 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 #299C74 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 116 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.39 |
| HSL | 159.13º | 0.58% | 0.39% | - |
| HSV(B) | 159.13º | 0.74% | 0.61% | - |
| XYZ | 15.96 | 25.51 | 20.61 | - |
| YUV | 117.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 116 | 0.74 | 0 | 0.26 | 0.39 | 159.13 | 0.58 | 0.39 |
| Hex | 29 | 9C | 74 | 4A | 0 | 1A | 27 | 9F | 3A | 27 |
| Octal | 51 | 234 | 164 | 112 | 0 | 32 | 47 | 237 | 72 | 47 |
| Binary | 101001 | 10011100 | 1110100 | 1001010 | 0 | 11010 | 100111 | 10011111 | 111010 | 100111 |
Color Harmonies of #299C74
Complementary color
Monochromatic Colors of #299C74
Black with #299C74
Text Example
Text Example
White with #299C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C74; }
p { color: rgb(41,156,116); }
H1.HeaderClassName
{
color: #299C74;
}
.AnyTagClassName
{
color: #299C74;
}
</style>
background-color css
<style>
a { background-color: #299C74; }
a { background-color: rgb(41,156,116); }
div.DivClassName
{
background-color: #299C74;
}
.BgClassName
{
background-color: #299C74;
}
</style>
border-color css
<style>
span { border-color: #299C74; }
span { border-color: rgb(41,156,116); }
td.TdClassName
{
border-color: #299C74;
}
.TagClassName
{
border-color: #299C74;
}
</style>