Shades of Forest Green #2D8921
Tints of Forest Green #2D8921
RGB
CMYK
RGB Variations
Color information
#2D8921 (or 0x2D8921) is known color: Forest Green. HEX triplet: 2D, 89 and 21. RGB value is (45,137,33). Sum of RGB (Red+Green+Blue) = 45+137+33=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8921 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8921 is #D276DE. Grayscale: #616161. Windows color (decimal): -13792991 or 2197805. OLE color: 2197805.
HSL color Cylindrical-coordinate representation of color #2D8921: hue angle of 113.08º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D8921 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 33 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.46 |
| HSL | 113.08º | 0.61% | 0.33% | - |
| HSV(B) | 113.08º | 0.76% | 0.54% | - |
| XYZ | 10.3 | 18.56 | 4.48 | - |
| YUV | 97.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 33 | 0.67 | 0 | 0.76 | 0.46 | 113.08 | 0.61 | 0.33 |
| Hex | 2D | 89 | 21 | 43 | 0 | 4C | 2E | 71 | 3D | 21 |
| Octal | 55 | 211 | 41 | 103 | 0 | 114 | 56 | 161 | 75 | 41 |
| Binary | 101101 | 10001001 | 100001 | 1000011 | 0 | 1001100 | 101110 | 1110001 | 111101 | 100001 |
Color Harmonies of #2D8921
Complementary color
Monochromatic Colors of #2D8921
Black with #2D8921
Text Example
Text Example
White with #2D8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8921; }
p { color: rgb(45,137,33); }
H1.HeaderClassName
{
color: #2D8921;
}
.AnyTagClassName
{
color: #2D8921;
}
</style>
background-color css
<style>
a { background-color: #2D8921; }
a { background-color: rgb(45,137,33); }
div.DivClassName
{
background-color: #2D8921;
}
.BgClassName
{
background-color: #2D8921;
}
</style>
border-color css
<style>
span { border-color: #2D8921; }
span { border-color: rgb(45,137,33); }
td.TdClassName
{
border-color: #2D8921;
}
.TagClassName
{
border-color: #2D8921;
}
</style>