Shades of Forest Green #197312
Tints of Forest Green #197312
RGB
CMYK
RGB Variations
Color information
#197312 (or 0x197312) is known color: Forest Green. HEX triplet: 19, 73 and 12. RGB value is (25,115,18). Sum of RGB (Red+Green+Blue) = 25+115+18=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #197312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197312 is #E68CED. Grayscale: #4D4D4D. Windows color (decimal): -15109358 or 1209113. OLE color: 1209113.
HSL color Cylindrical-coordinate representation of color #197312: hue angle of 115.67º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197312 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 18 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.55 |
| HSL | 115.67º | 0.73% | 0.26% | - |
| HSV(B) | 115.67º | 0.84% | 0.45% | - |
| XYZ | 6.64 | 12.51 | 2.64 | - |
| YUV | 77.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 18 | 0.78 | 0 | 0.84 | 0.55 | 115.67 | 0.73 | 0.26 |
| Hex | 19 | 73 | 12 | 4E | 0 | 54 | 37 | 74 | 49 | 1A |
| Octal | 31 | 163 | 22 | 116 | 0 | 124 | 67 | 164 | 111 | 32 |
| Binary | 11001 | 1110011 | 10010 | 1001110 | 0 | 1010100 | 110111 | 1110100 | 1001001 | 11010 |
Color Harmonies of #197312
Complementary color
Monochromatic Colors of #197312
Black with #197312
Text Example
Text Example
White with #197312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197312; }
p { color: rgb(25,115,18); }
H1.HeaderClassName
{
color: #197312;
}
.AnyTagClassName
{
color: #197312;
}
</style>
background-color css
<style>
a { background-color: #197312; }
a { background-color: rgb(25,115,18); }
div.DivClassName
{
background-color: #197312;
}
.BgClassName
{
background-color: #197312;
}
</style>
border-color css
<style>
span { border-color: #197312; }
span { border-color: rgb(25,115,18); }
td.TdClassName
{
border-color: #197312;
}
.TagClassName
{
border-color: #197312;
}
</style>