Shades of Forest Green #2AA630
Tints of Forest Green #2AA630
RGB
CMYK
RGB Variations
Color information
#2AA630 (or 0x2AA630) is known color: Forest Green. HEX triplet: 2A, A6 and 30. RGB value is (42,166,48). Sum of RGB (Red+Green+Blue) = 42+166+48=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA630 is #D559CF. Grayscale: #737373. Windows color (decimal): -13982160 or 3188266. OLE color: 3188266.
HSL color Cylindrical-coordinate representation of color #2AA630: hue angle of 122.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA630 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 48 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.35 |
| HSL | 122.9º | 0.6% | 0.41% | - |
| HSV(B) | 122.9º | 0.75% | 0.65% | - |
| XYZ | 15.12 | 27.98 | 7.4 | - |
| YUV | 115.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 48 | 0.75 | 0 | 0.71 | 0.35 | 122.9 | 0.6 | 0.41 |
| Hex | 2A | A6 | 30 | 4B | 0 | 47 | 23 | 7B | 3C | 29 |
| Octal | 52 | 246 | 60 | 113 | 0 | 107 | 43 | 173 | 74 | 51 |
| Binary | 101010 | 10100110 | 110000 | 1001011 | 0 | 1000111 | 100011 | 1111011 | 111100 | 101001 |
Color Harmonies of #2AA630
Complementary color
Monochromatic Colors of #2AA630
Black with #2AA630
Text Example
Text Example
White with #2AA630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA630; }
p { color: rgb(42,166,48); }
H1.HeaderClassName
{
color: #2AA630;
}
.AnyTagClassName
{
color: #2AA630;
}
</style>
background-color css
<style>
a { background-color: #2AA630; }
a { background-color: rgb(42,166,48); }
div.DivClassName
{
background-color: #2AA630;
}
.BgClassName
{
background-color: #2AA630;
}
</style>
border-color css
<style>
span { border-color: #2AA630; }
span { border-color: rgb(42,166,48); }
td.TdClassName
{
border-color: #2AA630;
}
.TagClassName
{
border-color: #2AA630;
}
</style>