Shades of Forest Green #199519
Tints of Forest Green #199519
RGB
CMYK
RGB Variations
Color information
#199519 (or 0x199519) is known color: Forest Green. HEX triplet: 19, 95 and 19. RGB value is (25,149,25). Sum of RGB (Red+Green+Blue) = 25+149+25=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #199519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199519 is #E66AE6. Grayscale: #626262. Windows color (decimal): -15100647 or 1676569. OLE color: 1676569.
HSL color Cylindrical-coordinate representation of color #199519: hue angle of 120º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199519 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 25 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.42 |
| HSL | 120º | 0.71% | 0.34% | - |
| HSV(B) | 120º | 0.83% | 0.58% | - |
| XYZ | 11.32 | 21.77 | 4.53 | - |
| YUV | 97.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 25 | 0.83 | 0 | 0.83 | 0.42 | 120 | 0.71 | 0.34 |
| Hex | 19 | 95 | 19 | 53 | 0 | 53 | 2A | 78 | 47 | 22 |
| Octal | 31 | 225 | 31 | 123 | 0 | 123 | 52 | 170 | 107 | 42 |
| Binary | 11001 | 10010101 | 11001 | 1010011 | 0 | 1010011 | 101010 | 1111000 | 1000111 | 100010 |
Color Harmonies of #199519
Complementary color
Monochromatic Colors of #199519
Black with #199519
Text Example
Text Example
White with #199519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199519; }
p { color: rgb(25,149,25); }
H1.HeaderClassName
{
color: #199519;
}
.AnyTagClassName
{
color: #199519;
}
</style>
background-color css
<style>
a { background-color: #199519; }
a { background-color: rgb(25,149,25); }
div.DivClassName
{
background-color: #199519;
}
.BgClassName
{
background-color: #199519;
}
</style>
border-color css
<style>
span { border-color: #199519; }
span { border-color: rgb(25,149,25); }
td.TdClassName
{
border-color: #199519;
}
.TagClassName
{
border-color: #199519;
}
</style>