Shades of Forest Green #197519
Tints of Forest Green #197519
RGB
CMYK
RGB Variations
Color information
#197519 (or 0x197519) is known color: Forest Green. HEX triplet: 19, 75 and 19. RGB value is (25,117,25). Sum of RGB (Red+Green+Blue) = 25+117+25=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #197519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197519 is #E68AE6. Grayscale: #4F4F4F. Windows color (decimal): -15108839 or 1668377. OLE color: 1668377.
HSL color Cylindrical-coordinate representation of color #197519: hue angle of 120º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197519 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 25 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.54 |
| HSL | 120º | 0.65% | 0.28% | - |
| HSV(B) | 120º | 0.79% | 0.46% | - |
| XYZ | 6.94 | 13 | 3.06 | - |
| YUV | 79 | 97.52 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 25 | 0.79 | 0 | 0.79 | 0.54 | 120 | 0.65 | 0.28 |
| Hex | 19 | 75 | 19 | 4F | 0 | 4F | 36 | 78 | 41 | 1C |
| Octal | 31 | 165 | 31 | 117 | 0 | 117 | 66 | 170 | 101 | 34 |
| Binary | 11001 | 1110101 | 11001 | 1001111 | 0 | 1001111 | 110110 | 1111000 | 1000001 | 11100 |
Color Harmonies of #197519
Complementary color
Monochromatic Colors of #197519
Black with #197519
Text Example
Text Example
White with #197519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197519; }
p { color: rgb(25,117,25); }
H1.HeaderClassName
{
color: #197519;
}
.AnyTagClassName
{
color: #197519;
}
</style>
background-color css
<style>
a { background-color: #197519; }
a { background-color: rgb(25,117,25); }
div.DivClassName
{
background-color: #197519;
}
.BgClassName
{
background-color: #197519;
}
</style>
border-color css
<style>
span { border-color: #197519; }
span { border-color: rgb(25,117,25); }
td.TdClassName
{
border-color: #197519;
}
.TagClassName
{
border-color: #197519;
}
</style>