Shades of Forest Green #2DA41A
Tints of Forest Green #2DA41A
RGB
CMYK
RGB Variations
Color information
#2DA41A (or 0x2DA41A) is known color: Forest Green. HEX triplet: 2D, A4 and 1A. RGB value is (45,164,26). Sum of RGB (Red+Green+Blue) = 45+164+26=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA41A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA41A is #D25BE5. Grayscale: #717171. Windows color (decimal): -13786086 or 1745965. OLE color: 1745965.
HSL color Cylindrical-coordinate representation of color #2DA41A: hue angle of 111.74º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DA41A is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 26 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.36 |
| HSL | 111.74º | 0.73% | 0.37% | - |
| HSV(B) | 111.74º | 0.84% | 0.64% | - |
| XYZ | 14.54 | 27.18 | 5.46 | - |
| YUV | 112.69 | 79.08 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 26 | 0.73 | 0 | 0.84 | 0.36 | 111.74 | 0.73 | 0.37 |
| Hex | 2D | A4 | 1A | 49 | 0 | 54 | 24 | 70 | 49 | 25 |
| Octal | 55 | 244 | 32 | 111 | 0 | 124 | 44 | 160 | 111 | 45 |
| Binary | 101101 | 10100100 | 11010 | 1001001 | 0 | 1010100 | 100100 | 1110000 | 1001001 | 100101 |
Color Harmonies of #2DA41A
Complementary color
Monochromatic Colors of #2DA41A
Black with #2DA41A
Text Example
Text Example
White with #2DA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA41A; }
p { color: rgb(45,164,26); }
H1.HeaderClassName
{
color: #2DA41A;
}
.AnyTagClassName
{
color: #2DA41A;
}
</style>
background-color css
<style>
a { background-color: #2DA41A; }
a { background-color: rgb(45,164,26); }
div.DivClassName
{
background-color: #2DA41A;
}
.BgClassName
{
background-color: #2DA41A;
}
</style>
border-color css
<style>
span { border-color: #2DA41A; }
span { border-color: rgb(45,164,26); }
td.TdClassName
{
border-color: #2DA41A;
}
.TagClassName
{
border-color: #2DA41A;
}
</style>