Shades of Forest Green #139E2B
Tints of Forest Green #139E2B
RGB
CMYK
RGB Variations
Color information
#139E2B (or 0x139E2B) is known color: Forest Green. HEX triplet: 13, 9E and 2B. RGB value is (19,158,43). Sum of RGB (Red+Green+Blue) = 19+158+43=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 158 (62.11% from 255 or 71.82% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 158 - color contains mainly: green. Hex color #139E2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139E2B is #EC61D4. Grayscale: #676767. Windows color (decimal): -15491541 or 2858515. OLE color: 2858515.
HSL color Cylindrical-coordinate representation of color #139E2B: hue angle of 130.36º 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 #139E2B is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 43 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.38 |
| HSL | 130.36º | 0.79% | 0.35% | - |
| HSV(B) | 130.36º | 0.88% | 0.62% | - |
| XYZ | 12.93 | 24.77 | 6.38 | - |
| YUV | 103.33 | 93.95 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 43 | 0.88 | 0 | 0.73 | 0.38 | 130.36 | 0.79 | 0.35 |
| Hex | 13 | 9E | 2B | 58 | 0 | 49 | 26 | 82 | 4F | 23 |
| Octal | 23 | 236 | 53 | 130 | 0 | 111 | 46 | 202 | 117 | 43 |
| Binary | 10011 | 10011110 | 101011 | 1011000 | 0 | 1001001 | 100110 | 10000010 | 1001111 | 100011 |
Color Harmonies of #139E2B
Complementary color
Monochromatic Colors of #139E2B
Black with #139E2B
Text Example
Text Example
White with #139E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E2B; }
p { color: rgb(19,158,43); }
H1.HeaderClassName
{
color: #139E2B;
}
.AnyTagClassName
{
color: #139E2B;
}
</style>
background-color css
<style>
a { background-color: #139E2B; }
a { background-color: rgb(19,158,43); }
div.DivClassName
{
background-color: #139E2B;
}
.BgClassName
{
background-color: #139E2B;
}
</style>
border-color css
<style>
span { border-color: #139E2B; }
span { border-color: rgb(19,158,43); }
td.TdClassName
{
border-color: #139E2B;
}
.TagClassName
{
border-color: #139E2B;
}
</style>