Shades of Forest Green #139835
Tints of Forest Green #139835
RGB
CMYK
RGB Variations
Color information
#139835 (or 0x139835) is known color: Forest Green. HEX triplet: 13, 98 and 35. RGB value is (19,152,53). Sum of RGB (Red+Green+Blue) = 19+152+53=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 152 (59.77% from 255 or 67.86% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 152 - color contains mainly: green. Hex color #139835 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139835 is #EC67CA. Grayscale: #656565. Windows color (decimal): -15493067 or 3512339. OLE color: 3512339.
HSL color Cylindrical-coordinate representation of color #139835: hue angle of 135.34º 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 #139835 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 53 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.40 |
| HSL | 135.34º | 0.78% | 0.34% | - |
| HSV(B) | 135.34º | 0.88% | 0.6% | - |
| XYZ | 12.14 | 22.85 | 7.14 | - |
| YUV | 100.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 53 | 0.87 | 0 | 0.65 | 0.40 | 135.34 | 0.78 | 0.34 |
| Hex | 13 | 98 | 35 | 57 | 0 | 41 | 28 | 87 | 4E | 22 |
| Octal | 23 | 230 | 65 | 127 | 0 | 101 | 50 | 207 | 116 | 42 |
| Binary | 10011 | 10011000 | 110101 | 1010111 | 0 | 1000001 | 101000 | 10000111 | 1001110 | 100010 |
Color Harmonies of #139835
Complementary color
Monochromatic Colors of #139835
Black with #139835
Text Example
Text Example
White with #139835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139835; }
p { color: rgb(19,152,53); }
H1.HeaderClassName
{
color: #139835;
}
.AnyTagClassName
{
color: #139835;
}
</style>
background-color css
<style>
a { background-color: #139835; }
a { background-color: rgb(19,152,53); }
div.DivClassName
{
background-color: #139835;
}
.BgClassName
{
background-color: #139835;
}
</style>
border-color css
<style>
span { border-color: #139835; }
span { border-color: rgb(19,152,53); }
td.TdClassName
{
border-color: #139835;
}
.TagClassName
{
border-color: #139835;
}
</style>