Shades of Forest Green #2DA024
Tints of Forest Green #2DA024
RGB
CMYK
RGB Variations
Color information
#2DA024 (or 0x2DA024) is known color: Forest Green. HEX triplet: 2D, A0 and 24. RGB value is (45,160,36). Sum of RGB (Red+Green+Blue) = 45+160+36=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA024 is #D25FDB. Grayscale: #6F6F6F. Windows color (decimal): -13787100 or 2400301. OLE color: 2400301.
HSL color Cylindrical-coordinate representation of color #2DA024: hue angle of 115.65º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DA024 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 36 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.37 |
| HSL | 115.65º | 0.63% | 0.38% | - |
| HSV(B) | 115.65º | 0.78% | 0.63% | - |
| XYZ | 13.97 | 25.83 | 5.92 | - |
| YUV | 111.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 36 | 0.72 | 0 | 0.78 | 0.37 | 115.65 | 0.63 | 0.38 |
| Hex | 2D | A0 | 24 | 48 | 0 | 4E | 25 | 74 | 3F | 26 |
| Octal | 55 | 240 | 44 | 110 | 0 | 116 | 45 | 164 | 77 | 46 |
| Binary | 101101 | 10100000 | 100100 | 1001000 | 0 | 1001110 | 100101 | 1110100 | 111111 | 100110 |
Color Harmonies of #2DA024
Complementary color
Monochromatic Colors of #2DA024
Black with #2DA024
Text Example
Text Example
White with #2DA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA024; }
p { color: rgb(45,160,36); }
H1.HeaderClassName
{
color: #2DA024;
}
.AnyTagClassName
{
color: #2DA024;
}
</style>
background-color css
<style>
a { background-color: #2DA024; }
a { background-color: rgb(45,160,36); }
div.DivClassName
{
background-color: #2DA024;
}
.BgClassName
{
background-color: #2DA024;
}
</style>
border-color css
<style>
span { border-color: #2DA024; }
span { border-color: rgb(45,160,36); }
td.TdClassName
{
border-color: #2DA024;
}
.TagClassName
{
border-color: #2DA024;
}
</style>