Shades of Forest Green #197211
Tints of Forest Green #197211
RGB
CMYK
RGB Variations
Color information
#197211 (or 0x197211) is known color: Forest Green. HEX triplet: 19, 72 and 11. RGB value is (25,114,17). Sum of RGB (Red+Green+Blue) = 25+114+17=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #197211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197211 is #E68DEE. Grayscale: #4C4C4C. Windows color (decimal): -15109615 or 1143321. OLE color: 1143321.
HSL color Cylindrical-coordinate representation of color #197211: hue angle of 115.05º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197211 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 17 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.55 |
| HSL | 115.05º | 0.74% | 0.26% | - |
| HSV(B) | 115.05º | 0.85% | 0.45% | - |
| XYZ | 6.52 | 12.28 | 2.56 | - |
| YUV | 76.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 17 | 0.78 | 0 | 0.85 | 0.55 | 115.05 | 0.74 | 0.26 |
| Hex | 19 | 72 | 11 | 4E | 0 | 55 | 37 | 73 | 4A | 1A |
| Octal | 31 | 162 | 21 | 116 | 0 | 125 | 67 | 163 | 112 | 32 |
| Binary | 11001 | 1110010 | 10001 | 1001110 | 0 | 1010101 | 110111 | 1110011 | 1001010 | 11010 |
Color Harmonies of #197211
Complementary color
Monochromatic Colors of #197211
Black with #197211
Text Example
Text Example
White with #197211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197211; }
p { color: rgb(25,114,17); }
H1.HeaderClassName
{
color: #197211;
}
.AnyTagClassName
{
color: #197211;
}
</style>
background-color css
<style>
a { background-color: #197211; }
a { background-color: rgb(25,114,17); }
div.DivClassName
{
background-color: #197211;
}
.BgClassName
{
background-color: #197211;
}
</style>
border-color css
<style>
span { border-color: #197211; }
span { border-color: rgb(25,114,17); }
td.TdClassName
{
border-color: #197211;
}
.TagClassName
{
border-color: #197211;
}
</style>