Shades of Forest Green #2DA61E
Tints of Forest Green #2DA61E
RGB
CMYK
RGB Variations
Color information
#2DA61E (or 0x2DA61E) is known color: Forest Green. HEX triplet: 2D, A6 and 1E. RGB value is (45,166,30). Sum of RGB (Red+Green+Blue) = 45+166+30=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 166 (65.23% from 255 or 68.88% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA61E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA61E is #D259E1. Grayscale: #727272. Windows color (decimal): -13785570 or 2008621. OLE color: 2008621.
HSL color Cylindrical-coordinate representation of color #2DA61E: hue angle of 113.38º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DA61E is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 30 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.35 |
| HSL | 113.38º | 0.69% | 0.38% | - |
| HSV(B) | 113.38º | 0.82% | 0.65% | - |
| XYZ | 14.95 | 27.92 | 5.83 | - |
| YUV | 114.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 30 | 0.73 | 0 | 0.82 | 0.35 | 113.38 | 0.69 | 0.38 |
| Hex | 2D | A6 | 1E | 49 | 0 | 52 | 23 | 71 | 45 | 26 |
| Octal | 55 | 246 | 36 | 111 | 0 | 122 | 43 | 161 | 105 | 46 |
| Binary | 101101 | 10100110 | 11110 | 1001001 | 0 | 1010010 | 100011 | 1110001 | 1000101 | 100110 |
Color Harmonies of #2DA61E
Complementary color
Monochromatic Colors of #2DA61E
Black with #2DA61E
Text Example
Text Example
White with #2DA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA61E; }
p { color: rgb(45,166,30); }
H1.HeaderClassName
{
color: #2DA61E;
}
.AnyTagClassName
{
color: #2DA61E;
}
</style>
background-color css
<style>
a { background-color: #2DA61E; }
a { background-color: rgb(45,166,30); }
div.DivClassName
{
background-color: #2DA61E;
}
.BgClassName
{
background-color: #2DA61E;
}
</style>
border-color css
<style>
span { border-color: #2DA61E; }
span { border-color: rgb(45,166,30); }
td.TdClassName
{
border-color: #2DA61E;
}
.TagClassName
{
border-color: #2DA61E;
}
</style>