Shades of Forest Green #2AA83A
Tints of Forest Green #2AA83A
RGB
CMYK
RGB Variations
Color information
#2AA83A (or 0x2AA83A) is known color: Forest Green. HEX triplet: 2A, A8 and 3A. RGB value is (42,168,58). Sum of RGB (Red+Green+Blue) = 42+168+58=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 168 (66.02% from 255 or 62.69% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA83A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA83A is #D557C5. Grayscale: #767676. Windows color (decimal): -13981638 or 3844138. OLE color: 3844138.
HSL color Cylindrical-coordinate representation of color #2AA83A: hue angle of 127.62º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA83A is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 58 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.34 |
| HSL | 127.62º | 0.6% | 0.41% | - |
| HSV(B) | 127.62º | 0.75% | 0.66% | - |
| XYZ | 15.72 | 28.8 | 8.73 | - |
| YUV | 117.79 | 94.26 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 58 | 0.75 | 0 | 0.65 | 0.34 | 127.62 | 0.6 | 0.41 |
| Hex | 2A | A8 | 3A | 4B | 0 | 41 | 22 | 80 | 3C | 29 |
| Octal | 52 | 250 | 72 | 113 | 0 | 101 | 42 | 200 | 74 | 51 |
| Binary | 101010 | 10101000 | 111010 | 1001011 | 0 | 1000001 | 100010 | 10000000 | 111100 | 101001 |
Color Harmonies of #2AA83A
Complementary color
Monochromatic Colors of #2AA83A
Black with #2AA83A
Text Example
Text Example
White with #2AA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA83A; }
p { color: rgb(42,168,58); }
H1.HeaderClassName
{
color: #2AA83A;
}
.AnyTagClassName
{
color: #2AA83A;
}
</style>
background-color css
<style>
a { background-color: #2AA83A; }
a { background-color: rgb(42,168,58); }
div.DivClassName
{
background-color: #2AA83A;
}
.BgClassName
{
background-color: #2AA83A;
}
</style>
border-color css
<style>
span { border-color: #2AA83A; }
span { border-color: rgb(42,168,58); }
td.TdClassName
{
border-color: #2AA83A;
}
.TagClassName
{
border-color: #2AA83A;
}
</style>