Shades of Jungle Green #199D7F
Tints of Jungle Green #199D7F
RGB
CMYK
RGB Variations
Color information
#199D7F (or 0x199D7F) is known color: Jungle Green. HEX triplet: 19, 9D and 7F. RGB value is (25,157,127). Sum of RGB (Red+Green+Blue) = 25+157+127=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #199D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199D7F is #E66280. Grayscale: #727272. Windows color (decimal): -15098497 or 8363289. OLE color: 8363289.
HSL color Cylindrical-coordinate representation of color #199D7F: hue angle of 166.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D7F is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 127 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.38 |
| HSL | 166.36º | 0.73% | 0.36% | - |
| HSV(B) | 166.36º | 0.84% | 0.62% | - |
| XYZ | 16.29 | 25.85 | 24.21 | - |
| YUV | 114.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 127 | 0.84 | 0 | 0.19 | 0.38 | 166.36 | 0.73 | 0.36 |
| Hex | 19 | 9D | 7F | 54 | 0 | 13 | 26 | A6 | 49 | 24 |
| Octal | 31 | 235 | 177 | 124 | 0 | 23 | 46 | 246 | 111 | 44 |
| Binary | 11001 | 10011101 | 1111111 | 1010100 | 0 | 10011 | 100110 | 10100110 | 1001001 | 100100 |
Color Harmonies of #199D7F
Complementary color
Monochromatic Colors of #199D7F
Black with #199D7F
Text Example
Text Example
White with #199D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D7F; }
p { color: rgb(25,157,127); }
H1.HeaderClassName
{
color: #199D7F;
}
.AnyTagClassName
{
color: #199D7F;
}
</style>
background-color css
<style>
a { background-color: #199D7F; }
a { background-color: rgb(25,157,127); }
div.DivClassName
{
background-color: #199D7F;
}
.BgClassName
{
background-color: #199D7F;
}
</style>
border-color css
<style>
span { border-color: #199D7F; }
span { border-color: rgb(25,157,127); }
td.TdClassName
{
border-color: #199D7F;
}
.TagClassName
{
border-color: #199D7F;
}
</style>