Shades of Forest Green #2D8424
Tints of Forest Green #2D8424
RGB
CMYK
RGB Variations
Color information
#2D8424 (or 0x2D8424) is known color: Forest Green. HEX triplet: 2D, 84 and 24. RGB value is (45,132,36). Sum of RGB (Red+Green+Blue) = 45+132+36=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8424 is #D27BDB. Grayscale: #5F5F5F. Windows color (decimal): -13794268 or 2393133. OLE color: 2393133.
HSL color Cylindrical-coordinate representation of color #2D8424: hue angle of 114.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8424 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 36 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.48 |
| HSL | 114.38º | 0.57% | 0.33% | - |
| HSV(B) | 114.38º | 0.73% | 0.52% | - |
| XYZ | 9.65 | 17.19 | 4.48 | - |
| YUV | 95.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 36 | 0.66 | 0 | 0.73 | 0.48 | 114.38 | 0.57 | 0.33 |
| Hex | 2D | 84 | 24 | 42 | 0 | 49 | 30 | 72 | 39 | 21 |
| Octal | 55 | 204 | 44 | 102 | 0 | 111 | 60 | 162 | 71 | 41 |
| Binary | 101101 | 10000100 | 100100 | 1000010 | 0 | 1001001 | 110000 | 1110010 | 111001 | 100001 |
Color Harmonies of #2D8424
Complementary color
Monochromatic Colors of #2D8424
Black with #2D8424
Text Example
Text Example
White with #2D8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8424; }
p { color: rgb(45,132,36); }
H1.HeaderClassName
{
color: #2D8424;
}
.AnyTagClassName
{
color: #2D8424;
}
</style>
background-color css
<style>
a { background-color: #2D8424; }
a { background-color: rgb(45,132,36); }
div.DivClassName
{
background-color: #2D8424;
}
.BgClassName
{
background-color: #2D8424;
}
</style>
border-color css
<style>
span { border-color: #2D8424; }
span { border-color: rgb(45,132,36); }
td.TdClassName
{
border-color: #2D8424;
}
.TagClassName
{
border-color: #2D8424;
}
</style>