Shades of Forest Green #2DA721
Tints of Forest Green #2DA721
RGB
CMYK
RGB Variations
Color information
#2DA721 (or 0x2DA721) is known color: Forest Green. HEX triplet: 2D, A7 and 21. RGB value is (45,167,33). Sum of RGB (Red+Green+Blue) = 45+167+33=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 167 (65.62% from 255 or 68.16% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA721 is #D258DE. Grayscale: #737373. Windows color (decimal): -13785311 or 2205485. OLE color: 2205485.
HSL color Cylindrical-coordinate representation of color #2DA721: hue angle of 114.63º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA721 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 33 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.35 |
| HSL | 114.63º | 0.67% | 0.39% | - |
| HSV(B) | 114.63º | 0.8% | 0.65% | - |
| XYZ | 15.18 | 28.31 | 6.1 | - |
| YUV | 115.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 33 | 0.73 | 0 | 0.80 | 0.35 | 114.63 | 0.67 | 0.39 |
| Hex | 2D | A7 | 21 | 49 | 0 | 50 | 23 | 73 | 43 | 27 |
| Octal | 55 | 247 | 41 | 111 | 0 | 120 | 43 | 163 | 103 | 47 |
| Binary | 101101 | 10100111 | 100001 | 1001001 | 0 | 1010000 | 100011 | 1110011 | 1000011 | 100111 |
Color Harmonies of #2DA721
Complementary color
Monochromatic Colors of #2DA721
Black with #2DA721
Text Example
Text Example
White with #2DA721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA721; }
p { color: rgb(45,167,33); }
H1.HeaderClassName
{
color: #2DA721;
}
.AnyTagClassName
{
color: #2DA721;
}
</style>
background-color css
<style>
a { background-color: #2DA721; }
a { background-color: rgb(45,167,33); }
div.DivClassName
{
background-color: #2DA721;
}
.BgClassName
{
background-color: #2DA721;
}
</style>
border-color css
<style>
span { border-color: #2DA721; }
span { border-color: rgb(45,167,33); }
td.TdClassName
{
border-color: #2DA721;
}
.TagClassName
{
border-color: #2DA721;
}
</style>