Shades of Forest Green #197812
Tints of Forest Green #197812
RGB
CMYK
RGB Variations
Color information
#197812 (or 0x197812) is known color: Forest Green. HEX triplet: 19, 78 and 12. RGB value is (25,120,18). Sum of RGB (Red+Green+Blue) = 25+120+18=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 120 (47.27% from 255 or 73.62% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 120 - color contains mainly: green. Hex color #197812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197812 is #E687ED. Grayscale: #505050. Windows color (decimal): -15108078 or 1210393. OLE color: 1210393.
HSL color Cylindrical-coordinate representation of color #197812: hue angle of 115.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197812 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 18 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.53 |
| HSL | 115.88º | 0.74% | 0.27% | - |
| HSV(B) | 115.88º | 0.85% | 0.47% | - |
| XYZ | 7.23 | 13.68 | 2.83 | - |
| YUV | 79.97 | 93.03 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 18 | 0.79 | 0 | 0.85 | 0.53 | 115.88 | 0.74 | 0.27 |
| Hex | 19 | 78 | 12 | 4F | 0 | 55 | 35 | 74 | 4A | 1B |
| Octal | 31 | 170 | 22 | 117 | 0 | 125 | 65 | 164 | 112 | 33 |
| Binary | 11001 | 1111000 | 10010 | 1001111 | 0 | 1010101 | 110101 | 1110100 | 1001010 | 11011 |
Color Harmonies of #197812
Complementary color
Monochromatic Colors of #197812
Black with #197812
Text Example
Text Example
White with #197812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197812; }
p { color: rgb(25,120,18); }
H1.HeaderClassName
{
color: #197812;
}
.AnyTagClassName
{
color: #197812;
}
</style>
background-color css
<style>
a { background-color: #197812; }
a { background-color: rgb(25,120,18); }
div.DivClassName
{
background-color: #197812;
}
.BgClassName
{
background-color: #197812;
}
</style>
border-color css
<style>
span { border-color: #197812; }
span { border-color: rgb(25,120,18); }
td.TdClassName
{
border-color: #197812;
}
.TagClassName
{
border-color: #197812;
}
</style>