Shades of Forest Green #2AA008
Tints of Forest Green #2AA008
RGB
CMYK
RGB Variations
Color information
#2AA008 (or 0x2AA008) is known color: Forest Green. HEX triplet: 2A, A0 and 08. RGB value is (42,160,8). Sum of RGB (Red+Green+Blue) = 42+160+8=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 160 (62.89% from 255 or 76.19% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA008 is #D55FF7. Grayscale: #6B6B6B. Windows color (decimal): -13983736 or 565290. OLE color: 565290.
HSL color Cylindrical-coordinate representation of color #2AA008: hue angle of 106.58º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AA008 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 8 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.37 |
| HSL | 106.58º | 0.9% | 0.33% | - |
| HSV(B) | 106.58º | 0.95% | 0.63% | - |
| XYZ | 13.57 | 25.65 | 4.47 | - |
| YUV | 107.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 8 | 0.74 | 0 | 0.95 | 0.37 | 106.58 | 0.9 | 0.33 |
| Hex | 2A | A0 | 8 | 4A | 0 | 5F | 25 | 6B | 5A | 21 |
| Octal | 52 | 240 | 10 | 112 | 0 | 137 | 45 | 153 | 132 | 41 |
| Binary | 101010 | 10100000 | 1000 | 1001010 | 0 | 1011111 | 100101 | 1101011 | 1011010 | 100001 |
Color Harmonies of #2AA008
Complementary color
Monochromatic Colors of #2AA008
Black with #2AA008
Text Example
Text Example
White with #2AA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA008; }
p { color: rgb(42,160,8); }
H1.HeaderClassName
{
color: #2AA008;
}
.AnyTagClassName
{
color: #2AA008;
}
</style>
background-color css
<style>
a { background-color: #2AA008; }
a { background-color: rgb(42,160,8); }
div.DivClassName
{
background-color: #2AA008;
}
.BgClassName
{
background-color: #2AA008;
}
</style>
border-color css
<style>
span { border-color: #2AA008; }
span { border-color: rgb(42,160,8); }
td.TdClassName
{
border-color: #2AA008;
}
.TagClassName
{
border-color: #2AA008;
}
</style>