Shades of Forest Green #2AA00B
Tints of Forest Green #2AA00B
RGB
CMYK
RGB Variations
Color information
#2AA00B (or 0x2AA00B) is known color: Forest Green. HEX triplet: 2A, A0 and 0B. RGB value is (42,160,11). Sum of RGB (Red+Green+Blue) = 42+160+11=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA00B is #D55FF4. Grayscale: #6C6C6C. Windows color (decimal): -13983733 or 761898. OLE color: 761898.
HSL color Cylindrical-coordinate representation of color #2AA00B: hue angle of 107.52º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AA00B is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 11 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.37 |
| HSL | 107.52º | 0.87% | 0.34% | - |
| HSV(B) | 107.52º | 0.93% | 0.63% | - |
| XYZ | 13.59 | 25.66 | 4.55 | - |
| YUV | 107.73 | 73.41 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 11 | 0.74 | 0 | 0.93 | 0.37 | 107.52 | 0.87 | 0.34 |
| Hex | 2A | A0 | B | 4A | 0 | 5D | 25 | 6C | 57 | 22 |
| Octal | 52 | 240 | 13 | 112 | 0 | 135 | 45 | 154 | 127 | 42 |
| Binary | 101010 | 10100000 | 1011 | 1001010 | 0 | 1011101 | 100101 | 1101100 | 1010111 | 100010 |
Color Harmonies of #2AA00B
Complementary color
Monochromatic Colors of #2AA00B
Black with #2AA00B
Text Example
Text Example
White with #2AA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA00B; }
p { color: rgb(42,160,11); }
H1.HeaderClassName
{
color: #2AA00B;
}
.AnyTagClassName
{
color: #2AA00B;
}
</style>
background-color css
<style>
a { background-color: #2AA00B; }
a { background-color: rgb(42,160,11); }
div.DivClassName
{
background-color: #2AA00B;
}
.BgClassName
{
background-color: #2AA00B;
}
</style>
border-color css
<style>
span { border-color: #2AA00B; }
span { border-color: rgb(42,160,11); }
td.TdClassName
{
border-color: #2AA00B;
}
.TagClassName
{
border-color: #2AA00B;
}
</style>