Shades of Forest Green #2DA41E
Tints of Forest Green #2DA41E
RGB
CMYK
RGB Variations
Color information
#2DA41E (or 0x2DA41E) is known color: Forest Green. HEX triplet: 2D, A4 and 1E. RGB value is (45,164,30). Sum of RGB (Red+Green+Blue) = 45+164+30=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 164 (64.45% from 255 or 68.62% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA41E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA41E is #D25BE1. Grayscale: #717171. Windows color (decimal): -13786082 or 2008109. OLE color: 2008109.
HSL color Cylindrical-coordinate representation of color #2DA41E: hue angle of 113.28º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DA41E is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 30 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.36 |
| HSL | 113.28º | 0.69% | 0.38% | - |
| HSV(B) | 113.28º | 0.82% | 0.64% | - |
| XYZ | 14.59 | 27.2 | 5.71 | - |
| YUV | 113.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 30 | 0.73 | 0 | 0.82 | 0.36 | 113.28 | 0.69 | 0.38 |
| Hex | 2D | A4 | 1E | 49 | 0 | 52 | 24 | 71 | 45 | 26 |
| Octal | 55 | 244 | 36 | 111 | 0 | 122 | 44 | 161 | 105 | 46 |
| Binary | 101101 | 10100100 | 11110 | 1001001 | 0 | 1010010 | 100100 | 1110001 | 1000101 | 100110 |
Color Harmonies of #2DA41E
Complementary color
Monochromatic Colors of #2DA41E
Black with #2DA41E
Text Example
Text Example
White with #2DA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA41E; }
p { color: rgb(45,164,30); }
H1.HeaderClassName
{
color: #2DA41E;
}
.AnyTagClassName
{
color: #2DA41E;
}
</style>
background-color css
<style>
a { background-color: #2DA41E; }
a { background-color: rgb(45,164,30); }
div.DivClassName
{
background-color: #2DA41E;
}
.BgClassName
{
background-color: #2DA41E;
}
</style>
border-color css
<style>
span { border-color: #2DA41E; }
span { border-color: rgb(45,164,30); }
td.TdClassName
{
border-color: #2DA41E;
}
.TagClassName
{
border-color: #2DA41E;
}
</style>