Shades of Forest Green #139F18
Tints of Forest Green #139F18
RGB
CMYK
RGB Variations
Color information
#139F18 (or 0x139F18) is known color: Forest Green. HEX triplet: 13, 9F and 18. RGB value is (19,159,24). Sum of RGB (Red+Green+Blue) = 19+159+24=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 159 (62.5% from 255 or 78.71% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 159 - color contains mainly: green. Hex color #139F18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139F18 is #EC60E7. Grayscale: #666666. Windows color (decimal): -15491304 or 1613587. OLE color: 1613587.
HSL color Cylindrical-coordinate representation of color #139F18: hue angle of 122.14º 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 #139F18 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 24 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.38 |
| HSL | 122.14º | 0.79% | 0.35% | - |
| HSV(B) | 122.14º | 0.88% | 0.62% | - |
| XYZ | 12.83 | 25 | 5.01 | - |
| YUV | 101.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 24 | 0.88 | 0 | 0.85 | 0.38 | 122.14 | 0.79 | 0.35 |
| Hex | 13 | 9F | 18 | 58 | 0 | 55 | 26 | 7A | 4F | 23 |
| Octal | 23 | 237 | 30 | 130 | 0 | 125 | 46 | 172 | 117 | 43 |
| Binary | 10011 | 10011111 | 11000 | 1011000 | 0 | 1010101 | 100110 | 1111010 | 1001111 | 100011 |
Color Harmonies of #139F18
Complementary color
Monochromatic Colors of #139F18
Black with #139F18
Text Example
Text Example
White with #139F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F18; }
p { color: rgb(19,159,24); }
H1.HeaderClassName
{
color: #139F18;
}
.AnyTagClassName
{
color: #139F18;
}
</style>
background-color css
<style>
a { background-color: #139F18; }
a { background-color: rgb(19,159,24); }
div.DivClassName
{
background-color: #139F18;
}
.BgClassName
{
background-color: #139F18;
}
</style>
border-color css
<style>
span { border-color: #139F18; }
span { border-color: rgb(19,159,24); }
td.TdClassName
{
border-color: #139F18;
}
.TagClassName
{
border-color: #139F18;
}
</style>