Shades of Jungle Green #299D7B
Tints of Jungle Green #299D7B
RGB
CMYK
RGB Variations
Color information
#299D7B (or 0x299D7B) is known color: Jungle Green. HEX triplet: 29, 9D and 7B. RGB value is (41,157,123). Sum of RGB (Red+Green+Blue) = 41+157+123=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #299D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299D7B is #D66284. Grayscale: #767676. Windows color (decimal): -14049925 or 8101161. OLE color: 8101161.
HSL color Cylindrical-coordinate representation of color #299D7B: hue angle of 162.41º 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 #299D7B is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 157 | 123 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.38 |
| HSL | 162.41º | 0.59% | 0.39% | - |
| HSV(B) | 162.41º | 0.74% | 0.62% | - |
| XYZ | 16.55 | 26.02 | 22.89 | - |
| YUV | 118.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 123 | 0.74 | 0 | 0.22 | 0.38 | 162.41 | 0.59 | 0.39 |
| Hex | 29 | 9D | 7B | 4A | 0 | 16 | 26 | A2 | 3B | 27 |
| Octal | 51 | 235 | 173 | 112 | 0 | 26 | 46 | 242 | 73 | 47 |
| Binary | 101001 | 10011101 | 1111011 | 1001010 | 0 | 10110 | 100110 | 10100010 | 111011 | 100111 |
Color Harmonies of #299D7B
Complementary color
Monochromatic Colors of #299D7B
Black with #299D7B
Text Example
Text Example
White with #299D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299D7B; }
p { color: rgb(41,157,123); }
H1.HeaderClassName
{
color: #299D7B;
}
.AnyTagClassName
{
color: #299D7B;
}
</style>
background-color css
<style>
a { background-color: #299D7B; }
a { background-color: rgb(41,157,123); }
div.DivClassName
{
background-color: #299D7B;
}
.BgClassName
{
background-color: #299D7B;
}
</style>
border-color css
<style>
span { border-color: #299D7B; }
span { border-color: rgb(41,157,123); }
td.TdClassName
{
border-color: #299D7B;
}
.TagClassName
{
border-color: #299D7B;
}
</style>