Shades of Forest Green #139E2D
Tints of Forest Green #139E2D
RGB
CMYK
RGB Variations
Color information
#139E2D (or 0x139E2D) is known color: Forest Green. HEX triplet: 13, 9E and 2D. RGB value is (19,158,45). Sum of RGB (Red+Green+Blue) = 19+158+45=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 158 (62.11% from 255 or 71.17% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 158 - color contains mainly: green. Hex color #139E2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139E2D is #EC61D2. Grayscale: #676767. Windows color (decimal): -15491539 or 2989587. OLE color: 2989587.
HSL color Cylindrical-coordinate representation of color #139E2D: hue angle of 131.22º 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 #139E2D is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 45 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.38 |
| HSL | 131.22º | 0.79% | 0.35% | - |
| HSV(B) | 131.22º | 0.88% | 0.62% | - |
| XYZ | 12.97 | 24.78 | 6.58 | - |
| YUV | 103.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 45 | 0.88 | 0 | 0.72 | 0.38 | 131.22 | 0.79 | 0.35 |
| Hex | 13 | 9E | 2D | 58 | 0 | 48 | 26 | 83 | 4F | 23 |
| Octal | 23 | 236 | 55 | 130 | 0 | 110 | 46 | 203 | 117 | 43 |
| Binary | 10011 | 10011110 | 101101 | 1011000 | 0 | 1001000 | 100110 | 10000011 | 1001111 | 100011 |
Color Harmonies of #139E2D
Complementary color
Monochromatic Colors of #139E2D
Black with #139E2D
Text Example
Text Example
White with #139E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E2D; }
p { color: rgb(19,158,45); }
H1.HeaderClassName
{
color: #139E2D;
}
.AnyTagClassName
{
color: #139E2D;
}
</style>
background-color css
<style>
a { background-color: #139E2D; }
a { background-color: rgb(19,158,45); }
div.DivClassName
{
background-color: #139E2D;
}
.BgClassName
{
background-color: #139E2D;
}
</style>
border-color css
<style>
span { border-color: #139E2D; }
span { border-color: rgb(19,158,45); }
td.TdClassName
{
border-color: #139E2D;
}
.TagClassName
{
border-color: #139E2D;
}
</style>