Shades of Forest Green #198519
Tints of Forest Green #198519
RGB
CMYK
RGB Variations
Color information
#198519 (or 0x198519) is known color: Forest Green. HEX triplet: 19, 85 and 19. RGB value is (25,133,25). Sum of RGB (Red+Green+Blue) = 25+133+25=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #198519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198519 is #E67AE6. Grayscale: #585858. Windows color (decimal): -15104743 or 1672473. OLE color: 1672473.
HSL color Cylindrical-coordinate representation of color #198519: hue angle of 120º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198519 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 25 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.48 |
| HSL | 120º | 0.68% | 0.31% | - |
| HSV(B) | 120º | 0.81% | 0.52% | - |
| XYZ | 8.96 | 17.05 | 3.74 | - |
| YUV | 88.4 | 92.22 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 25 | 0.81 | 0 | 0.81 | 0.48 | 120 | 0.68 | 0.31 |
| Hex | 19 | 85 | 19 | 51 | 0 | 51 | 30 | 78 | 44 | 1F |
| Octal | 31 | 205 | 31 | 121 | 0 | 121 | 60 | 170 | 104 | 37 |
| Binary | 11001 | 10000101 | 11001 | 1010001 | 0 | 1010001 | 110000 | 1111000 | 1000100 | 11111 |
Color Harmonies of #198519
Complementary color
Monochromatic Colors of #198519
Black with #198519
Text Example
Text Example
White with #198519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198519; }
p { color: rgb(25,133,25); }
H1.HeaderClassName
{
color: #198519;
}
.AnyTagClassName
{
color: #198519;
}
</style>
background-color css
<style>
a { background-color: #198519; }
a { background-color: rgb(25,133,25); }
div.DivClassName
{
background-color: #198519;
}
.BgClassName
{
background-color: #198519;
}
</style>
border-color css
<style>
span { border-color: #198519; }
span { border-color: rgb(25,133,25); }
td.TdClassName
{
border-color: #198519;
}
.TagClassName
{
border-color: #198519;
}
</style>