Shades of Forest Green #2DA920
Tints of Forest Green #2DA920
RGB
CMYK
RGB Variations
Color information
#2DA920 (or 0x2DA920) is known color: Forest Green. HEX triplet: 2D, A9 and 20. RGB value is (45,169,32). Sum of RGB (Red+Green+Blue) = 45+169+32=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 169 (66.41% from 255 or 68.70% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA920 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA920 is #D256DF. Grayscale: #747474. Windows color (decimal): -13784800 or 2140461. OLE color: 2140461.
HSL color Cylindrical-coordinate representation of color #2DA920: hue angle of 114.31º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA920 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 32 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.34 |
| HSL | 114.31º | 0.68% | 0.39% | - |
| HSV(B) | 114.31º | 0.81% | 0.66% | - |
| XYZ | 15.53 | 29.04 | 6.15 | - |
| YUV | 116.31 | 80.42 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 32 | 0.73 | 0 | 0.81 | 0.34 | 114.31 | 0.68 | 0.39 |
| Hex | 2D | A9 | 20 | 49 | 0 | 51 | 22 | 72 | 44 | 27 |
| Octal | 55 | 251 | 40 | 111 | 0 | 121 | 42 | 162 | 104 | 47 |
| Binary | 101101 | 10101001 | 100000 | 1001001 | 0 | 1010001 | 100010 | 1110010 | 1000100 | 100111 |
Color Harmonies of #2DA920
Complementary color
Monochromatic Colors of #2DA920
Black with #2DA920
Text Example
Text Example
White with #2DA920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA920; }
p { color: rgb(45,169,32); }
H1.HeaderClassName
{
color: #2DA920;
}
.AnyTagClassName
{
color: #2DA920;
}
</style>
background-color css
<style>
a { background-color: #2DA920; }
a { background-color: rgb(45,169,32); }
div.DivClassName
{
background-color: #2DA920;
}
.BgClassName
{
background-color: #2DA920;
}
</style>
border-color css
<style>
span { border-color: #2DA920; }
span { border-color: rgb(45,169,32); }
td.TdClassName
{
border-color: #2DA920;
}
.TagClassName
{
border-color: #2DA920;
}
</style>