Shades of Forest Green #197613
Tints of Forest Green #197613
RGB
CMYK
RGB Variations
Color information
#197613 (or 0x197613) is known color: Forest Green. HEX triplet: 19, 76 and 13. RGB value is (25,118,19). Sum of RGB (Red+Green+Blue) = 25+118+19=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #197613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197613 is #E689EC. Grayscale: #4F4F4F. Windows color (decimal): -15108589 or 1275417. OLE color: 1275417.
HSL color Cylindrical-coordinate representation of color #197613: hue angle of 116.36º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197613 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 19 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.54 |
| HSL | 116.36º | 0.72% | 0.27% | - |
| HSV(B) | 116.36º | 0.84% | 0.46% | - |
| XYZ | 7 | 13.21 | 2.8 | - |
| YUV | 78.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 19 | 0.79 | 0 | 0.84 | 0.54 | 116.36 | 0.72 | 0.27 |
| Hex | 19 | 76 | 13 | 4F | 0 | 54 | 36 | 74 | 48 | 1B |
| Octal | 31 | 166 | 23 | 117 | 0 | 124 | 66 | 164 | 110 | 33 |
| Binary | 11001 | 1110110 | 10011 | 1001111 | 0 | 1010100 | 110110 | 1110100 | 1001000 | 11011 |
Color Harmonies of #197613
Complementary color
Monochromatic Colors of #197613
Black with #197613
Text Example
Text Example
White with #197613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197613; }
p { color: rgb(25,118,19); }
H1.HeaderClassName
{
color: #197613;
}
.AnyTagClassName
{
color: #197613;
}
</style>
background-color css
<style>
a { background-color: #197613; }
a { background-color: rgb(25,118,19); }
div.DivClassName
{
background-color: #197613;
}
.BgClassName
{
background-color: #197613;
}
</style>
border-color css
<style>
span { border-color: #197613; }
span { border-color: rgb(25,118,19); }
td.TdClassName
{
border-color: #197613;
}
.TagClassName
{
border-color: #197613;
}
</style>