Shades of Forest Green #139934
Tints of Forest Green #139934
RGB
CMYK
RGB Variations
Color information
#139934 (or 0x139934) is known color: Forest Green. HEX triplet: 13, 99 and 34. RGB value is (19,153,52). Sum of RGB (Red+Green+Blue) = 19+153+52=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 153 (60.16% from 255 or 68.30% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 153 - color contains mainly: green. Hex color #139934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139934 is #EC66CB. Grayscale: #656565. Windows color (decimal): -15492812 or 3447059. OLE color: 3447059.
HSL color Cylindrical-coordinate representation of color #139934: hue angle of 134.78º 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 #139934 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 52 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.4 |
| HSL | 134.78º | 0.78% | 0.34% | - |
| HSV(B) | 134.78º | 0.88% | 0.6% | - |
| XYZ | 12.28 | 23.17 | 7.07 | - |
| YUV | 101.42 | 100.11 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 52 | 0.88 | 0 | 0.66 | 0.4 | 134.78 | 0.78 | 0.34 |
| Hex | 13 | 99 | 34 | 58 | 0 | 42 | 28 | 87 | 4E | 22 |
| Octal | 23 | 231 | 64 | 130 | 0 | 102 | 50 | 207 | 116 | 42 |
| Binary | 10011 | 10011001 | 110100 | 1011000 | 0 | 1000010 | 101000 | 10000111 | 1001110 | 100010 |
Color Harmonies of #139934
Complementary color
Monochromatic Colors of #139934
Black with #139934
Text Example
Text Example
White with #139934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139934; }
p { color: rgb(19,153,52); }
H1.HeaderClassName
{
color: #139934;
}
.AnyTagClassName
{
color: #139934;
}
</style>
background-color css
<style>
a { background-color: #139934; }
a { background-color: rgb(19,153,52); }
div.DivClassName
{
background-color: #139934;
}
.BgClassName
{
background-color: #139934;
}
</style>
border-color css
<style>
span { border-color: #139934; }
span { border-color: rgb(19,153,52); }
td.TdClassName
{
border-color: #139934;
}
.TagClassName
{
border-color: #139934;
}
</style>