Shades of Forest Green #138D12
Tints of Forest Green #138D12
RGB
CMYK
RGB Variations
Color information
#138D12 (or 0x138D12) is known color: Forest Green. HEX triplet: 13, 8D and 12. RGB value is (19,141,18). Sum of RGB (Red+Green+Blue) = 19+141+18=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 141 (55.47% from 255 or 79.21% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 141 - color contains mainly: green. Hex color #138D12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D12 is #EC72ED. Grayscale: #5A5A5A. Windows color (decimal): -15495918 or 1215763. OLE color: 1215763.
HSL color Cylindrical-coordinate representation of color #138D12: hue angle of 119.51º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D12 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 18 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.45 |
| HSL | 119.51º | 0.77% | 0.31% | - |
| HSV(B) | 119.51º | 0.87% | 0.55% | - |
| XYZ | 9.9 | 19.23 | 3.76 | - |
| YUV | 90.5 | 87.08 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 18 | 0.87 | 0 | 0.87 | 0.45 | 119.51 | 0.77 | 0.31 |
| Hex | 13 | 8D | 12 | 57 | 0 | 57 | 2D | 78 | 4D | 1F |
| Octal | 23 | 215 | 22 | 127 | 0 | 127 | 55 | 170 | 115 | 37 |
| Binary | 10011 | 10001101 | 10010 | 1010111 | 0 | 1010111 | 101101 | 1111000 | 1001101 | 11111 |
Color Harmonies of #138D12
Complementary color
Monochromatic Colors of #138D12
Black with #138D12
Text Example
Text Example
White with #138D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D12; }
p { color: rgb(19,141,18); }
H1.HeaderClassName
{
color: #138D12;
}
.AnyTagClassName
{
color: #138D12;
}
</style>
background-color css
<style>
a { background-color: #138D12; }
a { background-color: rgb(19,141,18); }
div.DivClassName
{
background-color: #138D12;
}
.BgClassName
{
background-color: #138D12;
}
</style>
border-color css
<style>
span { border-color: #138D12; }
span { border-color: rgb(19,141,18); }
td.TdClassName
{
border-color: #138D12;
}
.TagClassName
{
border-color: #138D12;
}
</style>