Shades of Forest Green #198114
Tints of Forest Green #198114
RGB
CMYK
RGB Variations
Color information
#198114 (or 0x198114) is known color: Forest Green. HEX triplet: 19, 81 and 14. RGB value is (25,129,20). Sum of RGB (Red+Green+Blue) = 25+129+20=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 129 (50.78% from 255 or 74.14% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 129 - color contains mainly: green. Hex color #198114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198114 is #E67EEB. Grayscale: #555555. Windows color (decimal): -15105772 or 1343769. OLE color: 1343769.
HSL color Cylindrical-coordinate representation of color #198114: hue angle of 117.25º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198114 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 20 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.49 |
| HSL | 117.25º | 0.73% | 0.29% | - |
| HSV(B) | 117.25º | 0.84% | 0.51% | - |
| XYZ | 8.38 | 15.96 | 3.3 | - |
| YUV | 85.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 20 | 0.81 | 0 | 0.84 | 0.49 | 117.25 | 0.73 | 0.29 |
| Hex | 19 | 81 | 14 | 51 | 0 | 54 | 31 | 75 | 49 | 1D |
| Octal | 31 | 201 | 24 | 121 | 0 | 124 | 61 | 165 | 111 | 35 |
| Binary | 11001 | 10000001 | 10100 | 1010001 | 0 | 1010100 | 110001 | 1110101 | 1001001 | 11101 |
Color Harmonies of #198114
Complementary color
Monochromatic Colors of #198114
Black with #198114
Text Example
Text Example
White with #198114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198114; }
p { color: rgb(25,129,20); }
H1.HeaderClassName
{
color: #198114;
}
.AnyTagClassName
{
color: #198114;
}
</style>
background-color css
<style>
a { background-color: #198114; }
a { background-color: rgb(25,129,20); }
div.DivClassName
{
background-color: #198114;
}
.BgClassName
{
background-color: #198114;
}
</style>
border-color css
<style>
span { border-color: #198114; }
span { border-color: rgb(25,129,20); }
td.TdClassName
{
border-color: #198114;
}
.TagClassName
{
border-color: #198114;
}
</style>