Shades of Forest Green #198522
Tints of Forest Green #198522
RGB
CMYK
RGB Variations
Color information
#198522 (or 0x198522) is known color: Forest Green. HEX triplet: 19, 85 and 22. RGB value is (25,133,34). Sum of RGB (Red+Green+Blue) = 25+133+34=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #198522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198522 is #E67ADD. Grayscale: #595959. Windows color (decimal): -15104734 or 2262297. OLE color: 2262297.
HSL color Cylindrical-coordinate representation of color #198522: hue angle of 125º 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 #198522 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 34 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.48 |
| HSL | 125º | 0.68% | 0.31% | - |
| HSV(B) | 125º | 0.81% | 0.52% | - |
| XYZ | 9.08 | 17.1 | 4.34 | - |
| YUV | 89.42 | 96.72 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 34 | 0.81 | 0 | 0.74 | 0.48 | 125 | 0.68 | 0.31 |
| Hex | 19 | 85 | 22 | 51 | 0 | 4A | 30 | 7D | 44 | 1F |
| Octal | 31 | 205 | 42 | 121 | 0 | 112 | 60 | 175 | 104 | 37 |
| Binary | 11001 | 10000101 | 100010 | 1010001 | 0 | 1001010 | 110000 | 1111101 | 1000100 | 11111 |
Color Harmonies of #198522
Complementary color
Monochromatic Colors of #198522
Black with #198522
Text Example
Text Example
White with #198522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198522; }
p { color: rgb(25,133,34); }
H1.HeaderClassName
{
color: #198522;
}
.AnyTagClassName
{
color: #198522;
}
</style>
background-color css
<style>
a { background-color: #198522; }
a { background-color: rgb(25,133,34); }
div.DivClassName
{
background-color: #198522;
}
.BgClassName
{
background-color: #198522;
}
</style>
border-color css
<style>
span { border-color: #198522; }
span { border-color: rgb(25,133,34); }
td.TdClassName
{
border-color: #198522;
}
.TagClassName
{
border-color: #198522;
}
</style>