Shades of Forest Green #2D8325
Tints of Forest Green #2D8325
RGB
CMYK
RGB Variations
Color information
#2D8325 (or 0x2D8325) is known color: Forest Green. HEX triplet: 2D, 83 and 25. RGB value is (45,131,37). Sum of RGB (Red+Green+Blue) = 45+131+37=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8325 is #D27CDA. Grayscale: #5E5E5E. Windows color (decimal): -13794523 or 2458413. OLE color: 2458413.
HSL color Cylindrical-coordinate representation of color #2D8325: hue angle of 114.89º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D8325 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 37 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.49 |
| HSL | 114.89º | 0.56% | 0.33% | - |
| HSV(B) | 114.89º | 0.72% | 0.51% | - |
| XYZ | 9.53 | 16.92 | 4.51 | - |
| YUV | 94.57 | 95.51 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 37 | 0.66 | 0 | 0.72 | 0.49 | 114.89 | 0.56 | 0.33 |
| Hex | 2D | 83 | 25 | 42 | 0 | 48 | 31 | 73 | 38 | 21 |
| Octal | 55 | 203 | 45 | 102 | 0 | 110 | 61 | 163 | 70 | 41 |
| Binary | 101101 | 10000011 | 100101 | 1000010 | 0 | 1001000 | 110001 | 1110011 | 111000 | 100001 |
Color Harmonies of #2D8325
Complementary color
Monochromatic Colors of #2D8325
Black with #2D8325
Text Example
Text Example
White with #2D8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8325; }
p { color: rgb(45,131,37); }
H1.HeaderClassName
{
color: #2D8325;
}
.AnyTagClassName
{
color: #2D8325;
}
</style>
background-color css
<style>
a { background-color: #2D8325; }
a { background-color: rgb(45,131,37); }
div.DivClassName
{
background-color: #2D8325;
}
.BgClassName
{
background-color: #2D8325;
}
</style>
border-color css
<style>
span { border-color: #2D8325; }
span { border-color: rgb(45,131,37); }
td.TdClassName
{
border-color: #2D8325;
}
.TagClassName
{
border-color: #2D8325;
}
</style>