Shades of Forest Green #2D872F
Tints of Forest Green #2D872F
RGB
CMYK
RGB Variations
Color information
#2D872F (or 0x2D872F) is known color: Forest Green. HEX triplet: 2D, 87 and 2F. RGB value is (45,135,47). Sum of RGB (Red+Green+Blue) = 45+135+47=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #2D872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D872F is #D278D0. Grayscale: #626262. Windows color (decimal): -13793489 or 3114797. OLE color: 3114797.
HSL color Cylindrical-coordinate representation of color #2D872F: hue angle of 121.33º 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 #2D872F is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 47 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.47 |
| HSL | 121.33º | 0.5% | 0.35% | - |
| HSV(B) | 121.33º | 0.67% | 0.53% | - |
| XYZ | 10.26 | 18.09 | 5.64 | - |
| YUV | 98.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 47 | 0.67 | 0 | 0.65 | 0.47 | 121.33 | 0.5 | 0.35 |
| Hex | 2D | 87 | 2F | 43 | 0 | 41 | 2F | 79 | 32 | 23 |
| Octal | 55 | 207 | 57 | 103 | 0 | 101 | 57 | 171 | 62 | 43 |
| Binary | 101101 | 10000111 | 101111 | 1000011 | 0 | 1000001 | 101111 | 1111001 | 110010 | 100011 |
Color Harmonies of #2D872F
Complementary color
Monochromatic Colors of #2D872F
Black with #2D872F
Text Example
Text Example
White with #2D872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D872F; }
p { color: rgb(45,135,47); }
H1.HeaderClassName
{
color: #2D872F;
}
.AnyTagClassName
{
color: #2D872F;
}
</style>
background-color css
<style>
a { background-color: #2D872F; }
a { background-color: rgb(45,135,47); }
div.DivClassName
{
background-color: #2D872F;
}
.BgClassName
{
background-color: #2D872F;
}
</style>
border-color css
<style>
span { border-color: #2D872F; }
span { border-color: rgb(45,135,47); }
td.TdClassName
{
border-color: #2D872F;
}
.TagClassName
{
border-color: #2D872F;
}
</style>