Shades of Forest Green #2DA921
Tints of Forest Green #2DA921
RGB
CMYK
RGB Variations
Color information
#2DA921 (or 0x2DA921) is known color: Forest Green. HEX triplet: 2D, A9 and 21. RGB value is (45,169,33). Sum of RGB (Red+Green+Blue) = 45+169+33=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA921 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA921 is #D256DE. Grayscale: #747474. Windows color (decimal): -13784799 or 2205997. OLE color: 2205997.
HSL color Cylindrical-coordinate representation of color #2DA921: hue angle of 114.71º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA921 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 33 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.34 |
| HSL | 114.71º | 0.67% | 0.4% | - |
| HSV(B) | 114.71º | 0.8% | 0.66% | - |
| XYZ | 15.54 | 29.04 | 6.23 | - |
| YUV | 116.42 | 80.92 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 33 | 0.73 | 0 | 0.80 | 0.34 | 114.71 | 0.67 | 0.4 |
| Hex | 2D | A9 | 21 | 49 | 0 | 50 | 22 | 73 | 43 | 28 |
| Octal | 55 | 251 | 41 | 111 | 0 | 120 | 42 | 163 | 103 | 50 |
| Binary | 101101 | 10101001 | 100001 | 1001001 | 0 | 1010000 | 100010 | 1110011 | 1000011 | 101000 |
Color Harmonies of #2DA921
Complementary color
Monochromatic Colors of #2DA921
Black with #2DA921
Text Example
Text Example
White with #2DA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA921; }
p { color: rgb(45,169,33); }
H1.HeaderClassName
{
color: #2DA921;
}
.AnyTagClassName
{
color: #2DA921;
}
</style>
background-color css
<style>
a { background-color: #2DA921; }
a { background-color: rgb(45,169,33); }
div.DivClassName
{
background-color: #2DA921;
}
.BgClassName
{
background-color: #2DA921;
}
</style>
border-color css
<style>
span { border-color: #2DA921; }
span { border-color: rgb(45,169,33); }
td.TdClassName
{
border-color: #2DA921;
}
.TagClassName
{
border-color: #2DA921;
}
</style>