Shades of Forest Green #139237
Tints of Forest Green #139237
RGB
CMYK
RGB Variations
Color information
#139237 (or 0x139237) is known color: Forest Green. HEX triplet: 13, 92 and 37. RGB value is (19,146,55). Sum of RGB (Red+Green+Blue) = 19+146+55=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #139237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139237 is #EC6DC8. Grayscale: #616161. Windows color (decimal): -15494601 or 3641875. OLE color: 3641875.
HSL color Cylindrical-coordinate representation of color #139237: hue angle of 137.01º 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 #139237 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 55 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.43 |
| HSL | 137.01º | 0.77% | 0.32% | - |
| HSV(B) | 137.01º | 0.87% | 0.57% | - |
| XYZ | 11.24 | 20.97 | 7.07 | - |
| YUV | 97.65 | 103.92 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 55 | 0.87 | 0 | 0.62 | 0.43 | 137.01 | 0.77 | 0.32 |
| Hex | 13 | 92 | 37 | 57 | 0 | 3E | 2B | 89 | 4D | 20 |
| Octal | 23 | 222 | 67 | 127 | 0 | 76 | 53 | 211 | 115 | 40 |
| Binary | 10011 | 10010010 | 110111 | 1010111 | 0 | 111110 | 101011 | 10001001 | 1001101 | 100000 |
Color Harmonies of #139237
Complementary color
Monochromatic Colors of #139237
Black with #139237
Text Example
Text Example
White with #139237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139237; }
p { color: rgb(19,146,55); }
H1.HeaderClassName
{
color: #139237;
}
.AnyTagClassName
{
color: #139237;
}
</style>
background-color css
<style>
a { background-color: #139237; }
a { background-color: rgb(19,146,55); }
div.DivClassName
{
background-color: #139237;
}
.BgClassName
{
background-color: #139237;
}
</style>
border-color css
<style>
span { border-color: #139237; }
span { border-color: rgb(19,146,55); }
td.TdClassName
{
border-color: #139237;
}
.TagClassName
{
border-color: #139237;
}
</style>