Shades of Forest Green #2A8412
Tints of Forest Green #2A8412
RGB
CMYK
RGB Variations
Color information
#2A8412 (or 0x2A8412) is known color: Forest Green. HEX triplet: 2A, 84 and 12. RGB value is (42,132,18). Sum of RGB (Red+Green+Blue) = 42+132+18=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8412 is #D57BED. Grayscale: #5C5C5C. Windows color (decimal): -13990894 or 1213482. OLE color: 1213482.
HSL color Cylindrical-coordinate representation of color #2A8412: hue angle of 107.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A8412 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 132 | 18 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.48 |
| HSL | 107.37º | 0.76% | 0.29% | - |
| HSV(B) | 107.37º | 0.86% | 0.52% | - |
| XYZ | 9.32 | 17.04 | 3.37 | - |
| YUV | 92.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 18 | 0.68 | 0 | 0.86 | 0.48 | 107.37 | 0.76 | 0.29 |
| Hex | 2A | 84 | 12 | 44 | 0 | 56 | 30 | 6B | 4C | 1D |
| Octal | 52 | 204 | 22 | 104 | 0 | 126 | 60 | 153 | 114 | 35 |
| Binary | 101010 | 10000100 | 10010 | 1000100 | 0 | 1010110 | 110000 | 1101011 | 1001100 | 11101 |
Color Harmonies of #2A8412
Complementary color
Monochromatic Colors of #2A8412
Black with #2A8412
Text Example
Text Example
White with #2A8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8412; }
p { color: rgb(42,132,18); }
H1.HeaderClassName
{
color: #2A8412;
}
.AnyTagClassName
{
color: #2A8412;
}
</style>
background-color css
<style>
a { background-color: #2A8412; }
a { background-color: rgb(42,132,18); }
div.DivClassName
{
background-color: #2A8412;
}
.BgClassName
{
background-color: #2A8412;
}
</style>
border-color css
<style>
span { border-color: #2A8412; }
span { border-color: rgb(42,132,18); }
td.TdClassName
{
border-color: #2A8412;
}
.TagClassName
{
border-color: #2A8412;
}
</style>