Shades of Forest Green #138411
Tints of Forest Green #138411
RGB
CMYK
RGB Variations
Color information
#138411 (or 0x138411) is known color: Forest Green. HEX triplet: 13, 84 and 11. RGB value is (19,132,17). Sum of RGB (Red+Green+Blue) = 19+132+17=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 132 (51.95% from 255 or 78.57% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 132 - color contains mainly: green. Hex color #138411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138411 is #EC7BEE. Grayscale: #555555. Windows color (decimal): -15498223 or 1147923. OLE color: 1147923.
HSL color Cylindrical-coordinate representation of color #138411: hue angle of 118.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138411 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 17 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.48 |
| HSL | 118.96º | 0.77% | 0.29% | - |
| HSV(B) | 118.96º | 0.87% | 0.52% | - |
| XYZ | 8.62 | 16.68 | 3.3 | - |
| YUV | 85.1 | 89.56 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 17 | 0.86 | 0 | 0.87 | 0.48 | 118.96 | 0.77 | 0.29 |
| Hex | 13 | 84 | 11 | 56 | 0 | 57 | 30 | 77 | 4D | 1D |
| Octal | 23 | 204 | 21 | 126 | 0 | 127 | 60 | 167 | 115 | 35 |
| Binary | 10011 | 10000100 | 10001 | 1010110 | 0 | 1010111 | 110000 | 1110111 | 1001101 | 11101 |
Color Harmonies of #138411
Complementary color
Monochromatic Colors of #138411
Black with #138411
Text Example
Text Example
White with #138411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138411; }
p { color: rgb(19,132,17); }
H1.HeaderClassName
{
color: #138411;
}
.AnyTagClassName
{
color: #138411;
}
</style>
background-color css
<style>
a { background-color: #138411; }
a { background-color: rgb(19,132,17); }
div.DivClassName
{
background-color: #138411;
}
.BgClassName
{
background-color: #138411;
}
</style>
border-color css
<style>
span { border-color: #138411; }
span { border-color: rgb(19,132,17); }
td.TdClassName
{
border-color: #138411;
}
.TagClassName
{
border-color: #138411;
}
</style>