Shades of Forest Green #2AAE20
Tints of Forest Green #2AAE20
RGB
CMYK
RGB Variations
Color information
#2AAE20 (or 0x2AAE20) is known color: Forest Green. HEX triplet: 2A, AE and 20. RGB value is (42,174,32). Sum of RGB (Red+Green+Blue) = 42+174+32=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 174 (68.36% from 255 or 70.16% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE20 is #D551DF. Grayscale: #767676. Windows color (decimal): -13980128 or 2141738. OLE color: 2141738.
HSL color Cylindrical-coordinate representation of color #2AAE20: hue angle of 115.77º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AAE20 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 32 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.32 |
| HSL | 115.77º | 0.69% | 0.4% | - |
| HSV(B) | 115.77º | 0.82% | 0.68% | - |
| XYZ | 16.35 | 30.87 | 6.46 | - |
| YUV | 118.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 32 | 0.76 | 0 | 0.82 | 0.32 | 115.77 | 0.69 | 0.4 |
| Hex | 2A | AE | 20 | 4C | 0 | 52 | 20 | 74 | 45 | 28 |
| Octal | 52 | 256 | 40 | 114 | 0 | 122 | 40 | 164 | 105 | 50 |
| Binary | 101010 | 10101110 | 100000 | 1001100 | 0 | 1010010 | 100000 | 1110100 | 1000101 | 101000 |
Color Harmonies of #2AAE20
Complementary color
Monochromatic Colors of #2AAE20
Black with #2AAE20
Text Example
Text Example
White with #2AAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE20; }
p { color: rgb(42,174,32); }
H1.HeaderClassName
{
color: #2AAE20;
}
.AnyTagClassName
{
color: #2AAE20;
}
</style>
background-color css
<style>
a { background-color: #2AAE20; }
a { background-color: rgb(42,174,32); }
div.DivClassName
{
background-color: #2AAE20;
}
.BgClassName
{
background-color: #2AAE20;
}
</style>
border-color css
<style>
span { border-color: #2AAE20; }
span { border-color: rgb(42,174,32); }
td.TdClassName
{
border-color: #2AAE20;
}
.TagClassName
{
border-color: #2AAE20;
}
</style>