Shades of Forest Green #2AAD1A
Tints of Forest Green #2AAD1A
RGB
CMYK
RGB Variations
Color information
#2AAD1A (or 0x2AAD1A) is known color: Forest Green. HEX triplet: 2A, AD and 1A. RGB value is (42,173,26). Sum of RGB (Red+Green+Blue) = 42+173+26=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAD1A is #D552E5. Grayscale: #757575. Windows color (decimal): -13980390 or 1748266. OLE color: 1748266.
HSL color Cylindrical-coordinate representation of color #2AAD1A: hue angle of 113.47º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AAD1A is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 26 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.32 |
| HSL | 113.47º | 0.74% | 0.39% | - |
| HSV(B) | 113.47º | 0.85% | 0.68% | - |
| XYZ | 16.08 | 30.45 | 6.01 | - |
| YUV | 117.07 | 76.6 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 26 | 0.76 | 0 | 0.85 | 0.32 | 113.47 | 0.74 | 0.39 |
| Hex | 2A | AD | 1A | 4C | 0 | 55 | 20 | 71 | 4A | 27 |
| Octal | 52 | 255 | 32 | 114 | 0 | 125 | 40 | 161 | 112 | 47 |
| Binary | 101010 | 10101101 | 11010 | 1001100 | 0 | 1010101 | 100000 | 1110001 | 1001010 | 100111 |
Color Harmonies of #2AAD1A
Complementary color
Monochromatic Colors of #2AAD1A
Black with #2AAD1A
Text Example
Text Example
White with #2AAD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD1A; }
p { color: rgb(42,173,26); }
H1.HeaderClassName
{
color: #2AAD1A;
}
.AnyTagClassName
{
color: #2AAD1A;
}
</style>
background-color css
<style>
a { background-color: #2AAD1A; }
a { background-color: rgb(42,173,26); }
div.DivClassName
{
background-color: #2AAD1A;
}
.BgClassName
{
background-color: #2AAD1A;
}
</style>
border-color css
<style>
span { border-color: #2AAD1A; }
span { border-color: rgb(42,173,26); }
td.TdClassName
{
border-color: #2AAD1A;
}
.TagClassName
{
border-color: #2AAD1A;
}
</style>