Shades of Forest Green #12881E
Tints of Forest Green #12881E
RGB
CMYK
RGB Variations
Color information
#12881E (or 0x12881E) is known color: Forest Green. HEX triplet: 12, 88 and 1E. RGB value is (18,136,30). Sum of RGB (Red+Green+Blue) = 18+136+30=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 136 (53.52% from 255 or 73.91% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 136 - color contains mainly: green. Hex color #12881E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12881E is #ED77E1. Grayscale: #585858. Windows color (decimal): -15562722 or 2000914. OLE color: 2000914.
HSL color Cylindrical-coordinate representation of color #12881E: hue angle of 126.1º degrees, saturation: 0.77, 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 #12881E is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 30 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.47 |
| HSL | 126.1º | 0.77% | 0.3% | - |
| HSV(B) | 126.1º | 0.87% | 0.53% | - |
| XYZ | 9.29 | 17.83 | 4.18 | - |
| YUV | 88.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 30 | 0.87 | 0 | 0.78 | 0.47 | 126.1 | 0.77 | 0.3 |
| Hex | 12 | 88 | 1E | 57 | 0 | 4E | 2F | 7E | 4D | 1E |
| Octal | 22 | 210 | 36 | 127 | 0 | 116 | 57 | 176 | 115 | 36 |
| Binary | 10010 | 10001000 | 11110 | 1010111 | 0 | 1001110 | 101111 | 1111110 | 1001101 | 11110 |
Color Harmonies of #12881E
Complementary color
Monochromatic Colors of #12881E
Black with #12881E
Text Example
Text Example
White with #12881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12881E; }
p { color: rgb(18,136,30); }
H1.HeaderClassName
{
color: #12881E;
}
.AnyTagClassName
{
color: #12881E;
}
</style>
background-color css
<style>
a { background-color: #12881E; }
a { background-color: rgb(18,136,30); }
div.DivClassName
{
background-color: #12881E;
}
.BgClassName
{
background-color: #12881E;
}
</style>
border-color css
<style>
span { border-color: #12881E; }
span { border-color: rgb(18,136,30); }
td.TdClassName
{
border-color: #12881E;
}
.TagClassName
{
border-color: #12881E;
}
</style>