Shades of Forest Green #197215
Tints of Forest Green #197215
RGB
CMYK
RGB Variations
Color information
#197215 (or 0x197215) is known color: Forest Green. HEX triplet: 19, 72 and 15. RGB value is (25,114,21). Sum of RGB (Red+Green+Blue) = 25+114+21=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #197215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197215 is #E68DEA. Grayscale: #4D4D4D. Windows color (decimal): -15109611 or 1405465. OLE color: 1405465.
HSL color Cylindrical-coordinate representation of color #197215: hue angle of 117.42º degrees, saturation: 0.69, 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 #197215 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 21 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.55 |
| HSL | 117.42º | 0.69% | 0.26% | - |
| HSV(B) | 117.42º | 0.82% | 0.45% | - |
| XYZ | 6.55 | 12.3 | 2.74 | - |
| YUV | 76.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 21 | 0.78 | 0 | 0.82 | 0.55 | 117.42 | 0.69 | 0.26 |
| Hex | 19 | 72 | 15 | 4E | 0 | 52 | 37 | 75 | 45 | 1A |
| Octal | 31 | 162 | 25 | 116 | 0 | 122 | 67 | 165 | 105 | 32 |
| Binary | 11001 | 1110010 | 10101 | 1001110 | 0 | 1010010 | 110111 | 1110101 | 1000101 | 11010 |
Color Harmonies of #197215
Complementary color
Monochromatic Colors of #197215
Black with #197215
Text Example
Text Example
White with #197215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197215; }
p { color: rgb(25,114,21); }
H1.HeaderClassName
{
color: #197215;
}
.AnyTagClassName
{
color: #197215;
}
</style>
background-color css
<style>
a { background-color: #197215; }
a { background-color: rgb(25,114,21); }
div.DivClassName
{
background-color: #197215;
}
.BgClassName
{
background-color: #197215;
}
</style>
border-color css
<style>
span { border-color: #197215; }
span { border-color: rgb(25,114,21); }
td.TdClassName
{
border-color: #197215;
}
.TagClassName
{
border-color: #197215;
}
</style>