Shades of Forest Green #197314
Tints of Forest Green #197314
RGB
CMYK
RGB Variations
Color information
#197314 (or 0x197314) is known color: Forest Green. HEX triplet: 19, 73 and 14. RGB value is (25,115,20). Sum of RGB (Red+Green+Blue) = 25+115+20=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #197314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197314 is #E68CEB. Grayscale: #4D4D4D. Windows color (decimal): -15109356 or 1340185. OLE color: 1340185.
HSL color Cylindrical-coordinate representation of color #197314: hue angle of 116.84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197314 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 20 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.55 |
| HSL | 116.84º | 0.7% | 0.26% | - |
| HSV(B) | 116.84º | 0.83% | 0.45% | - |
| XYZ | 6.66 | 12.52 | 2.73 | - |
| YUV | 77.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 20 | 0.78 | 0 | 0.83 | 0.55 | 116.84 | 0.7 | 0.26 |
| Hex | 19 | 73 | 14 | 4E | 0 | 53 | 37 | 75 | 46 | 1A |
| Octal | 31 | 163 | 24 | 116 | 0 | 123 | 67 | 165 | 106 | 32 |
| Binary | 11001 | 1110011 | 10100 | 1001110 | 0 | 1010011 | 110111 | 1110101 | 1000110 | 11010 |
Color Harmonies of #197314
Complementary color
Monochromatic Colors of #197314
Black with #197314
Text Example
Text Example
White with #197314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197314; }
p { color: rgb(25,115,20); }
H1.HeaderClassName
{
color: #197314;
}
.AnyTagClassName
{
color: #197314;
}
</style>
background-color css
<style>
a { background-color: #197314; }
a { background-color: rgb(25,115,20); }
div.DivClassName
{
background-color: #197314;
}
.BgClassName
{
background-color: #197314;
}
</style>
border-color css
<style>
span { border-color: #197314; }
span { border-color: rgb(25,115,20); }
td.TdClassName
{
border-color: #197314;
}
.TagClassName
{
border-color: #197314;
}
</style>