Shades of Forest Green #2DA021
Tints of Forest Green #2DA021
RGB
CMYK
RGB Variations
Color information
#2DA021 (or 0x2DA021) is known color: Forest Green. HEX triplet: 2D, A0 and 21. RGB value is (45,160,33). Sum of RGB (Red+Green+Blue) = 45+160+33=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA021 is #D25FDE. Grayscale: #6F6F6F. Windows color (decimal): -13787103 or 2203693. OLE color: 2203693.
HSL color Cylindrical-coordinate representation of color #2DA021: hue angle of 114.33º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DA021 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 33 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.37 |
| HSL | 114.33º | 0.66% | 0.38% | - |
| HSV(B) | 114.33º | 0.79% | 0.63% | - |
| XYZ | 13.93 | 25.81 | 5.69 | - |
| YUV | 111.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 33 | 0.72 | 0 | 0.79 | 0.37 | 114.33 | 0.66 | 0.38 |
| Hex | 2D | A0 | 21 | 48 | 0 | 4F | 25 | 72 | 42 | 26 |
| Octal | 55 | 240 | 41 | 110 | 0 | 117 | 45 | 162 | 102 | 46 |
| Binary | 101101 | 10100000 | 100001 | 1001000 | 0 | 1001111 | 100101 | 1110010 | 1000010 | 100110 |
Color Harmonies of #2DA021
Complementary color
Monochromatic Colors of #2DA021
Black with #2DA021
Text Example
Text Example
White with #2DA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA021; }
p { color: rgb(45,160,33); }
H1.HeaderClassName
{
color: #2DA021;
}
.AnyTagClassName
{
color: #2DA021;
}
</style>
background-color css
<style>
a { background-color: #2DA021; }
a { background-color: rgb(45,160,33); }
div.DivClassName
{
background-color: #2DA021;
}
.BgClassName
{
background-color: #2DA021;
}
</style>
border-color css
<style>
span { border-color: #2DA021; }
span { border-color: rgb(45,160,33); }
td.TdClassName
{
border-color: #2DA021;
}
.TagClassName
{
border-color: #2DA021;
}
</style>