Shades of Forest Green #139020
Tints of Forest Green #139020
RGB
CMYK
RGB Variations
Color information
#139020 (or 0x139020) is known color: Forest Green. HEX triplet: 13, 90 and 20. RGB value is (19,144,32). Sum of RGB (Red+Green+Blue) = 19+144+32=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #139020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139020 is #EC6FDF. Grayscale: #5E5E5E. Windows color (decimal): -15495136 or 2134035. OLE color: 2134035.
HSL color Cylindrical-coordinate representation of color #139020: hue angle of 126.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139020 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 32 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.44 |
| HSL | 126.24º | 0.77% | 0.32% | - |
| HSV(B) | 126.24º | 0.87% | 0.56% | - |
| XYZ | 10.5 | 20.19 | 4.71 | - |
| YUV | 93.86 | 93.09 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 32 | 0.87 | 0 | 0.78 | 0.44 | 126.24 | 0.77 | 0.32 |
| Hex | 13 | 90 | 20 | 57 | 0 | 4E | 2C | 7E | 4D | 20 |
| Octal | 23 | 220 | 40 | 127 | 0 | 116 | 54 | 176 | 115 | 40 |
| Binary | 10011 | 10010000 | 100000 | 1010111 | 0 | 1001110 | 101100 | 1111110 | 1001101 | 100000 |
Color Harmonies of #139020
Complementary color
Monochromatic Colors of #139020
Black with #139020
Text Example
Text Example
White with #139020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139020; }
p { color: rgb(19,144,32); }
H1.HeaderClassName
{
color: #139020;
}
.AnyTagClassName
{
color: #139020;
}
</style>
background-color css
<style>
a { background-color: #139020; }
a { background-color: rgb(19,144,32); }
div.DivClassName
{
background-color: #139020;
}
.BgClassName
{
background-color: #139020;
}
</style>
border-color css
<style>
span { border-color: #139020; }
span { border-color: rgb(19,144,32); }
td.TdClassName
{
border-color: #139020;
}
.TagClassName
{
border-color: #139020;
}
</style>