Shades of Forest Green #139A1D
Tints of Forest Green #139A1D
RGB
CMYK
RGB Variations
Color information
#139A1D (or 0x139A1D) is known color: Forest Green. HEX triplet: 13, 9A and 1D. RGB value is (19,154,29). Sum of RGB (Red+Green+Blue) = 19+154+29=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 154 (60.55% from 255 or 76.24% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 154 - color contains mainly: green. Hex color #139A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139A1D is #EC65E2. Grayscale: #636363. Windows color (decimal): -15492579 or 1939987. OLE color: 1939987.
HSL color Cylindrical-coordinate representation of color #139A1D: hue angle of 124.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139A1D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 154 | 29 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.40 |
| HSL | 124.44º | 0.78% | 0.34% | - |
| HSV(B) | 124.44º | 0.88% | 0.6% | - |
| XYZ | 12.05 | 23.34 | 5.03 | - |
| YUV | 99.39 | 88.27 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 29 | 0.88 | 0 | 0.81 | 0.40 | 124.44 | 0.78 | 0.34 |
| Hex | 13 | 9A | 1D | 58 | 0 | 51 | 28 | 7C | 4E | 22 |
| Octal | 23 | 232 | 35 | 130 | 0 | 121 | 50 | 174 | 116 | 42 |
| Binary | 10011 | 10011010 | 11101 | 1011000 | 0 | 1010001 | 101000 | 1111100 | 1001110 | 100010 |
Color Harmonies of #139A1D
Complementary color
Monochromatic Colors of #139A1D
Black with #139A1D
Text Example
Text Example
White with #139A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139A1D; }
p { color: rgb(19,154,29); }
H1.HeaderClassName
{
color: #139A1D;
}
.AnyTagClassName
{
color: #139A1D;
}
</style>
background-color css
<style>
a { background-color: #139A1D; }
a { background-color: rgb(19,154,29); }
div.DivClassName
{
background-color: #139A1D;
}
.BgClassName
{
background-color: #139A1D;
}
</style>
border-color css
<style>
span { border-color: #139A1D; }
span { border-color: rgb(19,154,29); }
td.TdClassName
{
border-color: #139A1D;
}
.TagClassName
{
border-color: #139A1D;
}
</style>