Shades of Forest Green #2D8522
Tints of Forest Green #2D8522
RGB
CMYK
RGB Variations
Color information
#2D8522 (or 0x2D8522) is known color: Forest Green. HEX triplet: 2D, 85 and 22. RGB value is (45,133,34). Sum of RGB (Red+Green+Blue) = 45+133+34=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8522 is #D27ADD. Grayscale: #5F5F5F. Windows color (decimal): -13794014 or 2262317. OLE color: 2262317.
HSL color Cylindrical-coordinate representation of color #2D8522: hue angle of 113.33º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D8522 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 34 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.48 |
| HSL | 113.33º | 0.59% | 0.33% | - |
| HSV(B) | 113.33º | 0.74% | 0.52% | - |
| XYZ | 9.76 | 17.45 | 4.37 | - |
| YUV | 95.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 34 | 0.66 | 0 | 0.74 | 0.48 | 113.33 | 0.59 | 0.33 |
| Hex | 2D | 85 | 22 | 42 | 0 | 4A | 30 | 71 | 3B | 21 |
| Octal | 55 | 205 | 42 | 102 | 0 | 112 | 60 | 161 | 73 | 41 |
| Binary | 101101 | 10000101 | 100010 | 1000010 | 0 | 1001010 | 110000 | 1110001 | 111011 | 100001 |
Color Harmonies of #2D8522
Complementary color
Monochromatic Colors of #2D8522
Black with #2D8522
Text Example
Text Example
White with #2D8522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8522; }
p { color: rgb(45,133,34); }
H1.HeaderClassName
{
color: #2D8522;
}
.AnyTagClassName
{
color: #2D8522;
}
</style>
background-color css
<style>
a { background-color: #2D8522; }
a { background-color: rgb(45,133,34); }
div.DivClassName
{
background-color: #2D8522;
}
.BgClassName
{
background-color: #2D8522;
}
</style>
border-color css
<style>
span { border-color: #2D8522; }
span { border-color: rgb(45,133,34); }
td.TdClassName
{
border-color: #2D8522;
}
.TagClassName
{
border-color: #2D8522;
}
</style>