Shades of Forest Green #2AAE19
Tints of Forest Green #2AAE19
RGB
CMYK
RGB Variations
Color information
#2AAE19 (or 0x2AAE19) is known color: Forest Green. HEX triplet: 2A, AE and 19. RGB value is (42,174,25). Sum of RGB (Red+Green+Blue) = 42+174+25=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 174 (68.36% from 255 or 72.20% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE19 is #D551E6. Grayscale: #767676. Windows color (decimal): -13980135 or 1682986. OLE color: 1682986.
HSL color Cylindrical-coordinate representation of color #2AAE19: hue angle of 113.15º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AAE19 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 25 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.32 |
| HSL | 113.15º | 0.75% | 0.39% | - |
| HSV(B) | 113.15º | 0.86% | 0.68% | - |
| XYZ | 16.27 | 30.83 | 6.01 | - |
| YUV | 117.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 25 | 0.76 | 0 | 0.86 | 0.32 | 113.15 | 0.75 | 0.39 |
| Hex | 2A | AE | 19 | 4C | 0 | 56 | 20 | 71 | 4B | 27 |
| Octal | 52 | 256 | 31 | 114 | 0 | 126 | 40 | 161 | 113 | 47 |
| Binary | 101010 | 10101110 | 11001 | 1001100 | 0 | 1010110 | 100000 | 1110001 | 1001011 | 100111 |
Color Harmonies of #2AAE19
Complementary color
Monochromatic Colors of #2AAE19
Black with #2AAE19
Text Example
Text Example
White with #2AAE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE19; }
p { color: rgb(42,174,25); }
H1.HeaderClassName
{
color: #2AAE19;
}
.AnyTagClassName
{
color: #2AAE19;
}
</style>
background-color css
<style>
a { background-color: #2AAE19; }
a { background-color: rgb(42,174,25); }
div.DivClassName
{
background-color: #2AAE19;
}
.BgClassName
{
background-color: #2AAE19;
}
</style>
border-color css
<style>
span { border-color: #2AAE19; }
span { border-color: rgb(42,174,25); }
td.TdClassName
{
border-color: #2AAE19;
}
.TagClassName
{
border-color: #2AAE19;
}
</style>