Shades of Forest Green #2D872D
Tints of Forest Green #2D872D
RGB
CMYK
RGB Variations
Color information
#2D872D (or 0x2D872D) is known color: Forest Green. HEX triplet: 2D, 87 and 2D. RGB value is (45,135,45). Sum of RGB (Red+Green+Blue) = 45+135+45=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #2D872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D872D is #D278D2. Grayscale: #626262. Windows color (decimal): -13793491 or 2983725. OLE color: 2983725.
HSL color Cylindrical-coordinate representation of color #2D872D: hue angle of 120º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D872D is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 45 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.47 |
| HSL | 120º | 0.5% | 0.35% | - |
| HSV(B) | 120º | 0.67% | 0.53% | - |
| XYZ | 10.22 | 18.08 | 5.43 | - |
| YUV | 97.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 45 | 0.67 | 0 | 0.67 | 0.47 | 120 | 0.5 | 0.35 |
| Hex | 2D | 87 | 2D | 43 | 0 | 43 | 2F | 78 | 32 | 23 |
| Octal | 55 | 207 | 55 | 103 | 0 | 103 | 57 | 170 | 62 | 43 |
| Binary | 101101 | 10000111 | 101101 | 1000011 | 0 | 1000011 | 101111 | 1111000 | 110010 | 100011 |
Color Harmonies of #2D872D
Complementary color
Monochromatic Colors of #2D872D
Black with #2D872D
Text Example
Text Example
White with #2D872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D872D; }
p { color: rgb(45,135,45); }
H1.HeaderClassName
{
color: #2D872D;
}
.AnyTagClassName
{
color: #2D872D;
}
</style>
background-color css
<style>
a { background-color: #2D872D; }
a { background-color: rgb(45,135,45); }
div.DivClassName
{
background-color: #2D872D;
}
.BgClassName
{
background-color: #2D872D;
}
</style>
border-color css
<style>
span { border-color: #2D872D; }
span { border-color: rgb(45,135,45); }
td.TdClassName
{
border-color: #2D872D;
}
.TagClassName
{
border-color: #2D872D;
}
</style>