Shades of Forest Green #197F0F
Tints of Forest Green #197F0F
RGB
CMYK
RGB Variations
Color information
#197F0F (or 0x197F0F) is known color: Forest Green. HEX triplet: 19, 7F and 0F. RGB value is (25,127,15). Sum of RGB (Red+Green+Blue) = 25+127+15=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 127 (50% from 255 or 76.05% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 127 - color contains mainly: green. Hex color #197F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197F0F is #E680F0. Grayscale: #545454. Windows color (decimal): -15106289 or 1015577. OLE color: 1015577.
HSL color Cylindrical-coordinate representation of color #197F0F: hue angle of 114.64º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197F0F is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 15 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.50 |
| HSL | 114.64º | 0.79% | 0.28% | - |
| HSV(B) | 114.64º | 0.88% | 0.5% | - |
| XYZ | 8.08 | 15.42 | 3 | - |
| YUV | 83.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 15 | 0.80 | 0 | 0.88 | 0.50 | 114.64 | 0.79 | 0.28 |
| Hex | 19 | 7F | F | 50 | 0 | 58 | 32 | 73 | 4F | 1C |
| Octal | 31 | 177 | 17 | 120 | 0 | 130 | 62 | 163 | 117 | 34 |
| Binary | 11001 | 1111111 | 1111 | 1010000 | 0 | 1011000 | 110010 | 1110011 | 1001111 | 11100 |
Color Harmonies of #197F0F
Complementary color
Monochromatic Colors of #197F0F
Black with #197F0F
Text Example
Text Example
White with #197F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F0F; }
p { color: rgb(25,127,15); }
H1.HeaderClassName
{
color: #197F0F;
}
.AnyTagClassName
{
color: #197F0F;
}
</style>
background-color css
<style>
a { background-color: #197F0F; }
a { background-color: rgb(25,127,15); }
div.DivClassName
{
background-color: #197F0F;
}
.BgClassName
{
background-color: #197F0F;
}
</style>
border-color css
<style>
span { border-color: #197F0F; }
span { border-color: rgb(25,127,15); }
td.TdClassName
{
border-color: #197F0F;
}
.TagClassName
{
border-color: #197F0F;
}
</style>