Shades of Forest Green #2DA011
Tints of Forest Green #2DA011
RGB
CMYK
RGB Variations
Color information
#2DA011 (or 0x2DA011) is known color: Forest Green. HEX triplet: 2D, A0 and 11. RGB value is (45,160,17). Sum of RGB (Red+Green+Blue) = 45+160+17=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 160 (62.89% from 255 or 72.07% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA011 is #D25FEE. Grayscale: #6D6D6D. Windows color (decimal): -13787119 or 1155117. OLE color: 1155117.
HSL color Cylindrical-coordinate representation of color #2DA011: hue angle of 108.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DA011 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 17 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.37 |
| HSL | 108.25º | 0.81% | 0.35% | - |
| HSV(B) | 108.25º | 0.89% | 0.63% | - |
| XYZ | 13.75 | 25.74 | 4.77 | - |
| YUV | 109.31 | 75.9 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 17 | 0.72 | 0 | 0.89 | 0.37 | 108.25 | 0.81 | 0.35 |
| Hex | 2D | A0 | 11 | 48 | 0 | 59 | 25 | 6C | 51 | 23 |
| Octal | 55 | 240 | 21 | 110 | 0 | 131 | 45 | 154 | 121 | 43 |
| Binary | 101101 | 10100000 | 10001 | 1001000 | 0 | 1011001 | 100101 | 1101100 | 1010001 | 100011 |
Color Harmonies of #2DA011
Complementary color
Monochromatic Colors of #2DA011
Black with #2DA011
Text Example
Text Example
White with #2DA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA011; }
p { color: rgb(45,160,17); }
H1.HeaderClassName
{
color: #2DA011;
}
.AnyTagClassName
{
color: #2DA011;
}
</style>
background-color css
<style>
a { background-color: #2DA011; }
a { background-color: rgb(45,160,17); }
div.DivClassName
{
background-color: #2DA011;
}
.BgClassName
{
background-color: #2DA011;
}
</style>
border-color css
<style>
span { border-color: #2DA011; }
span { border-color: rgb(45,160,17); }
td.TdClassName
{
border-color: #2DA011;
}
.TagClassName
{
border-color: #2DA011;
}
</style>