Shades of Forest Green #139329
Tints of Forest Green #139329
RGB
CMYK
RGB Variations
Color information
#139329 (or 0x139329) is known color: Forest Green. HEX triplet: 13, 93 and 29. RGB value is (19,147,41). Sum of RGB (Red+Green+Blue) = 19+147+41=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 147 (57.81% from 255 or 71.01% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 147 - color contains mainly: green. Hex color #139329 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139329 is #EC6CD6. Grayscale: #606060. Windows color (decimal): -15494359 or 2724627. OLE color: 2724627.
HSL color Cylindrical-coordinate representation of color #139329: hue angle of 130.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139329 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 41 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.42 |
| HSL | 130.31º | 0.77% | 0.33% | - |
| HSV(B) | 130.31º | 0.87% | 0.58% | - |
| XYZ | 11.1 | 21.17 | 5.6 | - |
| YUV | 96.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 41 | 0.87 | 0 | 0.72 | 0.42 | 130.31 | 0.77 | 0.33 |
| Hex | 13 | 93 | 29 | 57 | 0 | 48 | 2A | 82 | 4D | 21 |
| Octal | 23 | 223 | 51 | 127 | 0 | 110 | 52 | 202 | 115 | 41 |
| Binary | 10011 | 10010011 | 101001 | 1010111 | 0 | 1001000 | 101010 | 10000010 | 1001101 | 100001 |
Color Harmonies of #139329
Complementary color
Monochromatic Colors of #139329
Black with #139329
Text Example
Text Example
White with #139329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139329; }
p { color: rgb(19,147,41); }
H1.HeaderClassName
{
color: #139329;
}
.AnyTagClassName
{
color: #139329;
}
</style>
background-color css
<style>
a { background-color: #139329; }
a { background-color: rgb(19,147,41); }
div.DivClassName
{
background-color: #139329;
}
.BgClassName
{
background-color: #139329;
}
</style>
border-color css
<style>
span { border-color: #139329; }
span { border-color: rgb(19,147,41); }
td.TdClassName
{
border-color: #139329;
}
.TagClassName
{
border-color: #139329;
}
</style>