Shades of Forest Green #12A22F
Tints of Forest Green #12A22F
RGB
CMYK
RGB Variations
Color information
#12A22F (or 0x12A22F) is known color: Forest Green. HEX triplet: 12, A2 and 2F. RGB value is (18,162,47). Sum of RGB (Red+Green+Blue) = 18+162+47=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 162 (63.67% from 255 or 71.37% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 162 - color contains mainly: green. Hex color #12A22F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A22F is #ED5DD0. Grayscale: #6A6A6A. Windows color (decimal): -15556049 or 3121682. OLE color: 3121682.
HSL color Cylindrical-coordinate representation of color #12A22F: hue angle of 132.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A22F is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 47 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.36 |
| HSL | 132.08º | 0.8% | 0.35% | - |
| HSV(B) | 132.08º | 0.89% | 0.64% | - |
| XYZ | 13.68 | 26.17 | 7.02 | - |
| YUV | 105.83 | 94.79 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 47 | 0.89 | 0 | 0.71 | 0.36 | 132.08 | 0.8 | 0.35 |
| Hex | 12 | A2 | 2F | 59 | 0 | 47 | 24 | 84 | 50 | 23 |
| Octal | 22 | 242 | 57 | 131 | 0 | 107 | 44 | 204 | 120 | 43 |
| Binary | 10010 | 10100010 | 101111 | 1011001 | 0 | 1000111 | 100100 | 10000100 | 1010000 | 100011 |
Color Harmonies of #12A22F
Complementary color
Monochromatic Colors of #12A22F
Black with #12A22F
Text Example
Text Example
White with #12A22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A22F; }
p { color: rgb(18,162,47); }
H1.HeaderClassName
{
color: #12A22F;
}
.AnyTagClassName
{
color: #12A22F;
}
</style>
background-color css
<style>
a { background-color: #12A22F; }
a { background-color: rgb(18,162,47); }
div.DivClassName
{
background-color: #12A22F;
}
.BgClassName
{
background-color: #12A22F;
}
</style>
border-color css
<style>
span { border-color: #12A22F; }
span { border-color: rgb(18,162,47); }
td.TdClassName
{
border-color: #12A22F;
}
.TagClassName
{
border-color: #12A22F;
}
</style>