Shades of Jungle Green #299D73
Tints of Jungle Green #299D73
RGB
CMYK
RGB Variations
Color information
#299D73 (or 0x299D73) is known color: Jungle Green. HEX triplet: 29, 9D and 73. RGB value is (41,157,115). Sum of RGB (Red+Green+Blue) = 41+157+115=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #299D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299D73 is #D6628C. Grayscale: #757575. Windows color (decimal): -14049933 or 7576873. OLE color: 7576873.
HSL color Cylindrical-coordinate representation of color #299D73: hue angle of 158.28º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299D73 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 157 | 115 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.38 |
| HSL | 158.28º | 0.59% | 0.39% | - |
| HSV(B) | 158.28º | 0.74% | 0.62% | - |
| XYZ | 16.07 | 25.82 | 20.36 | - |
| YUV | 117.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 115 | 0.74 | 0 | 0.27 | 0.38 | 158.28 | 0.59 | 0.39 |
| Hex | 29 | 9D | 73 | 4A | 0 | 1B | 26 | 9E | 3B | 27 |
| Octal | 51 | 235 | 163 | 112 | 0 | 33 | 46 | 236 | 73 | 47 |
| Binary | 101001 | 10011101 | 1110011 | 1001010 | 0 | 11011 | 100110 | 10011110 | 111011 | 100111 |
Color Harmonies of #299D73
Complementary color
Monochromatic Colors of #299D73
Black with #299D73
Text Example
Text Example
White with #299D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299D73; }
p { color: rgb(41,157,115); }
H1.HeaderClassName
{
color: #299D73;
}
.AnyTagClassName
{
color: #299D73;
}
</style>
background-color css
<style>
a { background-color: #299D73; }
a { background-color: rgb(41,157,115); }
div.DivClassName
{
background-color: #299D73;
}
.BgClassName
{
background-color: #299D73;
}
</style>
border-color css
<style>
span { border-color: #299D73; }
span { border-color: rgb(41,157,115); }
td.TdClassName
{
border-color: #299D73;
}
.TagClassName
{
border-color: #299D73;
}
</style>