Shades of Forest Green #197010
Tints of Forest Green #197010
RGB
CMYK
RGB Variations
Color information
#197010 (or 0x197010) is known color: Forest Green. HEX triplet: 19, 70 and 10. RGB value is (25,112,16). Sum of RGB (Red+Green+Blue) = 25+112+16=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #197010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197010 is #E68FEF. Grayscale: #4B4B4B. Windows color (decimal): -15110128 or 1077273. OLE color: 1077273.
HSL color Cylindrical-coordinate representation of color #197010: hue angle of 114.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197010 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 16 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.56 |
| HSL | 114.38º | 0.75% | 0.25% | - |
| HSV(B) | 114.38º | 0.86% | 0.44% | - |
| XYZ | 6.29 | 11.83 | 2.44 | - |
| YUV | 75.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 16 | 0.78 | 0 | 0.86 | 0.56 | 114.38 | 0.75 | 0.25 |
| Hex | 19 | 70 | 10 | 4E | 0 | 56 | 38 | 72 | 4B | 19 |
| Octal | 31 | 160 | 20 | 116 | 0 | 126 | 70 | 162 | 113 | 31 |
| Binary | 11001 | 1110000 | 10000 | 1001110 | 0 | 1010110 | 111000 | 1110010 | 1001011 | 11001 |
Color Harmonies of #197010
Complementary color
Monochromatic Colors of #197010
Black with #197010
Text Example
Text Example
White with #197010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197010; }
p { color: rgb(25,112,16); }
H1.HeaderClassName
{
color: #197010;
}
.AnyTagClassName
{
color: #197010;
}
</style>
background-color css
<style>
a { background-color: #197010; }
a { background-color: rgb(25,112,16); }
div.DivClassName
{
background-color: #197010;
}
.BgClassName
{
background-color: #197010;
}
</style>
border-color css
<style>
span { border-color: #197010; }
span { border-color: rgb(25,112,16); }
td.TdClassName
{
border-color: #197010;
}
.TagClassName
{
border-color: #197010;
}
</style>