Shades of Forest Green #2D8421
Tints of Forest Green #2D8421
RGB
CMYK
RGB Variations
Color information
#2D8421 (or 0x2D8421) is known color: Forest Green. HEX triplet: 2D, 84 and 21. RGB value is (45,132,33). Sum of RGB (Red+Green+Blue) = 45+132+33=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8421 is #D27BDE. Grayscale: #5F5F5F. Windows color (decimal): -13794271 or 2196525. OLE color: 2196525.
HSL color Cylindrical-coordinate representation of color #2D8421: hue angle of 112.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D8421 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 33 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.48 |
| HSL | 112.73º | 0.6% | 0.32% | - |
| HSV(B) | 112.73º | 0.75% | 0.52% | - |
| XYZ | 9.61 | 17.17 | 4.25 | - |
| YUV | 94.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 33 | 0.66 | 0 | 0.75 | 0.48 | 112.73 | 0.6 | 0.32 |
| Hex | 2D | 84 | 21 | 42 | 0 | 4B | 30 | 71 | 3C | 20 |
| Octal | 55 | 204 | 41 | 102 | 0 | 113 | 60 | 161 | 74 | 40 |
| Binary | 101101 | 10000100 | 100001 | 1000010 | 0 | 1001011 | 110000 | 1110001 | 111100 | 100000 |
Color Harmonies of #2D8421
Complementary color
Monochromatic Colors of #2D8421
Black with #2D8421
Text Example
Text Example
White with #2D8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8421; }
p { color: rgb(45,132,33); }
H1.HeaderClassName
{
color: #2D8421;
}
.AnyTagClassName
{
color: #2D8421;
}
</style>
background-color css
<style>
a { background-color: #2D8421; }
a { background-color: rgb(45,132,33); }
div.DivClassName
{
background-color: #2D8421;
}
.BgClassName
{
background-color: #2D8421;
}
</style>
border-color css
<style>
span { border-color: #2D8421; }
span { border-color: rgb(45,132,33); }
td.TdClassName
{
border-color: #2D8421;
}
.TagClassName
{
border-color: #2D8421;
}
</style>