Shades of Forest Green #2AAD24
Tints of Forest Green #2AAD24
RGB
CMYK
RGB Variations
Color information
#2AAD24 (or 0x2AAD24) is known color: Forest Green. HEX triplet: 2A, AD and 24. RGB value is (42,173,36). Sum of RGB (Red+Green+Blue) = 42+173+36=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD24 is #D552DB. Grayscale: #767676. Windows color (decimal): -13980380 or 2403626. OLE color: 2403626.
HSL color Cylindrical-coordinate representation of color #2AAD24: hue angle of 117.37º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AAD24 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 36 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.32 |
| HSL | 117.37º | 0.66% | 0.41% | - |
| HSV(B) | 117.37º | 0.79% | 0.68% | - |
| XYZ | 16.22 | 30.51 | 6.7 | - |
| YUV | 118.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 36 | 0.76 | 0 | 0.79 | 0.32 | 117.37 | 0.66 | 0.41 |
| Hex | 2A | AD | 24 | 4C | 0 | 4F | 20 | 75 | 42 | 29 |
| Octal | 52 | 255 | 44 | 114 | 0 | 117 | 40 | 165 | 102 | 51 |
| Binary | 101010 | 10101101 | 100100 | 1001100 | 0 | 1001111 | 100000 | 1110101 | 1000010 | 101001 |
Color Harmonies of #2AAD24
Complementary color
Monochromatic Colors of #2AAD24
Black with #2AAD24
Text Example
Text Example
White with #2AAD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD24; }
p { color: rgb(42,173,36); }
H1.HeaderClassName
{
color: #2AAD24;
}
.AnyTagClassName
{
color: #2AAD24;
}
</style>
background-color css
<style>
a { background-color: #2AAD24; }
a { background-color: rgb(42,173,36); }
div.DivClassName
{
background-color: #2AAD24;
}
.BgClassName
{
background-color: #2AAD24;
}
</style>
border-color css
<style>
span { border-color: #2AAD24; }
span { border-color: rgb(42,173,36); }
td.TdClassName
{
border-color: #2AAD24;
}
.TagClassName
{
border-color: #2AAD24;
}
</style>