Shades of Forest Green #197B11
Tints of Forest Green #197B11
RGB
CMYK
RGB Variations
Color information
#197B11 (or 0x197B11) is known color: Forest Green. HEX triplet: 19, 7B and 11. RGB value is (25,123,17). Sum of RGB (Red+Green+Blue) = 25+123+17=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 123 (48.44% from 255 or 74.55% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 123 - color contains mainly: green. Hex color #197B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197B11 is #E684EE. Grayscale: #515151. Windows color (decimal): -15107311 or 1145625. OLE color: 1145625.
HSL color Cylindrical-coordinate representation of color #197B11: hue angle of 115.47º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197B11 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 17 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.52 |
| HSL | 115.47º | 0.76% | 0.27% | - |
| HSV(B) | 115.47º | 0.86% | 0.48% | - |
| XYZ | 7.59 | 14.41 | 2.91 | - |
| YUV | 81.61 | 91.53 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 17 | 0.80 | 0 | 0.86 | 0.52 | 115.47 | 0.76 | 0.27 |
| Hex | 19 | 7B | 11 | 50 | 0 | 56 | 34 | 73 | 4C | 1B |
| Octal | 31 | 173 | 21 | 120 | 0 | 126 | 64 | 163 | 114 | 33 |
| Binary | 11001 | 1111011 | 10001 | 1010000 | 0 | 1010110 | 110100 | 1110011 | 1001100 | 11011 |
Color Harmonies of #197B11
Complementary color
Monochromatic Colors of #197B11
Black with #197B11
Text Example
Text Example
White with #197B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B11; }
p { color: rgb(25,123,17); }
H1.HeaderClassName
{
color: #197B11;
}
.AnyTagClassName
{
color: #197B11;
}
</style>
background-color css
<style>
a { background-color: #197B11; }
a { background-color: rgb(25,123,17); }
div.DivClassName
{
background-color: #197B11;
}
.BgClassName
{
background-color: #197B11;
}
</style>
border-color css
<style>
span { border-color: #197B11; }
span { border-color: rgb(25,123,17); }
td.TdClassName
{
border-color: #197B11;
}
.TagClassName
{
border-color: #197B11;
}
</style>