Shades of Forest Green #2D8428
Tints of Forest Green #2D8428
RGB
CMYK
RGB Variations
Color information
#2D8428 (or 0x2D8428) is known color: Forest Green. HEX triplet: 2D, 84 and 28. RGB value is (45,132,40). Sum of RGB (Red+Green+Blue) = 45+132+40=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8428 is #D27BD7. Grayscale: #5F5F5F. Windows color (decimal): -13794264 or 2655277. OLE color: 2655277.
HSL color Cylindrical-coordinate representation of color #2D8428: hue angle of 116.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D8428 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 40 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.48 |
| HSL | 116.74º | 0.53% | 0.34% | - |
| HSV(B) | 116.74º | 0.7% | 0.52% | - |
| XYZ | 9.72 | 17.21 | 4.82 | - |
| YUV | 95.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 40 | 0.66 | 0 | 0.70 | 0.48 | 116.74 | 0.53 | 0.34 |
| Hex | 2D | 84 | 28 | 42 | 0 | 46 | 30 | 75 | 35 | 22 |
| Octal | 55 | 204 | 50 | 102 | 0 | 106 | 60 | 165 | 65 | 42 |
| Binary | 101101 | 10000100 | 101000 | 1000010 | 0 | 1000110 | 110000 | 1110101 | 110101 | 100010 |
Color Harmonies of #2D8428
Complementary color
Monochromatic Colors of #2D8428
Black with #2D8428
Text Example
Text Example
White with #2D8428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8428; }
p { color: rgb(45,132,40); }
H1.HeaderClassName
{
color: #2D8428;
}
.AnyTagClassName
{
color: #2D8428;
}
</style>
background-color css
<style>
a { background-color: #2D8428; }
a { background-color: rgb(45,132,40); }
div.DivClassName
{
background-color: #2D8428;
}
.BgClassName
{
background-color: #2D8428;
}
</style>
border-color css
<style>
span { border-color: #2D8428; }
span { border-color: rgb(45,132,40); }
td.TdClassName
{
border-color: #2D8428;
}
.TagClassName
{
border-color: #2D8428;
}
</style>