Shades of Forest Green #139F34
Tints of Forest Green #139F34
RGB
CMYK
RGB Variations
Color information
#139F34 (or 0x139F34) is known color: Forest Green. HEX triplet: 13, 9F and 34. RGB value is (19,159,52). Sum of RGB (Red+Green+Blue) = 19+159+52=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 159 (62.5% from 255 or 69.13% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 159 - color contains mainly: green. Hex color #139F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F34 is #EC60CB. Grayscale: #696969. Windows color (decimal): -15491276 or 3448595. OLE color: 3448595.
HSL color Cylindrical-coordinate representation of color #139F34: hue angle of 134.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 #139F34 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 52 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.38 |
| HSL | 134.14º | 0.79% | 0.35% | - |
| HSV(B) | 134.14º | 0.88% | 0.62% | - |
| XYZ | 13.29 | 25.18 | 7.41 | - |
| YUV | 104.94 | 98.12 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 52 | 0.88 | 0 | 0.67 | 0.38 | 134.14 | 0.79 | 0.35 |
| Hex | 13 | 9F | 34 | 58 | 0 | 43 | 26 | 86 | 4F | 23 |
| Octal | 23 | 237 | 64 | 130 | 0 | 103 | 46 | 206 | 117 | 43 |
| Binary | 10011 | 10011111 | 110100 | 1011000 | 0 | 1000011 | 100110 | 10000110 | 1001111 | 100011 |
Color Harmonies of #139F34
Complementary color
Monochromatic Colors of #139F34
Black with #139F34
Text Example
Text Example
White with #139F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F34; }
p { color: rgb(19,159,52); }
H1.HeaderClassName
{
color: #139F34;
}
.AnyTagClassName
{
color: #139F34;
}
</style>
background-color css
<style>
a { background-color: #139F34; }
a { background-color: rgb(19,159,52); }
div.DivClassName
{
background-color: #139F34;
}
.BgClassName
{
background-color: #139F34;
}
</style>
border-color css
<style>
span { border-color: #139F34; }
span { border-color: rgb(19,159,52); }
td.TdClassName
{
border-color: #139F34;
}
.TagClassName
{
border-color: #139F34;
}
</style>