Shades of Forest Green #2AA314
Tints of Forest Green #2AA314
RGB
CMYK
RGB Variations
Color information
#2AA314 (or 0x2AA314) is known color: Forest Green. HEX triplet: 2A, A3 and 14. RGB value is (42,163,20). Sum of RGB (Red+Green+Blue) = 42+163+20=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA314 is #D55CEB. Grayscale: #6E6E6E. Windows color (decimal): -13982956 or 1352490. OLE color: 1352490.
HSL color Cylindrical-coordinate representation of color #2AA314: hue angle of 110.77º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AA314 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 20 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.36 |
| HSL | 110.77º | 0.78% | 0.36% | - |
| HSV(B) | 110.77º | 0.88% | 0.64% | - |
| XYZ | 14.18 | 26.74 | 5.08 | - |
| YUV | 110.52 | 76.91 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 20 | 0.74 | 0 | 0.88 | 0.36 | 110.77 | 0.78 | 0.36 |
| Hex | 2A | A3 | 14 | 4A | 0 | 58 | 24 | 6F | 4E | 24 |
| Octal | 52 | 243 | 24 | 112 | 0 | 130 | 44 | 157 | 116 | 44 |
| Binary | 101010 | 10100011 | 10100 | 1001010 | 0 | 1011000 | 100100 | 1101111 | 1001110 | 100100 |
Color Harmonies of #2AA314
Complementary color
Monochromatic Colors of #2AA314
Black with #2AA314
Text Example
Text Example
White with #2AA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA314; }
p { color: rgb(42,163,20); }
H1.HeaderClassName
{
color: #2AA314;
}
.AnyTagClassName
{
color: #2AA314;
}
</style>
background-color css
<style>
a { background-color: #2AA314; }
a { background-color: rgb(42,163,20); }
div.DivClassName
{
background-color: #2AA314;
}
.BgClassName
{
background-color: #2AA314;
}
</style>
border-color css
<style>
span { border-color: #2AA314; }
span { border-color: rgb(42,163,20); }
td.TdClassName
{
border-color: #2AA314;
}
.TagClassName
{
border-color: #2AA314;
}
</style>