Shades of Forest Green #198012
Tints of Forest Green #198012
RGB
CMYK
RGB Variations
Color information
#198012 (or 0x198012) is known color: Forest Green. HEX triplet: 19, 80 and 12. RGB value is (25,128,18). Sum of RGB (Red+Green+Blue) = 25+128+18=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 128 (50.39% from 255 or 74.85% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 128 - color contains mainly: green. Hex color #198012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198012 is #E67FED. Grayscale: #555555. Windows color (decimal): -15106030 or 1212441. OLE color: 1212441.
HSL color Cylindrical-coordinate representation of color #198012: hue angle of 116.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198012 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 18 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.50 |
| HSL | 116.18º | 0.75% | 0.29% | - |
| HSV(B) | 116.18º | 0.86% | 0.5% | - |
| XYZ | 8.23 | 15.69 | 3.17 | - |
| YUV | 84.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 18 | 0.80 | 0 | 0.86 | 0.50 | 116.18 | 0.75 | 0.29 |
| Hex | 19 | 80 | 12 | 50 | 0 | 56 | 32 | 74 | 4B | 1D |
| Octal | 31 | 200 | 22 | 120 | 0 | 126 | 62 | 164 | 113 | 35 |
| Binary | 11001 | 10000000 | 10010 | 1010000 | 0 | 1010110 | 110010 | 1110100 | 1001011 | 11101 |
Color Harmonies of #198012
Complementary color
Monochromatic Colors of #198012
Black with #198012
Text Example
Text Example
White with #198012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198012; }
p { color: rgb(25,128,18); }
H1.HeaderClassName
{
color: #198012;
}
.AnyTagClassName
{
color: #198012;
}
</style>
background-color css
<style>
a { background-color: #198012; }
a { background-color: rgb(25,128,18); }
div.DivClassName
{
background-color: #198012;
}
.BgClassName
{
background-color: #198012;
}
</style>
border-color css
<style>
span { border-color: #198012; }
span { border-color: rgb(25,128,18); }
td.TdClassName
{
border-color: #198012;
}
.TagClassName
{
border-color: #198012;
}
</style>