Shades of Forest Green #2D7D21
Tints of Forest Green #2D7D21
RGB
CMYK
RGB Variations
Color information
#2D7D21 (or 0x2D7D21) is known color: Forest Green. HEX triplet: 2D, 7D and 21. RGB value is (45,125,33). Sum of RGB (Red+Green+Blue) = 45+125+33=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7D21 is #D282DE. Grayscale: #5A5A5A. Windows color (decimal): -13796063 or 2194733. OLE color: 2194733.
HSL color Cylindrical-coordinate representation of color #2D7D21: hue angle of 112.17º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D7D21 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 125 | 33 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.51 |
| HSL | 112.17º | 0.58% | 0.31% | - |
| HSV(B) | 112.17º | 0.74% | 0.49% | - |
| XYZ | 8.69 | 15.33 | 3.94 | - |
| YUV | 90.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 125 | 33 | 0.64 | 0 | 0.74 | 0.51 | 112.17 | 0.58 | 0.31 |
| Hex | 2D | 7D | 21 | 40 | 0 | 4A | 33 | 70 | 3A | 1F |
| Octal | 55 | 175 | 41 | 100 | 0 | 112 | 63 | 160 | 72 | 37 |
| Binary | 101101 | 1111101 | 100001 | 1000000 | 0 | 1001010 | 110011 | 1110000 | 111010 | 11111 |
Color Harmonies of #2D7D21
Complementary color
Monochromatic Colors of #2D7D21
Black with #2D7D21
Text Example
Text Example
White with #2D7D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7D21; }
p { color: rgb(45,125,33); }
H1.HeaderClassName
{
color: #2D7D21;
}
.AnyTagClassName
{
color: #2D7D21;
}
</style>
background-color css
<style>
a { background-color: #2D7D21; }
a { background-color: rgb(45,125,33); }
div.DivClassName
{
background-color: #2D7D21;
}
.BgClassName
{
background-color: #2D7D21;
}
</style>
border-color css
<style>
span { border-color: #2D7D21; }
span { border-color: rgb(45,125,33); }
td.TdClassName
{
border-color: #2D7D21;
}
.TagClassName
{
border-color: #2D7D21;
}
</style>