Shades of Forest Green #2D8825
Tints of Forest Green #2D8825
RGB
CMYK
RGB Variations
Color information
#2D8825 (or 0x2D8825) is known color: Forest Green. HEX triplet: 2D, 88 and 25. RGB value is (45,136,37). Sum of RGB (Red+Green+Blue) = 45+136+37=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8825 is #D277DA. Grayscale: #616161. Windows color (decimal): -13793243 or 2459693. OLE color: 2459693.
HSL color Cylindrical-coordinate representation of color #2D8825: hue angle of 115.15º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8825 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 37 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.47 |
| HSL | 115.15º | 0.57% | 0.34% | - |
| HSV(B) | 115.15º | 0.73% | 0.53% | - |
| XYZ | 10.22 | 18.3 | 4.74 | - |
| YUV | 97.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 37 | 0.67 | 0 | 0.73 | 0.47 | 115.15 | 0.57 | 0.34 |
| Hex | 2D | 88 | 25 | 43 | 0 | 49 | 2F | 73 | 39 | 22 |
| Octal | 55 | 210 | 45 | 103 | 0 | 111 | 57 | 163 | 71 | 42 |
| Binary | 101101 | 10001000 | 100101 | 1000011 | 0 | 1001001 | 101111 | 1110011 | 111001 | 100010 |
Color Harmonies of #2D8825
Complementary color
Monochromatic Colors of #2D8825
Black with #2D8825
Text Example
Text Example
White with #2D8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8825; }
p { color: rgb(45,136,37); }
H1.HeaderClassName
{
color: #2D8825;
}
.AnyTagClassName
{
color: #2D8825;
}
</style>
background-color css
<style>
a { background-color: #2D8825; }
a { background-color: rgb(45,136,37); }
div.DivClassName
{
background-color: #2D8825;
}
.BgClassName
{
background-color: #2D8825;
}
</style>
border-color css
<style>
span { border-color: #2D8825; }
span { border-color: rgb(45,136,37); }
td.TdClassName
{
border-color: #2D8825;
}
.TagClassName
{
border-color: #2D8825;
}
</style>