Shades of Forest Green #199C13
Tints of Forest Green #199C13
RGB
CMYK
RGB Variations
Color information
#199C13 (or 0x199C13) is known color: Forest Green. HEX triplet: 19, 9C and 13. RGB value is (25,156,19). Sum of RGB (Red+Green+Blue) = 25+156+19=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 156 (61.33% from 255 or 78% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 156 - color contains mainly: green. Hex color #199C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199C13 is #E663EC. Grayscale: #656565. Windows color (decimal): -15098861 or 1285145. OLE color: 1285145.
HSL color Cylindrical-coordinate representation of color #199C13: hue angle of 117.37º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199C13 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 19 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.39 |
| HSL | 117.37º | 0.78% | 0.34% | - |
| HSV(B) | 117.37º | 0.88% | 0.61% | - |
| XYZ | 12.41 | 24.03 | 4.6 | - |
| YUV | 101.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 19 | 0.84 | 0 | 0.88 | 0.39 | 117.37 | 0.78 | 0.34 |
| Hex | 19 | 9C | 13 | 54 | 0 | 58 | 27 | 75 | 4E | 22 |
| Octal | 31 | 234 | 23 | 124 | 0 | 130 | 47 | 165 | 116 | 42 |
| Binary | 11001 | 10011100 | 10011 | 1010100 | 0 | 1011000 | 100111 | 1110101 | 1001110 | 100010 |
Color Harmonies of #199C13
Complementary color
Monochromatic Colors of #199C13
Black with #199C13
Text Example
Text Example
White with #199C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C13; }
p { color: rgb(25,156,19); }
H1.HeaderClassName
{
color: #199C13;
}
.AnyTagClassName
{
color: #199C13;
}
</style>
background-color css
<style>
a { background-color: #199C13; }
a { background-color: rgb(25,156,19); }
div.DivClassName
{
background-color: #199C13;
}
.BgClassName
{
background-color: #199C13;
}
</style>
border-color css
<style>
span { border-color: #199C13; }
span { border-color: rgb(25,156,19); }
td.TdClassName
{
border-color: #199C13;
}
.TagClassName
{
border-color: #199C13;
}
</style>