Shades of Forest Green #197214
Tints of Forest Green #197214
RGB
CMYK
RGB Variations
Color information
#197214 (or 0x197214) is known color: Forest Green. HEX triplet: 19, 72 and 14. RGB value is (25,114,20). Sum of RGB (Red+Green+Blue) = 25+114+20=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #197214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197214 is #E68DEB. Grayscale: #4C4C4C. Windows color (decimal): -15109612 or 1339929. OLE color: 1339929.
HSL color Cylindrical-coordinate representation of color #197214: hue angle of 116.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197214 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 20 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.55 |
| HSL | 116.81º | 0.7% | 0.26% | - |
| HSV(B) | 116.81º | 0.82% | 0.45% | - |
| XYZ | 6.54 | 12.29 | 2.69 | - |
| YUV | 76.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 20 | 0.78 | 0 | 0.82 | 0.55 | 116.81 | 0.7 | 0.26 |
| Hex | 19 | 72 | 14 | 4E | 0 | 52 | 37 | 75 | 46 | 1A |
| Octal | 31 | 162 | 24 | 116 | 0 | 122 | 67 | 165 | 106 | 32 |
| Binary | 11001 | 1110010 | 10100 | 1001110 | 0 | 1010010 | 110111 | 1110101 | 1000110 | 11010 |
Color Harmonies of #197214
Complementary color
Monochromatic Colors of #197214
Black with #197214
Text Example
Text Example
White with #197214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197214; }
p { color: rgb(25,114,20); }
H1.HeaderClassName
{
color: #197214;
}
.AnyTagClassName
{
color: #197214;
}
</style>
background-color css
<style>
a { background-color: #197214; }
a { background-color: rgb(25,114,20); }
div.DivClassName
{
background-color: #197214;
}
.BgClassName
{
background-color: #197214;
}
</style>
border-color css
<style>
span { border-color: #197214; }
span { border-color: rgb(25,114,20); }
td.TdClassName
{
border-color: #197214;
}
.TagClassName
{
border-color: #197214;
}
</style>