Shades of Forest Green #2AA00F
Tints of Forest Green #2AA00F
RGB
CMYK
RGB Variations
Color information
#2AA00F (or 0x2AA00F) is known color: Forest Green. HEX triplet: 2A, A0 and 0F. RGB value is (42,160,15). Sum of RGB (Red+Green+Blue) = 42+160+15=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 160 (62.89% from 255 or 73.73% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA00F is #D55FF0. Grayscale: #6C6C6C. Windows color (decimal): -13983729 or 1024042. OLE color: 1024042.
HSL color Cylindrical-coordinate representation of color #2AA00F: hue angle of 108.83º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AA00F is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 15 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.37 |
| HSL | 108.83º | 0.83% | 0.34% | - |
| HSV(B) | 108.83º | 0.91% | 0.63% | - |
| XYZ | 13.61 | 25.67 | 4.69 | - |
| YUV | 108.19 | 75.41 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 15 | 0.74 | 0 | 0.91 | 0.37 | 108.83 | 0.83 | 0.34 |
| Hex | 2A | A0 | F | 4A | 0 | 5B | 25 | 6D | 53 | 22 |
| Octal | 52 | 240 | 17 | 112 | 0 | 133 | 45 | 155 | 123 | 42 |
| Binary | 101010 | 10100000 | 1111 | 1001010 | 0 | 1011011 | 100101 | 1101101 | 1010011 | 100010 |
Color Harmonies of #2AA00F
Complementary color
Monochromatic Colors of #2AA00F
Black with #2AA00F
Text Example
Text Example
White with #2AA00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA00F; }
p { color: rgb(42,160,15); }
H1.HeaderClassName
{
color: #2AA00F;
}
.AnyTagClassName
{
color: #2AA00F;
}
</style>
background-color css
<style>
a { background-color: #2AA00F; }
a { background-color: rgb(42,160,15); }
div.DivClassName
{
background-color: #2AA00F;
}
.BgClassName
{
background-color: #2AA00F;
}
</style>
border-color css
<style>
span { border-color: #2AA00F; }
span { border-color: rgb(42,160,15); }
td.TdClassName
{
border-color: #2AA00F;
}
.TagClassName
{
border-color: #2AA00F;
}
</style>