Shades of Forest Green #198011
Tints of Forest Green #198011
RGB
CMYK
RGB Variations
Color information
#198011 (or 0x198011) is known color: Forest Green. HEX triplet: 19, 80 and 11. RGB value is (25,128,17). Sum of RGB (Red+Green+Blue) = 25+128+17=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 128 (50.39% from 255 or 75.29% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 128 - color contains mainly: green. Hex color #198011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198011 is #E67FEE. Grayscale: #545454. Windows color (decimal): -15106031 or 1146905. OLE color: 1146905.
HSL color Cylindrical-coordinate representation of color #198011: hue angle of 115.68º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198011 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 17 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.50 |
| HSL | 115.68º | 0.77% | 0.28% | - |
| HSV(B) | 115.68º | 0.87% | 0.5% | - |
| XYZ | 8.22 | 15.69 | 3.12 | - |
| YUV | 84.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 17 | 0.80 | 0 | 0.87 | 0.50 | 115.68 | 0.77 | 0.28 |
| Hex | 19 | 80 | 11 | 50 | 0 | 57 | 32 | 74 | 4D | 1C |
| Octal | 31 | 200 | 21 | 120 | 0 | 127 | 62 | 164 | 115 | 34 |
| Binary | 11001 | 10000000 | 10001 | 1010000 | 0 | 1010111 | 110010 | 1110100 | 1001101 | 11100 |
Color Harmonies of #198011
Complementary color
Monochromatic Colors of #198011
Black with #198011
Text Example
Text Example
White with #198011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198011; }
p { color: rgb(25,128,17); }
H1.HeaderClassName
{
color: #198011;
}
.AnyTagClassName
{
color: #198011;
}
</style>
background-color css
<style>
a { background-color: #198011; }
a { background-color: rgb(25,128,17); }
div.DivClassName
{
background-color: #198011;
}
.BgClassName
{
background-color: #198011;
}
</style>
border-color css
<style>
span { border-color: #198011; }
span { border-color: rgb(25,128,17); }
td.TdClassName
{
border-color: #198011;
}
.TagClassName
{
border-color: #198011;
}
</style>