Shades of Forest Green #197914
Tints of Forest Green #197914
RGB
CMYK
RGB Variations
Color information
#197914 (or 0x197914) is known color: Forest Green. HEX triplet: 19, 79 and 14. RGB value is (25,121,20). Sum of RGB (Red+Green+Blue) = 25+121+20=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 121 (47.66% from 255 or 72.89% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 121 - color contains mainly: green. Hex color #197914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197914 is #E686EB. Grayscale: #515151. Windows color (decimal): -15107820 or 1341721. OLE color: 1341721.
HSL color Cylindrical-coordinate representation of color #197914: hue angle of 117.03º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197914 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 20 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.53 |
| HSL | 117.03º | 0.72% | 0.28% | - |
| HSV(B) | 117.03º | 0.83% | 0.47% | - |
| XYZ | 7.36 | 13.93 | 2.96 | - |
| YUV | 80.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 20 | 0.79 | 0 | 0.83 | 0.53 | 117.03 | 0.72 | 0.28 |
| Hex | 19 | 79 | 14 | 4F | 0 | 53 | 35 | 75 | 48 | 1C |
| Octal | 31 | 171 | 24 | 117 | 0 | 123 | 65 | 165 | 110 | 34 |
| Binary | 11001 | 1111001 | 10100 | 1001111 | 0 | 1010011 | 110101 | 1110101 | 1001000 | 11100 |
Color Harmonies of #197914
Complementary color
Monochromatic Colors of #197914
Black with #197914
Text Example
Text Example
White with #197914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197914; }
p { color: rgb(25,121,20); }
H1.HeaderClassName
{
color: #197914;
}
.AnyTagClassName
{
color: #197914;
}
</style>
background-color css
<style>
a { background-color: #197914; }
a { background-color: rgb(25,121,20); }
div.DivClassName
{
background-color: #197914;
}
.BgClassName
{
background-color: #197914;
}
</style>
border-color css
<style>
span { border-color: #197914; }
span { border-color: rgb(25,121,20); }
td.TdClassName
{
border-color: #197914;
}
.TagClassName
{
border-color: #197914;
}
</style>