Shades of Forest Green #2DAC21
Tints of Forest Green #2DAC21
RGB
CMYK
RGB Variations
Color information
#2DAC21 (or 0x2DAC21) is known color: Forest Green. HEX triplet: 2D, AC and 21. RGB value is (45,172,33). Sum of RGB (Red+Green+Blue) = 45+172+33=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAC21 is #D253DE. Grayscale: #767676. Windows color (decimal): -13784031 or 2206765. OLE color: 2206765.
HSL color Cylindrical-coordinate representation of color #2DAC21: hue angle of 114.82º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DAC21 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 33 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.33 |
| HSL | 114.82º | 0.68% | 0.4% | - |
| HSV(B) | 114.82º | 0.81% | 0.67% | - |
| XYZ | 16.11 | 30.17 | 6.41 | - |
| YUV | 118.18 | 79.92 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 33 | 0.74 | 0 | 0.81 | 0.33 | 114.82 | 0.68 | 0.4 |
| Hex | 2D | AC | 21 | 4A | 0 | 51 | 21 | 73 | 44 | 28 |
| Octal | 55 | 254 | 41 | 112 | 0 | 121 | 41 | 163 | 104 | 50 |
| Binary | 101101 | 10101100 | 100001 | 1001010 | 0 | 1010001 | 100001 | 1110011 | 1000100 | 101000 |
Color Harmonies of #2DAC21
Complementary color
Monochromatic Colors of #2DAC21
Black with #2DAC21
Text Example
Text Example
White with #2DAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC21; }
p { color: rgb(45,172,33); }
H1.HeaderClassName
{
color: #2DAC21;
}
.AnyTagClassName
{
color: #2DAC21;
}
</style>
background-color css
<style>
a { background-color: #2DAC21; }
a { background-color: rgb(45,172,33); }
div.DivClassName
{
background-color: #2DAC21;
}
.BgClassName
{
background-color: #2DAC21;
}
</style>
border-color css
<style>
span { border-color: #2DAC21; }
span { border-color: rgb(45,172,33); }
td.TdClassName
{
border-color: #2DAC21;
}
.TagClassName
{
border-color: #2DAC21;
}
</style>