Shades of Forest Green #198013
Tints of Forest Green #198013
RGB
CMYK
RGB Variations
Color information
#198013 (or 0x198013) is known color: Forest Green. HEX triplet: 19, 80 and 13. RGB value is (25,128,19). Sum of RGB (Red+Green+Blue) = 25+128+19=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #198013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198013 is #E67FEC. Grayscale: #555555. Windows color (decimal): -15106029 or 1277977. OLE color: 1277977.
HSL color Cylindrical-coordinate representation of color #198013: hue angle of 116.7º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198013 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 19 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.50 |
| HSL | 116.7º | 0.74% | 0.29% | - |
| HSV(B) | 116.7º | 0.85% | 0.5% | - |
| XYZ | 8.24 | 15.69 | 3.21 | - |
| YUV | 84.78 | 90.88 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 19 | 0.80 | 0 | 0.85 | 0.50 | 116.7 | 0.74 | 0.29 |
| Hex | 19 | 80 | 13 | 50 | 0 | 55 | 32 | 75 | 4A | 1D |
| Octal | 31 | 200 | 23 | 120 | 0 | 125 | 62 | 165 | 112 | 35 |
| Binary | 11001 | 10000000 | 10011 | 1010000 | 0 | 1010101 | 110010 | 1110101 | 1001010 | 11101 |
Color Harmonies of #198013
Complementary color
Monochromatic Colors of #198013
Black with #198013
Text Example
Text Example
White with #198013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198013; }
p { color: rgb(25,128,19); }
H1.HeaderClassName
{
color: #198013;
}
.AnyTagClassName
{
color: #198013;
}
</style>
background-color css
<style>
a { background-color: #198013; }
a { background-color: rgb(25,128,19); }
div.DivClassName
{
background-color: #198013;
}
.BgClassName
{
background-color: #198013;
}
</style>
border-color css
<style>
span { border-color: #198013; }
span { border-color: rgb(25,128,19); }
td.TdClassName
{
border-color: #198013;
}
.TagClassName
{
border-color: #198013;
}
</style>