Shades of Forest Green #2AA717
Tints of Forest Green #2AA717
RGB
CMYK
RGB Variations
Color information
#2AA717 (or 0x2AA717) is known color: Forest Green. HEX triplet: 2A, A7 and 17. RGB value is (42,167,23). Sum of RGB (Red+Green+Blue) = 42+167+23=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 167 (65.62% from 255 or 71.98% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA717 is #D558E8. Grayscale: #717171. Windows color (decimal): -13981929 or 1550122. OLE color: 1550122.
HSL color Cylindrical-coordinate representation of color #2AA717: hue angle of 112.08º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AA717 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 23 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.35 |
| HSL | 112.08º | 0.76% | 0.37% | - |
| HSV(B) | 112.08º | 0.86% | 0.65% | - |
| XYZ | 14.93 | 28.19 | 5.47 | - |
| YUV | 113.21 | 77.09 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 23 | 0.75 | 0 | 0.86 | 0.35 | 112.08 | 0.76 | 0.37 |
| Hex | 2A | A7 | 17 | 4B | 0 | 56 | 23 | 70 | 4C | 25 |
| Octal | 52 | 247 | 27 | 113 | 0 | 126 | 43 | 160 | 114 | 45 |
| Binary | 101010 | 10100111 | 10111 | 1001011 | 0 | 1010110 | 100011 | 1110000 | 1001100 | 100101 |
Color Harmonies of #2AA717
Complementary color
Monochromatic Colors of #2AA717
Black with #2AA717
Text Example
Text Example
White with #2AA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA717; }
p { color: rgb(42,167,23); }
H1.HeaderClassName
{
color: #2AA717;
}
.AnyTagClassName
{
color: #2AA717;
}
</style>
background-color css
<style>
a { background-color: #2AA717; }
a { background-color: rgb(42,167,23); }
div.DivClassName
{
background-color: #2AA717;
}
.BgClassName
{
background-color: #2AA717;
}
</style>
border-color css
<style>
span { border-color: #2AA717; }
span { border-color: rgb(42,167,23); }
td.TdClassName
{
border-color: #2AA717;
}
.TagClassName
{
border-color: #2AA717;
}
</style>