Shades of Forest Green #12A229
Tints of Forest Green #12A229
RGB
CMYK
RGB Variations
Color information
#12A229 (or 0x12A229) is known color: Forest Green. HEX triplet: 12, A2 and 29. RGB value is (18,162,41). Sum of RGB (Red+Green+Blue) = 18+162+41=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #12A229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A229 is #ED5DD6. Grayscale: #696969. Windows color (decimal): -15556055 or 2728466. OLE color: 2728466.
HSL color Cylindrical-coordinate representation of color #12A229: hue angle of 129.58º 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 #12A229 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 41 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.36 |
| HSL | 129.58º | 0.8% | 0.35% | - |
| HSV(B) | 129.58º | 0.89% | 0.64% | - |
| XYZ | 13.57 | 26.13 | 6.43 | - |
| YUV | 105.15 | 91.79 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 41 | 0.89 | 0 | 0.75 | 0.36 | 129.58 | 0.8 | 0.35 |
| Hex | 12 | A2 | 29 | 59 | 0 | 4B | 24 | 82 | 50 | 23 |
| Octal | 22 | 242 | 51 | 131 | 0 | 113 | 44 | 202 | 120 | 43 |
| Binary | 10010 | 10100010 | 101001 | 1011001 | 0 | 1001011 | 100100 | 10000010 | 1010000 | 100011 |
Color Harmonies of #12A229
Complementary color
Monochromatic Colors of #12A229
Black with #12A229
Text Example
Text Example
White with #12A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A229; }
p { color: rgb(18,162,41); }
H1.HeaderClassName
{
color: #12A229;
}
.AnyTagClassName
{
color: #12A229;
}
</style>
background-color css
<style>
a { background-color: #12A229; }
a { background-color: rgb(18,162,41); }
div.DivClassName
{
background-color: #12A229;
}
.BgClassName
{
background-color: #12A229;
}
</style>
border-color css
<style>
span { border-color: #12A229; }
span { border-color: rgb(18,162,41); }
td.TdClassName
{
border-color: #12A229;
}
.TagClassName
{
border-color: #12A229;
}
</style>