Shades of Forest Green #197112
Tints of Forest Green #197112
RGB
CMYK
RGB Variations
Color information
#197112 (or 0x197112) is known color: Forest Green. HEX triplet: 19, 71 and 12. RGB value is (25,113,18). Sum of RGB (Red+Green+Blue) = 25+113+18=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #197112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197112 is #E68EED. Grayscale: #4C4C4C. Windows color (decimal): -15109870 or 1208601. OLE color: 1208601.
HSL color Cylindrical-coordinate representation of color #197112: hue angle of 115.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197112 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 18 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.56 |
| HSL | 115.58º | 0.73% | 0.26% | - |
| HSV(B) | 115.58º | 0.84% | 0.44% | - |
| XYZ | 6.42 | 12.06 | 2.56 | - |
| YUV | 75.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 18 | 0.78 | 0 | 0.84 | 0.56 | 115.58 | 0.73 | 0.26 |
| Hex | 19 | 71 | 12 | 4E | 0 | 54 | 38 | 74 | 49 | 1A |
| Octal | 31 | 161 | 22 | 116 | 0 | 124 | 70 | 164 | 111 | 32 |
| Binary | 11001 | 1110001 | 10010 | 1001110 | 0 | 1010100 | 111000 | 1110100 | 1001001 | 11010 |
Color Harmonies of #197112
Complementary color
Monochromatic Colors of #197112
Black with #197112
Text Example
Text Example
White with #197112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197112; }
p { color: rgb(25,113,18); }
H1.HeaderClassName
{
color: #197112;
}
.AnyTagClassName
{
color: #197112;
}
</style>
background-color css
<style>
a { background-color: #197112; }
a { background-color: rgb(25,113,18); }
div.DivClassName
{
background-color: #197112;
}
.BgClassName
{
background-color: #197112;
}
</style>
border-color css
<style>
span { border-color: #197112; }
span { border-color: rgb(25,113,18); }
td.TdClassName
{
border-color: #197112;
}
.TagClassName
{
border-color: #197112;
}
</style>