Shades of Forest Green #139136
Tints of Forest Green #139136
RGB
CMYK
RGB Variations
Color information
#139136 (or 0x139136) is known color: Forest Green. HEX triplet: 13, 91 and 36. RGB value is (19,145,54). Sum of RGB (Red+Green+Blue) = 19+145+54=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #139136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139136 is #EC6EC9. Grayscale: #616161. Windows color (decimal): -15494858 or 3576083. OLE color: 3576083.
HSL color Cylindrical-coordinate representation of color #139136: hue angle of 136.67º 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 #139136 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 54 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.43 |
| HSL | 136.67º | 0.77% | 0.32% | - |
| HSV(B) | 136.67º | 0.87% | 0.57% | - |
| XYZ | 11.06 | 20.66 | 6.89 | - |
| YUV | 96.95 | 103.76 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 54 | 0.87 | 0 | 0.63 | 0.43 | 136.67 | 0.77 | 0.32 |
| Hex | 13 | 91 | 36 | 57 | 0 | 3F | 2B | 89 | 4D | 20 |
| Octal | 23 | 221 | 66 | 127 | 0 | 77 | 53 | 211 | 115 | 40 |
| Binary | 10011 | 10010001 | 110110 | 1010111 | 0 | 111111 | 101011 | 10001001 | 1001101 | 100000 |
Color Harmonies of #139136
Complementary color
Monochromatic Colors of #139136
Black with #139136
Text Example
Text Example
White with #139136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139136; }
p { color: rgb(19,145,54); }
H1.HeaderClassName
{
color: #139136;
}
.AnyTagClassName
{
color: #139136;
}
</style>
background-color css
<style>
a { background-color: #139136; }
a { background-color: rgb(19,145,54); }
div.DivClassName
{
background-color: #139136;
}
.BgClassName
{
background-color: #139136;
}
</style>
border-color css
<style>
span { border-color: #139136; }
span { border-color: rgb(19,145,54); }
td.TdClassName
{
border-color: #139136;
}
.TagClassName
{
border-color: #139136;
}
</style>