Shades of Forest Green #139D2D
Tints of Forest Green #139D2D
RGB
CMYK
RGB Variations
Color information
#139D2D (or 0x139D2D) is known color: Forest Green. HEX triplet: 13, 9D and 2D. RGB value is (19,157,45). Sum of RGB (Red+Green+Blue) = 19+157+45=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 157 (61.72% from 255 or 71.04% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 157 - color contains mainly: green. Hex color #139D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D2D is #EC62D2. Grayscale: #676767. Windows color (decimal): -15491795 or 2989331. OLE color: 2989331.
HSL color Cylindrical-coordinate representation of color #139D2D: hue angle of 131.3º 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 #139D2D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 45 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.38 |
| HSL | 131.3º | 0.78% | 0.35% | - |
| HSV(B) | 131.3º | 0.88% | 0.62% | - |
| XYZ | 12.8 | 24.44 | 6.53 | - |
| YUV | 102.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 45 | 0.88 | 0 | 0.71 | 0.38 | 131.3 | 0.78 | 0.35 |
| Hex | 13 | 9D | 2D | 58 | 0 | 47 | 26 | 83 | 4E | 23 |
| Octal | 23 | 235 | 55 | 130 | 0 | 107 | 46 | 203 | 116 | 43 |
| Binary | 10011 | 10011101 | 101101 | 1011000 | 0 | 1000111 | 100110 | 10000011 | 1001110 | 100011 |
Color Harmonies of #139D2D
Complementary color
Monochromatic Colors of #139D2D
Black with #139D2D
Text Example
Text Example
White with #139D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D2D; }
p { color: rgb(19,157,45); }
H1.HeaderClassName
{
color: #139D2D;
}
.AnyTagClassName
{
color: #139D2D;
}
</style>
background-color css
<style>
a { background-color: #139D2D; }
a { background-color: rgb(19,157,45); }
div.DivClassName
{
background-color: #139D2D;
}
.BgClassName
{
background-color: #139D2D;
}
</style>
border-color css
<style>
span { border-color: #139D2D; }
span { border-color: rgb(19,157,45); }
td.TdClassName
{
border-color: #139D2D;
}
.TagClassName
{
border-color: #139D2D;
}
</style>