Shades of Forest Green #2AA82C
Tints of Forest Green #2AA82C
RGB
CMYK
RGB Variations
Color information
#2AA82C (or 0x2AA82C) is known color: Forest Green. HEX triplet: 2A, A8 and 2C. RGB value is (42,168,44). Sum of RGB (Red+Green+Blue) = 42+168+44=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 168 (66.02% from 255 or 66.14% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA82C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA82C is #D557D3. Grayscale: #747474. Windows color (decimal): -13981652 or 2926634. OLE color: 2926634.
HSL color Cylindrical-coordinate representation of color #2AA82C: hue angle of 120.95º 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 #2AA82C is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 44 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.34 |
| HSL | 120.95º | 0.6% | 0.41% | - |
| HSV(B) | 120.95º | 0.75% | 0.66% | - |
| XYZ | 15.41 | 28.68 | 7.11 | - |
| YUV | 116.19 | 87.26 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 44 | 0.75 | 0 | 0.74 | 0.34 | 120.95 | 0.6 | 0.41 |
| Hex | 2A | A8 | 2C | 4B | 0 | 4A | 22 | 79 | 3C | 29 |
| Octal | 52 | 250 | 54 | 113 | 0 | 112 | 42 | 171 | 74 | 51 |
| Binary | 101010 | 10101000 | 101100 | 1001011 | 0 | 1001010 | 100010 | 1111001 | 111100 | 101001 |
Color Harmonies of #2AA82C
Complementary color
Monochromatic Colors of #2AA82C
Black with #2AA82C
Text Example
Text Example
White with #2AA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA82C; }
p { color: rgb(42,168,44); }
H1.HeaderClassName
{
color: #2AA82C;
}
.AnyTagClassName
{
color: #2AA82C;
}
</style>
background-color css
<style>
a { background-color: #2AA82C; }
a { background-color: rgb(42,168,44); }
div.DivClassName
{
background-color: #2AA82C;
}
.BgClassName
{
background-color: #2AA82C;
}
</style>
border-color css
<style>
span { border-color: #2AA82C; }
span { border-color: rgb(42,168,44); }
td.TdClassName
{
border-color: #2AA82C;
}
.TagClassName
{
border-color: #2AA82C;
}
</style>