Shades of Forest Green #139137
Tints of Forest Green #139137
RGB
CMYK
RGB Variations
Color information
#139137 (or 0x139137) is known color: Forest Green. HEX triplet: 13, 91 and 37. RGB value is (19,145,55). Sum of RGB (Red+Green+Blue) = 19+145+55=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #139137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139137 is #EC6EC8. Grayscale: #616161. Windows color (decimal): -15494857 or 3641619. OLE color: 3641619.
HSL color Cylindrical-coordinate representation of color #139137: hue angle of 137.14º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139137 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 55 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.43 |
| HSL | 137.14º | 0.77% | 0.32% | - |
| HSV(B) | 137.14º | 0.87% | 0.57% | - |
| XYZ | 11.08 | 20.67 | 7.02 | - |
| YUV | 97.07 | 104.26 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 55 | 0.87 | 0 | 0.62 | 0.43 | 137.14 | 0.77 | 0.32 |
| Hex | 13 | 91 | 37 | 57 | 0 | 3E | 2B | 89 | 4D | 20 |
| Octal | 23 | 221 | 67 | 127 | 0 | 76 | 53 | 211 | 115 | 40 |
| Binary | 10011 | 10010001 | 110111 | 1010111 | 0 | 111110 | 101011 | 10001001 | 1001101 | 100000 |
Color Harmonies of #139137
Complementary color
Monochromatic Colors of #139137
Black with #139137
Text Example
Text Example
White with #139137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139137; }
p { color: rgb(19,145,55); }
H1.HeaderClassName
{
color: #139137;
}
.AnyTagClassName
{
color: #139137;
}
</style>
background-color css
<style>
a { background-color: #139137; }
a { background-color: rgb(19,145,55); }
div.DivClassName
{
background-color: #139137;
}
.BgClassName
{
background-color: #139137;
}
</style>
border-color css
<style>
span { border-color: #139137; }
span { border-color: rgb(19,145,55); }
td.TdClassName
{
border-color: #139137;
}
.TagClassName
{
border-color: #139137;
}
</style>