Shades of Forest Green #198521
Tints of Forest Green #198521
RGB
CMYK
RGB Variations
Color information
#198521 (or 0x198521) is known color: Forest Green. HEX triplet: 19, 85 and 21. RGB value is (25,133,33). Sum of RGB (Red+Green+Blue) = 25+133+33=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #198521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198521 is #E67ADE. Grayscale: #595959. Windows color (decimal): -15104735 or 2196761. OLE color: 2196761.
HSL color Cylindrical-coordinate representation of color #198521: hue angle of 124.44º 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 #198521 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 33 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.48 |
| HSL | 124.44º | 0.68% | 0.31% | - |
| HSV(B) | 124.44º | 0.81% | 0.52% | - |
| XYZ | 9.06 | 17.09 | 4.26 | - |
| YUV | 89.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 33 | 0.81 | 0 | 0.75 | 0.48 | 124.44 | 0.68 | 0.31 |
| Hex | 19 | 85 | 21 | 51 | 0 | 4B | 30 | 7C | 44 | 1F |
| Octal | 31 | 205 | 41 | 121 | 0 | 113 | 60 | 174 | 104 | 37 |
| Binary | 11001 | 10000101 | 100001 | 1010001 | 0 | 1001011 | 110000 | 1111100 | 1000100 | 11111 |
Color Harmonies of #198521
Complementary color
Monochromatic Colors of #198521
Black with #198521
Text Example
Text Example
White with #198521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198521; }
p { color: rgb(25,133,33); }
H1.HeaderClassName
{
color: #198521;
}
.AnyTagClassName
{
color: #198521;
}
</style>
background-color css
<style>
a { background-color: #198521; }
a { background-color: rgb(25,133,33); }
div.DivClassName
{
background-color: #198521;
}
.BgClassName
{
background-color: #198521;
}
</style>
border-color css
<style>
span { border-color: #198521; }
span { border-color: rgb(25,133,33); }
td.TdClassName
{
border-color: #198521;
}
.TagClassName
{
border-color: #198521;
}
</style>