Shades of Forest Green #139211
Tints of Forest Green #139211
RGB
CMYK
RGB Variations
Color information
#139211 (or 0x139211) is known color: Forest Green. HEX triplet: 13, 92 and 11. RGB value is (19,146,17). Sum of RGB (Red+Green+Blue) = 19+146+17=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 146 (57.42% from 255 or 80.22% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 146 - color contains mainly: green. Hex color #139211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139211 is #EC6DEE. Grayscale: #5D5D5D. Windows color (decimal): -15494639 or 1151507. OLE color: 1151507.
HSL color Cylindrical-coordinate representation of color #139211: hue angle of 119.07º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139211 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 17 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.43 |
| HSL | 119.07º | 0.79% | 0.32% | - |
| HSV(B) | 119.07º | 0.88% | 0.57% | - |
| XYZ | 10.65 | 20.74 | 3.97 | - |
| YUV | 93.32 | 84.92 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 17 | 0.87 | 0 | 0.88 | 0.43 | 119.07 | 0.79 | 0.32 |
| Hex | 13 | 92 | 11 | 57 | 0 | 58 | 2B | 77 | 4F | 20 |
| Octal | 23 | 222 | 21 | 127 | 0 | 130 | 53 | 167 | 117 | 40 |
| Binary | 10011 | 10010010 | 10001 | 1010111 | 0 | 1011000 | 101011 | 1110111 | 1001111 | 100000 |
Color Harmonies of #139211
Complementary color
Monochromatic Colors of #139211
Black with #139211
Text Example
Text Example
White with #139211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139211; }
p { color: rgb(19,146,17); }
H1.HeaderClassName
{
color: #139211;
}
.AnyTagClassName
{
color: #139211;
}
</style>
background-color css
<style>
a { background-color: #139211; }
a { background-color: rgb(19,146,17); }
div.DivClassName
{
background-color: #139211;
}
.BgClassName
{
background-color: #139211;
}
</style>
border-color css
<style>
span { border-color: #139211; }
span { border-color: rgb(19,146,17); }
td.TdClassName
{
border-color: #139211;
}
.TagClassName
{
border-color: #139211;
}
</style>