Shades of Forest Green #139010
Tints of Forest Green #139010
RGB
CMYK
RGB Variations
Color information
#139010 (or 0x139010) is known color: Forest Green. HEX triplet: 13, 90 and 10. RGB value is (19,144,16). Sum of RGB (Red+Green+Blue) = 19+144+16=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #139010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139010 is #EC6FEF. Grayscale: #5C5C5C. Windows color (decimal): -15495152 or 1085459. OLE color: 1085459.
HSL color Cylindrical-coordinate representation of color #139010: hue angle of 118.59º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139010 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 16 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.44 |
| HSL | 118.59º | 0.8% | 0.31% | - |
| HSV(B) | 118.59º | 0.89% | 0.56% | - |
| XYZ | 10.34 | 20.12 | 3.83 | - |
| YUV | 92.03 | 85.09 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 16 | 0.87 | 0 | 0.89 | 0.44 | 118.59 | 0.8 | 0.31 |
| Hex | 13 | 90 | 10 | 57 | 0 | 59 | 2C | 77 | 50 | 1F |
| Octal | 23 | 220 | 20 | 127 | 0 | 131 | 54 | 167 | 120 | 37 |
| Binary | 10011 | 10010000 | 10000 | 1010111 | 0 | 1011001 | 101100 | 1110111 | 1010000 | 11111 |
Color Harmonies of #139010
Complementary color
Monochromatic Colors of #139010
Black with #139010
Text Example
Text Example
White with #139010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139010; }
p { color: rgb(19,144,16); }
H1.HeaderClassName
{
color: #139010;
}
.AnyTagClassName
{
color: #139010;
}
</style>
background-color css
<style>
a { background-color: #139010; }
a { background-color: rgb(19,144,16); }
div.DivClassName
{
background-color: #139010;
}
.BgClassName
{
background-color: #139010;
}
</style>
border-color css
<style>
span { border-color: #139010; }
span { border-color: rgb(19,144,16); }
td.TdClassName
{
border-color: #139010;
}
.TagClassName
{
border-color: #139010;
}
</style>