Shades of Forest Green #2D8724
Tints of Forest Green #2D8724
RGB
CMYK
RGB Variations
Color information
#2D8724 (or 0x2D8724) is known color: Forest Green. HEX triplet: 2D, 87 and 24. RGB value is (45,135,36). Sum of RGB (Red+Green+Blue) = 45+135+36=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8724 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8724 is #D278DB. Grayscale: #616161. Windows color (decimal): -13793500 or 2393901. OLE color: 2393901.
HSL color Cylindrical-coordinate representation of color #2D8724: hue angle of 114.55º degrees, saturation: 0.58, 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 #2D8724 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 36 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.47 |
| HSL | 114.55º | 0.58% | 0.34% | - |
| HSV(B) | 114.55º | 0.73% | 0.53% | - |
| XYZ | 10.06 | 18.01 | 4.62 | - |
| YUV | 96.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 36 | 0.67 | 0 | 0.73 | 0.47 | 114.55 | 0.58 | 0.34 |
| Hex | 2D | 87 | 24 | 43 | 0 | 49 | 2F | 73 | 3A | 22 |
| Octal | 55 | 207 | 44 | 103 | 0 | 111 | 57 | 163 | 72 | 42 |
| Binary | 101101 | 10000111 | 100100 | 1000011 | 0 | 1001001 | 101111 | 1110011 | 111010 | 100010 |
Color Harmonies of #2D8724
Complementary color
Monochromatic Colors of #2D8724
Black with #2D8724
Text Example
Text Example
White with #2D8724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8724; }
p { color: rgb(45,135,36); }
H1.HeaderClassName
{
color: #2D8724;
}
.AnyTagClassName
{
color: #2D8724;
}
</style>
background-color css
<style>
a { background-color: #2D8724; }
a { background-color: rgb(45,135,36); }
div.DivClassName
{
background-color: #2D8724;
}
.BgClassName
{
background-color: #2D8724;
}
</style>
border-color css
<style>
span { border-color: #2D8724; }
span { border-color: rgb(45,135,36); }
td.TdClassName
{
border-color: #2D8724;
}
.TagClassName
{
border-color: #2D8724;
}
</style>