Shades of Forest Green #2AA311
Tints of Forest Green #2AA311
RGB
CMYK
RGB Variations
Color information
#2AA311 (or 0x2AA311) is known color: Forest Green. HEX triplet: 2A, A3 and 11. RGB value is (42,163,17). Sum of RGB (Red+Green+Blue) = 42+163+17=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 163 (64.06% from 255 or 73.42% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA311 is #D55CEE. Grayscale: #6E6E6E. Windows color (decimal): -13982959 or 1155882. OLE color: 1155882.
HSL color Cylindrical-coordinate representation of color #2AA311: hue angle of 109.73º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AA311 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 17 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.36 |
| HSL | 109.73º | 0.81% | 0.35% | - |
| HSV(B) | 109.73º | 0.9% | 0.64% | - |
| XYZ | 14.15 | 26.73 | 4.94 | - |
| YUV | 110.18 | 75.41 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 17 | 0.74 | 0 | 0.90 | 0.36 | 109.73 | 0.81 | 0.35 |
| Hex | 2A | A3 | 11 | 4A | 0 | 5A | 24 | 6E | 51 | 23 |
| Octal | 52 | 243 | 21 | 112 | 0 | 132 | 44 | 156 | 121 | 43 |
| Binary | 101010 | 10100011 | 10001 | 1001010 | 0 | 1011010 | 100100 | 1101110 | 1010001 | 100011 |
Color Harmonies of #2AA311
Complementary color
Monochromatic Colors of #2AA311
Black with #2AA311
Text Example
Text Example
White with #2AA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA311; }
p { color: rgb(42,163,17); }
H1.HeaderClassName
{
color: #2AA311;
}
.AnyTagClassName
{
color: #2AA311;
}
</style>
background-color css
<style>
a { background-color: #2AA311; }
a { background-color: rgb(42,163,17); }
div.DivClassName
{
background-color: #2AA311;
}
.BgClassName
{
background-color: #2AA311;
}
</style>
border-color css
<style>
span { border-color: #2AA311; }
span { border-color: rgb(42,163,17); }
td.TdClassName
{
border-color: #2AA311;
}
.TagClassName
{
border-color: #2AA311;
}
</style>