Shades of Forest Green #139E2C
Tints of Forest Green #139E2C
RGB
CMYK
RGB Variations
Color information
#139E2C (or 0x139E2C) is known color: Forest Green. HEX triplet: 13, 9E and 2C. RGB value is (19,158,44). Sum of RGB (Red+Green+Blue) = 19+158+44=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 158 (62.11% from 255 or 71.49% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 158 - color contains mainly: green. Hex color #139E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139E2C is #EC61D3. Grayscale: #676767. Windows color (decimal): -15491540 or 2924051. OLE color: 2924051.
HSL color Cylindrical-coordinate representation of color #139E2C: hue angle of 130.79º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139E2C is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 44 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.38 |
| HSL | 130.79º | 0.79% | 0.35% | - |
| HSV(B) | 130.79º | 0.88% | 0.62% | - |
| XYZ | 12.95 | 24.77 | 6.48 | - |
| YUV | 103.44 | 94.45 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 44 | 0.88 | 0 | 0.72 | 0.38 | 130.79 | 0.79 | 0.35 |
| Hex | 13 | 9E | 2C | 58 | 0 | 48 | 26 | 83 | 4F | 23 |
| Octal | 23 | 236 | 54 | 130 | 0 | 110 | 46 | 203 | 117 | 43 |
| Binary | 10011 | 10011110 | 101100 | 1011000 | 0 | 1001000 | 100110 | 10000011 | 1001111 | 100011 |
Color Harmonies of #139E2C
Complementary color
Monochromatic Colors of #139E2C
Black with #139E2C
Text Example
Text Example
White with #139E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E2C; }
p { color: rgb(19,158,44); }
H1.HeaderClassName
{
color: #139E2C;
}
.AnyTagClassName
{
color: #139E2C;
}
</style>
background-color css
<style>
a { background-color: #139E2C; }
a { background-color: rgb(19,158,44); }
div.DivClassName
{
background-color: #139E2C;
}
.BgClassName
{
background-color: #139E2C;
}
</style>
border-color css
<style>
span { border-color: #139E2C; }
span { border-color: rgb(19,158,44); }
td.TdClassName
{
border-color: #139E2C;
}
.TagClassName
{
border-color: #139E2C;
}
</style>