Shades of Forest Green #138712
Tints of Forest Green #138712
RGB
CMYK
RGB Variations
Color information
#138712 (or 0x138712) is known color: Forest Green. HEX triplet: 13, 87 and 12. RGB value is (19,135,18). Sum of RGB (Red+Green+Blue) = 19+135+18=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 135 (53.12% from 255 or 78.49% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 135 - color contains mainly: green. Hex color #138712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138712 is #EC78ED. Grayscale: #575757. Windows color (decimal): -15497454 or 1214227. OLE color: 1214227.
HSL color Cylindrical-coordinate representation of color #138712: hue angle of 119.49º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138712 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 18 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.47 |
| HSL | 119.49º | 0.76% | 0.3% | - |
| HSV(B) | 119.49º | 0.87% | 0.53% | - |
| XYZ | 9.04 | 17.51 | 3.48 | - |
| YUV | 86.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 18 | 0.86 | 0 | 0.87 | 0.47 | 119.49 | 0.76 | 0.3 |
| Hex | 13 | 87 | 12 | 56 | 0 | 57 | 2F | 77 | 4C | 1E |
| Octal | 23 | 207 | 22 | 126 | 0 | 127 | 57 | 167 | 114 | 36 |
| Binary | 10011 | 10000111 | 10010 | 1010110 | 0 | 1010111 | 101111 | 1110111 | 1001100 | 11110 |
Color Harmonies of #138712
Complementary color
Monochromatic Colors of #138712
Black with #138712
Text Example
Text Example
White with #138712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138712; }
p { color: rgb(19,135,18); }
H1.HeaderClassName
{
color: #138712;
}
.AnyTagClassName
{
color: #138712;
}
</style>
background-color css
<style>
a { background-color: #138712; }
a { background-color: rgb(19,135,18); }
div.DivClassName
{
background-color: #138712;
}
.BgClassName
{
background-color: #138712;
}
</style>
border-color css
<style>
span { border-color: #138712; }
span { border-color: rgb(19,135,18); }
td.TdClassName
{
border-color: #138712;
}
.TagClassName
{
border-color: #138712;
}
</style>