Shades of Forest Green #197B0E
Tints of Forest Green #197B0E
RGB
CMYK
RGB Variations
Color information
#197B0E (or 0x197B0E) is known color: Forest Green. HEX triplet: 19, 7B and 0E. RGB value is (25,123,14). Sum of RGB (Red+Green+Blue) = 25+123+14=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 123 (48.44% from 255 or 75.93% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 123 - color contains mainly: green. Hex color #197B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197B0E is #E684F1. Grayscale: #515151. Windows color (decimal): -15107314 or 949017. OLE color: 949017.
HSL color Cylindrical-coordinate representation of color #197B0E: hue angle of 113.94º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197B0E is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 14 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.52 |
| HSL | 113.95º | 0.8% | 0.27% | - |
| HSV(B) | 113.95º | 0.89% | 0.48% | - |
| XYZ | 7.56 | 14.4 | 2.8 | - |
| YUV | 81.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 14 | 0.80 | 0 | 0.89 | 0.52 | 113.95 | 0.8 | 0.27 |
| Hex | 19 | 7B | E | 50 | 0 | 59 | 34 | 72 | 50 | 1B |
| Octal | 31 | 173 | 16 | 120 | 0 | 131 | 64 | 162 | 120 | 33 |
| Binary | 11001 | 1111011 | 1110 | 1010000 | 0 | 1011001 | 110100 | 1110010 | 1010000 | 11011 |
Color Harmonies of #197B0E
Complementary color
Monochromatic Colors of #197B0E
Black with #197B0E
Text Example
Text Example
White with #197B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B0E; }
p { color: rgb(25,123,14); }
H1.HeaderClassName
{
color: #197B0E;
}
.AnyTagClassName
{
color: #197B0E;
}
</style>
background-color css
<style>
a { background-color: #197B0E; }
a { background-color: rgb(25,123,14); }
div.DivClassName
{
background-color: #197B0E;
}
.BgClassName
{
background-color: #197B0E;
}
</style>
border-color css
<style>
span { border-color: #197B0E; }
span { border-color: rgb(25,123,14); }
td.TdClassName
{
border-color: #197B0E;
}
.TagClassName
{
border-color: #197B0E;
}
</style>