Shades of Forest Green #2DAC1E
Tints of Forest Green #2DAC1E
RGB
CMYK
RGB Variations
Color information
#2DAC1E (or 0x2DAC1E) is known color: Forest Green. HEX triplet: 2D, AC and 1E. RGB value is (45,172,30). Sum of RGB (Red+Green+Blue) = 45+172+30=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAC1E is #D253E1. Grayscale: #767676. Windows color (decimal): -13784034 or 2010157. OLE color: 2010157.
HSL color Cylindrical-coordinate representation of color #2DAC1E: hue angle of 113.66º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DAC1E is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 30 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.33 |
| HSL | 113.66º | 0.7% | 0.4% | - |
| HSV(B) | 113.66º | 0.83% | 0.67% | - |
| XYZ | 16.07 | 30.16 | 6.2 | - |
| YUV | 117.84 | 78.42 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 30 | 0.74 | 0 | 0.83 | 0.33 | 113.66 | 0.7 | 0.4 |
| Hex | 2D | AC | 1E | 4A | 0 | 53 | 21 | 72 | 46 | 28 |
| Octal | 55 | 254 | 36 | 112 | 0 | 123 | 41 | 162 | 106 | 50 |
| Binary | 101101 | 10101100 | 11110 | 1001010 | 0 | 1010011 | 100001 | 1110010 | 1000110 | 101000 |
Color Harmonies of #2DAC1E
Complementary color
Monochromatic Colors of #2DAC1E
Black with #2DAC1E
Text Example
Text Example
White with #2DAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC1E; }
p { color: rgb(45,172,30); }
H1.HeaderClassName
{
color: #2DAC1E;
}
.AnyTagClassName
{
color: #2DAC1E;
}
</style>
background-color css
<style>
a { background-color: #2DAC1E; }
a { background-color: rgb(45,172,30); }
div.DivClassName
{
background-color: #2DAC1E;
}
.BgClassName
{
background-color: #2DAC1E;
}
</style>
border-color css
<style>
span { border-color: #2DAC1E; }
span { border-color: rgb(45,172,30); }
td.TdClassName
{
border-color: #2DAC1E;
}
.TagClassName
{
border-color: #2DAC1E;
}
</style>