Shades of Forest Green #139935
Tints of Forest Green #139935
RGB
CMYK
RGB Variations
Color information
#139935 (or 0x139935) is known color: Forest Green. HEX triplet: 13, 99 and 35. RGB value is (19,153,53). Sum of RGB (Red+Green+Blue) = 19+153+53=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #139935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139935 is #EC66CA. Grayscale: #656565. Windows color (decimal): -15492811 or 3512595. OLE color: 3512595.
HSL color Cylindrical-coordinate representation of color #139935: hue angle of 135.22º 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 #139935 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 53 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.4 |
| HSL | 135.22º | 0.78% | 0.34% | - |
| HSV(B) | 135.22º | 0.88% | 0.6% | - |
| XYZ | 12.3 | 23.18 | 7.19 | - |
| YUV | 101.53 | 100.61 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 53 | 0.88 | 0 | 0.65 | 0.4 | 135.22 | 0.78 | 0.34 |
| Hex | 13 | 99 | 35 | 58 | 0 | 41 | 28 | 87 | 4E | 22 |
| Octal | 23 | 231 | 65 | 130 | 0 | 101 | 50 | 207 | 116 | 42 |
| Binary | 10011 | 10011001 | 110101 | 1011000 | 0 | 1000001 | 101000 | 10000111 | 1001110 | 100010 |
Color Harmonies of #139935
Complementary color
Monochromatic Colors of #139935
Black with #139935
Text Example
Text Example
White with #139935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139935; }
p { color: rgb(19,153,53); }
H1.HeaderClassName
{
color: #139935;
}
.AnyTagClassName
{
color: #139935;
}
</style>
background-color css
<style>
a { background-color: #139935; }
a { background-color: rgb(19,153,53); }
div.DivClassName
{
background-color: #139935;
}
.BgClassName
{
background-color: #139935;
}
</style>
border-color css
<style>
span { border-color: #139935; }
span { border-color: rgb(19,153,53); }
td.TdClassName
{
border-color: #139935;
}
.TagClassName
{
border-color: #139935;
}
</style>