Shades of Forest Green #197217
Tints of Forest Green #197217
RGB
CMYK
RGB Variations
Color information
#197217 (or 0x197217) is known color: Forest Green. HEX triplet: 19, 72 and 17. RGB value is (25,114,23). Sum of RGB (Red+Green+Blue) = 25+114+23=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #197217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197217 is #E68DE8. Grayscale: #4D4D4D. Windows color (decimal): -15109609 or 1536537. OLE color: 1536537.
HSL color Cylindrical-coordinate representation of color #197217: hue angle of 118.68º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197217 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 23 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.55 |
| HSL | 118.68º | 0.66% | 0.27% | - |
| HSV(B) | 118.68º | 0.8% | 0.45% | - |
| XYZ | 6.57 | 12.3 | 2.84 | - |
| YUV | 77.02 | 97.51 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 23 | 0.78 | 0 | 0.80 | 0.55 | 118.68 | 0.66 | 0.27 |
| Hex | 19 | 72 | 17 | 4E | 0 | 50 | 37 | 77 | 42 | 1B |
| Octal | 31 | 162 | 27 | 116 | 0 | 120 | 67 | 167 | 102 | 33 |
| Binary | 11001 | 1110010 | 10111 | 1001110 | 0 | 1010000 | 110111 | 1110111 | 1000010 | 11011 |
Color Harmonies of #197217
Complementary color
Monochromatic Colors of #197217
Black with #197217
Text Example
Text Example
White with #197217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197217; }
p { color: rgb(25,114,23); }
H1.HeaderClassName
{
color: #197217;
}
.AnyTagClassName
{
color: #197217;
}
</style>
background-color css
<style>
a { background-color: #197217; }
a { background-color: rgb(25,114,23); }
div.DivClassName
{
background-color: #197217;
}
.BgClassName
{
background-color: #197217;
}
</style>
border-color css
<style>
span { border-color: #197217; }
span { border-color: rgb(25,114,23); }
td.TdClassName
{
border-color: #197217;
}
.TagClassName
{
border-color: #197217;
}
</style>