Shades of Forest Green #2DA020
Tints of Forest Green #2DA020
RGB
CMYK
RGB Variations
Color information
#2DA020 (or 0x2DA020) is known color: Forest Green. HEX triplet: 2D, A0 and 20. RGB value is (45,160,32). Sum of RGB (Red+Green+Blue) = 45+160+32=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 160 (62.89% from 255 or 67.51% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA020 is #D25FDF. Grayscale: #6F6F6F. Windows color (decimal): -13787104 or 2138157. OLE color: 2138157.
HSL color Cylindrical-coordinate representation of color #2DA020: hue angle of 113.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA020 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 32 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.37 |
| HSL | 113.91º | 0.67% | 0.38% | - |
| HSV(B) | 113.91º | 0.8% | 0.63% | - |
| XYZ | 13.91 | 25.8 | 5.61 | - |
| YUV | 111.02 | 83.4 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 32 | 0.72 | 0 | 0.80 | 0.37 | 113.91 | 0.67 | 0.38 |
| Hex | 2D | A0 | 20 | 48 | 0 | 50 | 25 | 72 | 43 | 26 |
| Octal | 55 | 240 | 40 | 110 | 0 | 120 | 45 | 162 | 103 | 46 |
| Binary | 101101 | 10100000 | 100000 | 1001000 | 0 | 1010000 | 100101 | 1110010 | 1000011 | 100110 |
Color Harmonies of #2DA020
Complementary color
Monochromatic Colors of #2DA020
Black with #2DA020
Text Example
Text Example
White with #2DA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA020; }
p { color: rgb(45,160,32); }
H1.HeaderClassName
{
color: #2DA020;
}
.AnyTagClassName
{
color: #2DA020;
}
</style>
background-color css
<style>
a { background-color: #2DA020; }
a { background-color: rgb(45,160,32); }
div.DivClassName
{
background-color: #2DA020;
}
.BgClassName
{
background-color: #2DA020;
}
</style>
border-color css
<style>
span { border-color: #2DA020; }
span { border-color: rgb(45,160,32); }
td.TdClassName
{
border-color: #2DA020;
}
.TagClassName
{
border-color: #2DA020;
}
</style>