Shades of Forest Green #2AA614
Tints of Forest Green #2AA614
RGB
CMYK
RGB Variations
Color information
#2AA614 (or 0x2AA614) is known color: Forest Green. HEX triplet: 2A, A6 and 14. RGB value is (42,166,20). Sum of RGB (Red+Green+Blue) = 42+166+20=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 166 (65.23% from 255 or 72.81% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA614 is #D559EB. Grayscale: #707070. Windows color (decimal): -13982188 or 1353258. OLE color: 1353258.
HSL color Cylindrical-coordinate representation of color #2AA614: hue angle of 110.96º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AA614 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 20 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.35 |
| HSL | 110.96º | 0.78% | 0.36% | - |
| HSV(B) | 110.96º | 0.88% | 0.65% | - |
| XYZ | 14.72 | 27.82 | 5.26 | - |
| YUV | 112.28 | 75.92 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 20 | 0.75 | 0 | 0.88 | 0.35 | 110.96 | 0.78 | 0.36 |
| Hex | 2A | A6 | 14 | 4B | 0 | 58 | 23 | 6F | 4E | 24 |
| Octal | 52 | 246 | 24 | 113 | 0 | 130 | 43 | 157 | 116 | 44 |
| Binary | 101010 | 10100110 | 10100 | 1001011 | 0 | 1011000 | 100011 | 1101111 | 1001110 | 100100 |
Color Harmonies of #2AA614
Complementary color
Monochromatic Colors of #2AA614
Black with #2AA614
Text Example
Text Example
White with #2AA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA614; }
p { color: rgb(42,166,20); }
H1.HeaderClassName
{
color: #2AA614;
}
.AnyTagClassName
{
color: #2AA614;
}
</style>
background-color css
<style>
a { background-color: #2AA614; }
a { background-color: rgb(42,166,20); }
div.DivClassName
{
background-color: #2AA614;
}
.BgClassName
{
background-color: #2AA614;
}
</style>
border-color css
<style>
span { border-color: #2AA614; }
span { border-color: rgb(42,166,20); }
td.TdClassName
{
border-color: #2AA614;
}
.TagClassName
{
border-color: #2AA614;
}
</style>