Shades of Forest Green #139D2F
Tints of Forest Green #139D2F
RGB
CMYK
RGB Variations
Color information
#139D2F (or 0x139D2F) is known color: Forest Green. HEX triplet: 13, 9D and 2F. RGB value is (19,157,47). Sum of RGB (Red+Green+Blue) = 19+157+47=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 157 (61.72% from 255 or 70.40% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 157 - color contains mainly: green. Hex color #139D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D2F is #EC62D0. Grayscale: #676767. Windows color (decimal): -15491793 or 3120403. OLE color: 3120403.
HSL color Cylindrical-coordinate representation of color #139D2F: hue angle of 132.17º degrees, saturation: 0.78, 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 #139D2F is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 47 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.38 |
| HSL | 132.17º | 0.78% | 0.35% | - |
| HSV(B) | 132.17º | 0.88% | 0.62% | - |
| XYZ | 12.84 | 24.46 | 6.73 | - |
| YUV | 103.2 | 96.28 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 47 | 0.88 | 0 | 0.70 | 0.38 | 132.17 | 0.78 | 0.35 |
| Hex | 13 | 9D | 2F | 58 | 0 | 46 | 26 | 84 | 4E | 23 |
| Octal | 23 | 235 | 57 | 130 | 0 | 106 | 46 | 204 | 116 | 43 |
| Binary | 10011 | 10011101 | 101111 | 1011000 | 0 | 1000110 | 100110 | 10000100 | 1001110 | 100011 |
Color Harmonies of #139D2F
Complementary color
Monochromatic Colors of #139D2F
Black with #139D2F
Text Example
Text Example
White with #139D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D2F; }
p { color: rgb(19,157,47); }
H1.HeaderClassName
{
color: #139D2F;
}
.AnyTagClassName
{
color: #139D2F;
}
</style>
background-color css
<style>
a { background-color: #139D2F; }
a { background-color: rgb(19,157,47); }
div.DivClassName
{
background-color: #139D2F;
}
.BgClassName
{
background-color: #139D2F;
}
</style>
border-color css
<style>
span { border-color: #139D2F; }
span { border-color: rgb(19,157,47); }
td.TdClassName
{
border-color: #139D2F;
}
.TagClassName
{
border-color: #139D2F;
}
</style>