Shades of Forest Green #139134
Tints of Forest Green #139134
RGB
CMYK
RGB Variations
Color information
#139134 (or 0x139134) is known color: Forest Green. HEX triplet: 13, 91 and 34. RGB value is (19,145,52). Sum of RGB (Red+Green+Blue) = 19+145+52=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #139134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139134 is #EC6ECB. Grayscale: #606060. Windows color (decimal): -15494860 or 3445011. OLE color: 3445011.
HSL color Cylindrical-coordinate representation of color #139134: hue angle of 135.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139134 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 52 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.43 |
| HSL | 135.71º | 0.77% | 0.32% | - |
| HSV(B) | 135.71º | 0.87% | 0.57% | - |
| XYZ | 11.01 | 20.64 | 6.65 | - |
| YUV | 96.72 | 102.76 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 52 | 0.87 | 0 | 0.64 | 0.43 | 135.71 | 0.77 | 0.32 |
| Hex | 13 | 91 | 34 | 57 | 0 | 40 | 2B | 88 | 4D | 20 |
| Octal | 23 | 221 | 64 | 127 | 0 | 100 | 53 | 210 | 115 | 40 |
| Binary | 10011 | 10010001 | 110100 | 1010111 | 0 | 1000000 | 101011 | 10001000 | 1001101 | 100000 |
Color Harmonies of #139134
Complementary color
Monochromatic Colors of #139134
Black with #139134
Text Example
Text Example
White with #139134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139134; }
p { color: rgb(19,145,52); }
H1.HeaderClassName
{
color: #139134;
}
.AnyTagClassName
{
color: #139134;
}
</style>
background-color css
<style>
a { background-color: #139134; }
a { background-color: rgb(19,145,52); }
div.DivClassName
{
background-color: #139134;
}
.BgClassName
{
background-color: #139134;
}
</style>
border-color css
<style>
span { border-color: #139134; }
span { border-color: rgb(19,145,52); }
td.TdClassName
{
border-color: #139134;
}
.TagClassName
{
border-color: #139134;
}
</style>