Shades of Forest Green #2D8425
Tints of Forest Green #2D8425
RGB
CMYK
RGB Variations
Color information
#2D8425 (or 0x2D8425) is known color: Forest Green. HEX triplet: 2D, 84 and 25. RGB value is (45,132,37). Sum of RGB (Red+Green+Blue) = 45+132+37=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8425 is #D27BDA. Grayscale: #5F5F5F. Windows color (decimal): -13794267 or 2458669. OLE color: 2458669.
HSL color Cylindrical-coordinate representation of color #2D8425: hue angle of 114.95º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D8425 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 132 | 37 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.48 |
| HSL | 114.95º | 0.56% | 0.33% | - |
| HSV(B) | 114.95º | 0.72% | 0.52% | - |
| XYZ | 9.67 | 17.19 | 4.56 | - |
| YUV | 95.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 37 | 0.66 | 0 | 0.72 | 0.48 | 114.95 | 0.56 | 0.33 |
| Hex | 2D | 84 | 25 | 42 | 0 | 48 | 30 | 73 | 38 | 21 |
| Octal | 55 | 204 | 45 | 102 | 0 | 110 | 60 | 163 | 70 | 41 |
| Binary | 101101 | 10000100 | 100101 | 1000010 | 0 | 1001000 | 110000 | 1110011 | 111000 | 100001 |
Color Harmonies of #2D8425
Complementary color
Monochromatic Colors of #2D8425
Black with #2D8425
Text Example
Text Example
White with #2D8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8425; }
p { color: rgb(45,132,37); }
H1.HeaderClassName
{
color: #2D8425;
}
.AnyTagClassName
{
color: #2D8425;
}
</style>
background-color css
<style>
a { background-color: #2D8425; }
a { background-color: rgb(45,132,37); }
div.DivClassName
{
background-color: #2D8425;
}
.BgClassName
{
background-color: #2D8425;
}
</style>
border-color css
<style>
span { border-color: #2D8425; }
span { border-color: rgb(45,132,37); }
td.TdClassName
{
border-color: #2D8425;
}
.TagClassName
{
border-color: #2D8425;
}
</style>