Shades of Forest Green #2AA102
Tints of Forest Green #2AA102
RGB
CMYK
RGB Variations
Color information
#2AA102 (or 0x2AA102) is known color: Forest Green. HEX triplet: 2A, A1 and 02. RGB value is (42,161,2). Sum of RGB (Red+Green+Blue) = 42+161+2=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 161 (63.28% from 255 or 78.54% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA102 is #D55EFD. Grayscale: #6B6B6B. Windows color (decimal): -13983486 or 172330. OLE color: 172330.
HSL color Cylindrical-coordinate representation of color #2AA102: hue angle of 104.91º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AA102 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.37 |
| HSL | 104.91º | 0.98% | 0.32% | - |
| HSV(B) | 104.91º | 0.99% | 0.63% | - |
| XYZ | 13.71 | 25.99 | 4.35 | - |
| YUV | 107.29 | 68.58 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 2 | 0.74 | 0 | 0.99 | 0.37 | 104.91 | 0.98 | 0.32 |
| Hex | 2A | A1 | 2 | 4A | 0 | 63 | 25 | 69 | 62 | 20 |
| Octal | 52 | 241 | 2 | 112 | 0 | 143 | 45 | 151 | 142 | 40 |
| Binary | 101010 | 10100001 | 10 | 1001010 | 0 | 1100011 | 100101 | 1101001 | 1100010 | 100000 |
Color Harmonies of #2AA102
Complementary color
Monochromatic Colors of #2AA102
Black with #2AA102
Text Example
Text Example
White with #2AA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA102; }
p { color: rgb(42,161,2); }
H1.HeaderClassName
{
color: #2AA102;
}
.AnyTagClassName
{
color: #2AA102;
}
</style>
background-color css
<style>
a { background-color: #2AA102; }
a { background-color: rgb(42,161,2); }
div.DivClassName
{
background-color: #2AA102;
}
.BgClassName
{
background-color: #2AA102;
}
</style>
border-color css
<style>
span { border-color: #2AA102; }
span { border-color: rgb(42,161,2); }
td.TdClassName
{
border-color: #2AA102;
}
.TagClassName
{
border-color: #2AA102;
}
</style>