Shades of Forest Green #197510
Tints of Forest Green #197510
RGB
CMYK
RGB Variations
Color information
#197510 (or 0x197510) is known color: Forest Green. HEX triplet: 19, 75 and 10. RGB value is (25,117,16). Sum of RGB (Red+Green+Blue) = 25+117+16=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #197510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197510 is #E68AEF. Grayscale: #4E4E4E. Windows color (decimal): -15108848 or 1078553. OLE color: 1078553.
HSL color Cylindrical-coordinate representation of color #197510: hue angle of 114.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197510 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 16 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.54 |
| HSL | 114.65º | 0.76% | 0.26% | - |
| HSV(B) | 114.65º | 0.86% | 0.46% | - |
| XYZ | 6.86 | 12.97 | 2.63 | - |
| YUV | 77.98 | 93.02 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 16 | 0.79 | 0 | 0.86 | 0.54 | 114.65 | 0.76 | 0.26 |
| Hex | 19 | 75 | 10 | 4F | 0 | 56 | 36 | 73 | 4C | 1A |
| Octal | 31 | 165 | 20 | 117 | 0 | 126 | 66 | 163 | 114 | 32 |
| Binary | 11001 | 1110101 | 10000 | 1001111 | 0 | 1010110 | 110110 | 1110011 | 1001100 | 11010 |
Color Harmonies of #197510
Complementary color
Monochromatic Colors of #197510
Black with #197510
Text Example
Text Example
White with #197510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197510; }
p { color: rgb(25,117,16); }
H1.HeaderClassName
{
color: #197510;
}
.AnyTagClassName
{
color: #197510;
}
</style>
background-color css
<style>
a { background-color: #197510; }
a { background-color: rgb(25,117,16); }
div.DivClassName
{
background-color: #197510;
}
.BgClassName
{
background-color: #197510;
}
</style>
border-color css
<style>
span { border-color: #197510; }
span { border-color: rgb(25,117,16); }
td.TdClassName
{
border-color: #197510;
}
.TagClassName
{
border-color: #197510;
}
</style>