Shades of Forest Green #12A02E
Tints of Forest Green #12A02E
RGB
CMYK
RGB Variations
Color information
#12A02E (or 0x12A02E) is known color: Forest Green. HEX triplet: 12, A0 and 2E. RGB value is (18,160,46). Sum of RGB (Red+Green+Blue) = 18+160+46=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #12A02E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A02E is #ED5FD1. Grayscale: #686868. Windows color (decimal): -15556562 or 3055634. OLE color: 3055634.
HSL color Cylindrical-coordinate representation of color #12A02E: hue angle of 131.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A02E is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 46 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.37 |
| HSL | 131.83º | 0.8% | 0.35% | - |
| HSV(B) | 131.83º | 0.89% | 0.63% | - |
| XYZ | 13.31 | 25.47 | 6.8 | - |
| YUV | 104.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 46 | 0.89 | 0 | 0.71 | 0.37 | 131.83 | 0.8 | 0.35 |
| Hex | 12 | A0 | 2E | 59 | 0 | 47 | 25 | 84 | 50 | 23 |
| Octal | 22 | 240 | 56 | 131 | 0 | 107 | 45 | 204 | 120 | 43 |
| Binary | 10010 | 10100000 | 101110 | 1011001 | 0 | 1000111 | 100101 | 10000100 | 1010000 | 100011 |
Color Harmonies of #12A02E
Complementary color
Monochromatic Colors of #12A02E
Black with #12A02E
Text Example
Text Example
White with #12A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A02E; }
p { color: rgb(18,160,46); }
H1.HeaderClassName
{
color: #12A02E;
}
.AnyTagClassName
{
color: #12A02E;
}
</style>
background-color css
<style>
a { background-color: #12A02E; }
a { background-color: rgb(18,160,46); }
div.DivClassName
{
background-color: #12A02E;
}
.BgClassName
{
background-color: #12A02E;
}
</style>
border-color css
<style>
span { border-color: #12A02E; }
span { border-color: rgb(18,160,46); }
td.TdClassName
{
border-color: #12A02E;
}
.TagClassName
{
border-color: #12A02E;
}
</style>