Shades of Forest Green #198010
Tints of Forest Green #198010
RGB
CMYK
RGB Variations
Color information
#198010 (or 0x198010) is known color: Forest Green. HEX triplet: 19, 80 and 10. RGB value is (25,128,16). Sum of RGB (Red+Green+Blue) = 25+128+16=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #198010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198010 is #E67FEF. Grayscale: #545454. Windows color (decimal): -15106032 or 1081369. OLE color: 1081369.
HSL color Cylindrical-coordinate representation of color #198010: hue angle of 115.18º degrees, saturation: 0.78, 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 #198010 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 16 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.50 |
| HSL | 115.18º | 0.78% | 0.28% | - |
| HSV(B) | 115.18º | 0.88% | 0.5% | - |
| XYZ | 8.21 | 15.68 | 3.08 | - |
| YUV | 84.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 16 | 0.80 | 0 | 0.88 | 0.50 | 115.18 | 0.78 | 0.28 |
| Hex | 19 | 80 | 10 | 50 | 0 | 58 | 32 | 73 | 4E | 1C |
| Octal | 31 | 200 | 20 | 120 | 0 | 130 | 62 | 163 | 116 | 34 |
| Binary | 11001 | 10000000 | 10000 | 1010000 | 0 | 1011000 | 110010 | 1110011 | 1001110 | 11100 |
Color Harmonies of #198010
Complementary color
Monochromatic Colors of #198010
Black with #198010
Text Example
Text Example
White with #198010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198010; }
p { color: rgb(25,128,16); }
H1.HeaderClassName
{
color: #198010;
}
.AnyTagClassName
{
color: #198010;
}
</style>
background-color css
<style>
a { background-color: #198010; }
a { background-color: rgb(25,128,16); }
div.DivClassName
{
background-color: #198010;
}
.BgClassName
{
background-color: #198010;
}
</style>
border-color css
<style>
span { border-color: #198010; }
span { border-color: rgb(25,128,16); }
td.TdClassName
{
border-color: #198010;
}
.TagClassName
{
border-color: #198010;
}
</style>