Shades of Forest Green #2AA223
Tints of Forest Green #2AA223
RGB
CMYK
RGB Variations
Color information
#2AA223 (or 0x2AA223) is known color: Forest Green. HEX triplet: 2A, A2 and 23. RGB value is (42,162,35). Sum of RGB (Red+Green+Blue) = 42+162+35=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA223 is #D55DDC. Grayscale: #707070. Windows color (decimal): -13983197 or 2335274. OLE color: 2335274.
HSL color Cylindrical-coordinate representation of color #2AA223: hue angle of 116.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AA223 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 35 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.36 |
| HSL | 116.69º | 0.64% | 0.39% | - |
| HSV(B) | 116.69º | 0.78% | 0.64% | - |
| XYZ | 14.18 | 26.45 | 5.95 | - |
| YUV | 111.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 35 | 0.74 | 0 | 0.78 | 0.36 | 116.69 | 0.64 | 0.39 |
| Hex | 2A | A2 | 23 | 4A | 0 | 4E | 24 | 75 | 40 | 27 |
| Octal | 52 | 242 | 43 | 112 | 0 | 116 | 44 | 165 | 100 | 47 |
| Binary | 101010 | 10100010 | 100011 | 1001010 | 0 | 1001110 | 100100 | 1110101 | 1000000 | 100111 |
Color Harmonies of #2AA223
Complementary color
Monochromatic Colors of #2AA223
Black with #2AA223
Text Example
Text Example
White with #2AA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA223; }
p { color: rgb(42,162,35); }
H1.HeaderClassName
{
color: #2AA223;
}
.AnyTagClassName
{
color: #2AA223;
}
</style>
background-color css
<style>
a { background-color: #2AA223; }
a { background-color: rgb(42,162,35); }
div.DivClassName
{
background-color: #2AA223;
}
.BgClassName
{
background-color: #2AA223;
}
</style>
border-color css
<style>
span { border-color: #2AA223; }
span { border-color: rgb(42,162,35); }
td.TdClassName
{
border-color: #2AA223;
}
.TagClassName
{
border-color: #2AA223;
}
</style>