Shades of Forest Green #139712
Tints of Forest Green #139712
RGB
CMYK
RGB Variations
Color information
#139712 (or 0x139712) is known color: Forest Green. HEX triplet: 13, 97 and 12. RGB value is (19,151,18). Sum of RGB (Red+Green+Blue) = 19+151+18=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 151 (59.38% from 255 or 80.32% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 151 - color contains mainly: green. Hex color #139712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139712 is #EC68ED. Grayscale: #606060. Windows color (decimal): -15493358 or 1218323. OLE color: 1218323.
HSL color Cylindrical-coordinate representation of color #139712: hue angle of 119.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139712 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 18 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.41 |
| HSL | 119.55º | 0.79% | 0.33% | - |
| HSV(B) | 119.55º | 0.88% | 0.59% | - |
| XYZ | 11.44 | 22.32 | 4.28 | - |
| YUV | 96.37 | 83.77 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 18 | 0.87 | 0 | 0.88 | 0.41 | 119.55 | 0.79 | 0.33 |
| Hex | 13 | 97 | 12 | 57 | 0 | 58 | 29 | 78 | 4F | 21 |
| Octal | 23 | 227 | 22 | 127 | 0 | 130 | 51 | 170 | 117 | 41 |
| Binary | 10011 | 10010111 | 10010 | 1010111 | 0 | 1011000 | 101001 | 1111000 | 1001111 | 100001 |
Color Harmonies of #139712
Complementary color
Monochromatic Colors of #139712
Black with #139712
Text Example
Text Example
White with #139712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139712; }
p { color: rgb(19,151,18); }
H1.HeaderClassName
{
color: #139712;
}
.AnyTagClassName
{
color: #139712;
}
</style>
background-color css
<style>
a { background-color: #139712; }
a { background-color: rgb(19,151,18); }
div.DivClassName
{
background-color: #139712;
}
.BgClassName
{
background-color: #139712;
}
</style>
border-color css
<style>
span { border-color: #139712; }
span { border-color: rgb(19,151,18); }
td.TdClassName
{
border-color: #139712;
}
.TagClassName
{
border-color: #139712;
}
</style>