Shades of Forest Green #138D10
Tints of Forest Green #138D10
RGB
CMYK
RGB Variations
Color information
#138D10 (or 0x138D10) is known color: Forest Green. HEX triplet: 13, 8D and 10. RGB value is (19,141,16). Sum of RGB (Red+Green+Blue) = 19+141+16=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 141 (55.47% from 255 or 80.11% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 141 - color contains mainly: green. Hex color #138D10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D10 is #EC72EF. Grayscale: #5A5A5A. Windows color (decimal): -15495920 or 1084691. OLE color: 1084691.
HSL color Cylindrical-coordinate representation of color #138D10: hue angle of 118.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138D10 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 16 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.45 |
| HSL | 118.56º | 0.8% | 0.31% | - |
| HSV(B) | 118.56º | 0.89% | 0.55% | - |
| XYZ | 9.89 | 19.23 | 3.68 | - |
| YUV | 90.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 16 | 0.87 | 0 | 0.89 | 0.45 | 118.56 | 0.8 | 0.31 |
| Hex | 13 | 8D | 10 | 57 | 0 | 59 | 2D | 77 | 50 | 1F |
| Octal | 23 | 215 | 20 | 127 | 0 | 131 | 55 | 167 | 120 | 37 |
| Binary | 10011 | 10001101 | 10000 | 1010111 | 0 | 1011001 | 101101 | 1110111 | 1010000 | 11111 |
Color Harmonies of #138D10
Complementary color
Monochromatic Colors of #138D10
Black with #138D10
Text Example
Text Example
White with #138D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D10; }
p { color: rgb(19,141,16); }
H1.HeaderClassName
{
color: #138D10;
}
.AnyTagClassName
{
color: #138D10;
}
</style>
background-color css
<style>
a { background-color: #138D10; }
a { background-color: rgb(19,141,16); }
div.DivClassName
{
background-color: #138D10;
}
.BgClassName
{
background-color: #138D10;
}
</style>
border-color css
<style>
span { border-color: #138D10; }
span { border-color: rgb(19,141,16); }
td.TdClassName
{
border-color: #138D10;
}
.TagClassName
{
border-color: #138D10;
}
</style>