Shades of Forest Green #198814
Tints of Forest Green #198814
RGB
CMYK
RGB Variations
Color information
#198814 (or 0x198814) is known color: Forest Green. HEX triplet: 19, 88 and 14. RGB value is (25,136,20). Sum of RGB (Red+Green+Blue) = 25+136+20=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 136 (53.52% from 255 or 75.14% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 136 - color contains mainly: green. Hex color #198814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198814 is #E677EB. Grayscale: #595959. Windows color (decimal): -15103980 or 1345561. OLE color: 1345561.
HSL color Cylindrical-coordinate representation of color #198814: hue angle of 117.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198814 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 20 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.47 |
| HSL | 117.41º | 0.74% | 0.31% | - |
| HSV(B) | 117.41º | 0.85% | 0.53% | - |
| XYZ | 9.33 | 17.87 | 3.62 | - |
| YUV | 89.59 | 88.73 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 20 | 0.82 | 0 | 0.85 | 0.47 | 117.41 | 0.74 | 0.31 |
| Hex | 19 | 88 | 14 | 52 | 0 | 55 | 2F | 75 | 4A | 1F |
| Octal | 31 | 210 | 24 | 122 | 0 | 125 | 57 | 165 | 112 | 37 |
| Binary | 11001 | 10001000 | 10100 | 1010010 | 0 | 1010101 | 101111 | 1110101 | 1001010 | 11111 |
Color Harmonies of #198814
Complementary color
Monochromatic Colors of #198814
Black with #198814
Text Example
Text Example
White with #198814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198814; }
p { color: rgb(25,136,20); }
H1.HeaderClassName
{
color: #198814;
}
.AnyTagClassName
{
color: #198814;
}
</style>
background-color css
<style>
a { background-color: #198814; }
a { background-color: rgb(25,136,20); }
div.DivClassName
{
background-color: #198814;
}
.BgClassName
{
background-color: #198814;
}
</style>
border-color css
<style>
span { border-color: #198814; }
span { border-color: rgb(25,136,20); }
td.TdClassName
{
border-color: #198814;
}
.TagClassName
{
border-color: #198814;
}
</style>