Shades of Forest Green #139735
Tints of Forest Green #139735
RGB
CMYK
RGB Variations
Color information
#139735 (or 0x139735) is known color: Forest Green. HEX triplet: 13, 97 and 35. RGB value is (19,151,53). Sum of RGB (Red+Green+Blue) = 19+151+53=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 151 (59.38% from 255 or 67.71% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 151 - color contains mainly: green. Hex color #139735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139735 is #EC68CA. Grayscale: #646464. Windows color (decimal): -15493323 or 3512083. OLE color: 3512083.
HSL color Cylindrical-coordinate representation of color #139735: hue angle of 135.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139735 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 53 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.41 |
| HSL | 135.45º | 0.78% | 0.33% | - |
| HSV(B) | 135.45º | 0.87% | 0.59% | - |
| XYZ | 11.98 | 22.53 | 7.09 | - |
| YUV | 100.36 | 101.27 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 53 | 0.87 | 0 | 0.65 | 0.41 | 135.45 | 0.78 | 0.33 |
| Hex | 13 | 97 | 35 | 57 | 0 | 41 | 29 | 87 | 4E | 21 |
| Octal | 23 | 227 | 65 | 127 | 0 | 101 | 51 | 207 | 116 | 41 |
| Binary | 10011 | 10010111 | 110101 | 1010111 | 0 | 1000001 | 101001 | 10000111 | 1001110 | 100001 |
Color Harmonies of #139735
Complementary color
Monochromatic Colors of #139735
Black with #139735
Text Example
Text Example
White with #139735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139735; }
p { color: rgb(19,151,53); }
H1.HeaderClassName
{
color: #139735;
}
.AnyTagClassName
{
color: #139735;
}
</style>
background-color css
<style>
a { background-color: #139735; }
a { background-color: rgb(19,151,53); }
div.DivClassName
{
background-color: #139735;
}
.BgClassName
{
background-color: #139735;
}
</style>
border-color css
<style>
span { border-color: #139735; }
span { border-color: rgb(19,151,53); }
td.TdClassName
{
border-color: #139735;
}
.TagClassName
{
border-color: #139735;
}
</style>