Shades of Forest Green #2AA51D
Tints of Forest Green #2AA51D
RGB
CMYK
RGB Variations
Color information
#2AA51D (or 0x2AA51D) is known color: Forest Green. HEX triplet: 2A, A5 and 1D. RGB value is (42,165,29). Sum of RGB (Red+Green+Blue) = 42+165+29=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA51D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA51D is #D55AE2. Grayscale: #717171. Windows color (decimal): -13982435 or 1942826. OLE color: 1942826.
HSL color Cylindrical-coordinate representation of color #2AA51D: hue angle of 114.26º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AA51D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 29 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.35 |
| HSL | 114.26º | 0.7% | 0.38% | - |
| HSV(B) | 114.26º | 0.82% | 0.65% | - |
| XYZ | 14.63 | 27.49 | 5.7 | - |
| YUV | 112.72 | 80.75 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 29 | 0.75 | 0 | 0.82 | 0.35 | 114.26 | 0.7 | 0.38 |
| Hex | 2A | A5 | 1D | 4B | 0 | 52 | 23 | 72 | 46 | 26 |
| Octal | 52 | 245 | 35 | 113 | 0 | 122 | 43 | 162 | 106 | 46 |
| Binary | 101010 | 10100101 | 11101 | 1001011 | 0 | 1010010 | 100011 | 1110010 | 1000110 | 100110 |
Color Harmonies of #2AA51D
Complementary color
Monochromatic Colors of #2AA51D
Black with #2AA51D
Text Example
Text Example
White with #2AA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA51D; }
p { color: rgb(42,165,29); }
H1.HeaderClassName
{
color: #2AA51D;
}
.AnyTagClassName
{
color: #2AA51D;
}
</style>
background-color css
<style>
a { background-color: #2AA51D; }
a { background-color: rgb(42,165,29); }
div.DivClassName
{
background-color: #2AA51D;
}
.BgClassName
{
background-color: #2AA51D;
}
</style>
border-color css
<style>
span { border-color: #2AA51D; }
span { border-color: rgb(42,165,29); }
td.TdClassName
{
border-color: #2AA51D;
}
.TagClassName
{
border-color: #2AA51D;
}
</style>