Shades of Forest Green #2AAD14
Tints of Forest Green #2AAD14
RGB
CMYK
RGB Variations
Color information
#2AAD14 (or 0x2AAD14) is known color: Forest Green. HEX triplet: 2A, AD and 14. RGB value is (42,173,20). Sum of RGB (Red+Green+Blue) = 42+173+20=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD14 is #D552EB. Grayscale: #747474. Windows color (decimal): -13980396 or 1355050. OLE color: 1355050.
HSL color Cylindrical-coordinate representation of color #2AAD14: hue angle of 111.37º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AAD14 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 20 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.32 |
| HSL | 111.37º | 0.79% | 0.38% | - |
| HSV(B) | 111.37º | 0.88% | 0.68% | - |
| XYZ | 16.02 | 30.43 | 5.69 | - |
| YUV | 116.39 | 73.6 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 20 | 0.76 | 0 | 0.88 | 0.32 | 111.37 | 0.79 | 0.38 |
| Hex | 2A | AD | 14 | 4C | 0 | 58 | 20 | 6F | 4F | 26 |
| Octal | 52 | 255 | 24 | 114 | 0 | 130 | 40 | 157 | 117 | 46 |
| Binary | 101010 | 10101101 | 10100 | 1001100 | 0 | 1011000 | 100000 | 1101111 | 1001111 | 100110 |
Color Harmonies of #2AAD14
Complementary color
Monochromatic Colors of #2AAD14
Black with #2AAD14
Text Example
Text Example
White with #2AAD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD14; }
p { color: rgb(42,173,20); }
H1.HeaderClassName
{
color: #2AAD14;
}
.AnyTagClassName
{
color: #2AAD14;
}
</style>
background-color css
<style>
a { background-color: #2AAD14; }
a { background-color: rgb(42,173,20); }
div.DivClassName
{
background-color: #2AAD14;
}
.BgClassName
{
background-color: #2AAD14;
}
</style>
border-color css
<style>
span { border-color: #2AAD14; }
span { border-color: rgb(42,173,20); }
td.TdClassName
{
border-color: #2AAD14;
}
.TagClassName
{
border-color: #2AAD14;
}
</style>