Shades of Forest Green #12A829
Tints of Forest Green #12A829
RGB
CMYK
RGB Variations
Color information
#12A829 (or 0x12A829) is known color: Forest Green. HEX triplet: 12, A8 and 29. RGB value is (18,168,41). Sum of RGB (Red+Green+Blue) = 18+168+41=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 168 (66.02% from 255 or 74.01% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 168 - color contains mainly: green. Hex color #12A829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A829 is #ED57D6. Grayscale: #6D6D6D. Windows color (decimal): -15554519 or 2730002. OLE color: 2730002.
HSL color Cylindrical-coordinate representation of color #12A829: hue angle of 129.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A829 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 41 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.34 |
| HSL | 129.2º | 0.81% | 0.36% | - |
| HSV(B) | 129.2º | 0.89% | 0.66% | - |
| XYZ | 14.65 | 28.29 | 6.79 | - |
| YUV | 108.67 | 89.81 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 41 | 0.89 | 0 | 0.76 | 0.34 | 129.2 | 0.81 | 0.36 |
| Hex | 12 | A8 | 29 | 59 | 0 | 4C | 22 | 81 | 51 | 24 |
| Octal | 22 | 250 | 51 | 131 | 0 | 114 | 42 | 201 | 121 | 44 |
| Binary | 10010 | 10101000 | 101001 | 1011001 | 0 | 1001100 | 100010 | 10000001 | 1010001 | 100100 |
Color Harmonies of #12A829
Complementary color
Monochromatic Colors of #12A829
Black with #12A829
Text Example
Text Example
White with #12A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A829; }
p { color: rgb(18,168,41); }
H1.HeaderClassName
{
color: #12A829;
}
.AnyTagClassName
{
color: #12A829;
}
</style>
background-color css
<style>
a { background-color: #12A829; }
a { background-color: rgb(18,168,41); }
div.DivClassName
{
background-color: #12A829;
}
.BgClassName
{
background-color: #12A829;
}
</style>
border-color css
<style>
span { border-color: #12A829; }
span { border-color: rgb(18,168,41); }
td.TdClassName
{
border-color: #12A829;
}
.TagClassName
{
border-color: #12A829;
}
</style>