Shades of Forest Green #2AA105
Tints of Forest Green #2AA105
RGB
CMYK
RGB Variations
Color information
#2AA105 (or 0x2AA105) is known color: Forest Green. HEX triplet: 2A, A1 and 05. RGB value is (42,161,5). Sum of RGB (Red+Green+Blue) = 42+161+5=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA105 is #D55EFA. Grayscale: #6C6C6C. Windows color (decimal): -13983483 or 368938. OLE color: 368938.
HSL color Cylindrical-coordinate representation of color #2AA105: hue angle of 105.77º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AA105 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 5 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.37 |
| HSL | 105.77º | 0.94% | 0.33% | - |
| HSV(B) | 105.77º | 0.97% | 0.63% | - |
| XYZ | 13.73 | 25.99 | 4.44 | - |
| YUV | 107.64 | 70.08 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 5 | 0.74 | 0 | 0.97 | 0.37 | 105.77 | 0.94 | 0.33 |
| Hex | 2A | A1 | 5 | 4A | 0 | 61 | 25 | 6A | 5E | 21 |
| Octal | 52 | 241 | 5 | 112 | 0 | 141 | 45 | 152 | 136 | 41 |
| Binary | 101010 | 10100001 | 101 | 1001010 | 0 | 1100001 | 100101 | 1101010 | 1011110 | 100001 |
Color Harmonies of #2AA105
Complementary color
Monochromatic Colors of #2AA105
Black with #2AA105
Text Example
Text Example
White with #2AA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA105; }
p { color: rgb(42,161,5); }
H1.HeaderClassName
{
color: #2AA105;
}
.AnyTagClassName
{
color: #2AA105;
}
</style>
background-color css
<style>
a { background-color: #2AA105; }
a { background-color: rgb(42,161,5); }
div.DivClassName
{
background-color: #2AA105;
}
.BgClassName
{
background-color: #2AA105;
}
</style>
border-color css
<style>
span { border-color: #2AA105; }
span { border-color: rgb(42,161,5); }
td.TdClassName
{
border-color: #2AA105;
}
.TagClassName
{
border-color: #2AA105;
}
</style>