Shades of Forest Green #197213
Tints of Forest Green #197213
RGB
CMYK
RGB Variations
Color information
#197213 (or 0x197213) is known color: Forest Green. HEX triplet: 19, 72 and 13. RGB value is (25,114,19). Sum of RGB (Red+Green+Blue) = 25+114+19=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #197213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197213 is #E68DEC. Grayscale: #4C4C4C. Windows color (decimal): -15109613 or 1274393. OLE color: 1274393.
HSL color Cylindrical-coordinate representation of color #197213: hue angle of 116.21º degrees, saturation: 0.71, 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 #197213 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 19 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.55 |
| HSL | 116.21º | 0.71% | 0.26% | - |
| HSV(B) | 116.21º | 0.83% | 0.45% | - |
| XYZ | 6.54 | 12.29 | 2.64 | - |
| YUV | 76.56 | 95.51 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 19 | 0.78 | 0 | 0.83 | 0.55 | 116.21 | 0.71 | 0.26 |
| Hex | 19 | 72 | 13 | 4E | 0 | 53 | 37 | 74 | 47 | 1A |
| Octal | 31 | 162 | 23 | 116 | 0 | 123 | 67 | 164 | 107 | 32 |
| Binary | 11001 | 1110010 | 10011 | 1001110 | 0 | 1010011 | 110111 | 1110100 | 1000111 | 11010 |
Color Harmonies of #197213
Complementary color
Monochromatic Colors of #197213
Black with #197213
Text Example
Text Example
White with #197213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197213; }
p { color: rgb(25,114,19); }
H1.HeaderClassName
{
color: #197213;
}
.AnyTagClassName
{
color: #197213;
}
</style>
background-color css
<style>
a { background-color: #197213; }
a { background-color: rgb(25,114,19); }
div.DivClassName
{
background-color: #197213;
}
.BgClassName
{
background-color: #197213;
}
</style>
border-color css
<style>
span { border-color: #197213; }
span { border-color: rgb(25,114,19); }
td.TdClassName
{
border-color: #197213;
}
.TagClassName
{
border-color: #197213;
}
</style>