Shades of Forest Green #198513
Tints of Forest Green #198513
RGB
CMYK
RGB Variations
Color information
#198513 (or 0x198513) is known color: Forest Green. HEX triplet: 19, 85 and 13. RGB value is (25,133,19). Sum of RGB (Red+Green+Blue) = 25+133+19=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #198513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198513 is #E67AEC. Grayscale: #585858. Windows color (decimal): -15104749 or 1279257. OLE color: 1279257.
HSL color Cylindrical-coordinate representation of color #198513: hue angle of 116.84º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198513 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 19 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.48 |
| HSL | 116.84º | 0.75% | 0.3% | - |
| HSV(B) | 116.84º | 0.86% | 0.52% | - |
| XYZ | 8.91 | 17.03 | 3.43 | - |
| YUV | 87.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 19 | 0.81 | 0 | 0.86 | 0.48 | 116.84 | 0.75 | 0.3 |
| Hex | 19 | 85 | 13 | 51 | 0 | 56 | 30 | 75 | 4B | 1E |
| Octal | 31 | 205 | 23 | 121 | 0 | 126 | 60 | 165 | 113 | 36 |
| Binary | 11001 | 10000101 | 10011 | 1010001 | 0 | 1010110 | 110000 | 1110101 | 1001011 | 11110 |
Color Harmonies of #198513
Complementary color
Monochromatic Colors of #198513
Black with #198513
Text Example
Text Example
White with #198513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198513; }
p { color: rgb(25,133,19); }
H1.HeaderClassName
{
color: #198513;
}
.AnyTagClassName
{
color: #198513;
}
</style>
background-color css
<style>
a { background-color: #198513; }
a { background-color: rgb(25,133,19); }
div.DivClassName
{
background-color: #198513;
}
.BgClassName
{
background-color: #198513;
}
</style>
border-color css
<style>
span { border-color: #198513; }
span { border-color: rgb(25,133,19); }
td.TdClassName
{
border-color: #198513;
}
.TagClassName
{
border-color: #198513;
}
</style>