Shades of Forest Green #198221
Tints of Forest Green #198221
RGB
CMYK
RGB Variations
Color information
#198221 (or 0x198221) is known color: Forest Green. HEX triplet: 19, 82 and 21. RGB value is (25,130,33). Sum of RGB (Red+Green+Blue) = 25+130+33=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #198221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198221 is #E67DDE. Grayscale: #575757. Windows color (decimal): -15105503 or 2195993. OLE color: 2195993.
HSL color Cylindrical-coordinate representation of color #198221: hue angle of 124.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198221 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 33 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.49 |
| HSL | 124.57º | 0.68% | 0.3% | - |
| HSV(B) | 124.57º | 0.81% | 0.51% | - |
| XYZ | 8.66 | 16.28 | 4.13 | - |
| YUV | 87.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 33 | 0.81 | 0 | 0.75 | 0.49 | 124.57 | 0.68 | 0.3 |
| Hex | 19 | 82 | 21 | 51 | 0 | 4B | 31 | 7D | 44 | 1E |
| Octal | 31 | 202 | 41 | 121 | 0 | 113 | 61 | 175 | 104 | 36 |
| Binary | 11001 | 10000010 | 100001 | 1010001 | 0 | 1001011 | 110001 | 1111101 | 1000100 | 11110 |
Color Harmonies of #198221
Complementary color
Monochromatic Colors of #198221
Black with #198221
Text Example
Text Example
White with #198221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198221; }
p { color: rgb(25,130,33); }
H1.HeaderClassName
{
color: #198221;
}
.AnyTagClassName
{
color: #198221;
}
</style>
background-color css
<style>
a { background-color: #198221; }
a { background-color: rgb(25,130,33); }
div.DivClassName
{
background-color: #198221;
}
.BgClassName
{
background-color: #198221;
}
</style>
border-color css
<style>
span { border-color: #198221; }
span { border-color: rgb(25,130,33); }
td.TdClassName
{
border-color: #198221;
}
.TagClassName
{
border-color: #198221;
}
</style>