Shades of Forest Green #2D881E
Tints of Forest Green #2D881E
RGB
CMYK
RGB Variations
Color information
#2D881E (or 0x2D881E) is known color: Forest Green. HEX triplet: 2D, 88 and 1E. RGB value is (45,136,30). Sum of RGB (Red+Green+Blue) = 45+136+30=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #2D881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D881E is #D277E1. Grayscale: #616161. Windows color (decimal): -13793250 or 2000941. OLE color: 2000941.
HSL color Cylindrical-coordinate representation of color #2D881E: hue angle of 111.51º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D881E is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 30 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.47 |
| HSL | 111.51º | 0.64% | 0.33% | - |
| HSV(B) | 111.51º | 0.78% | 0.53% | - |
| XYZ | 10.12 | 18.26 | 4.22 | - |
| YUV | 96.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 30 | 0.67 | 0 | 0.78 | 0.47 | 111.51 | 0.64 | 0.33 |
| Hex | 2D | 88 | 1E | 43 | 0 | 4E | 2F | 70 | 40 | 21 |
| Octal | 55 | 210 | 36 | 103 | 0 | 116 | 57 | 160 | 100 | 41 |
| Binary | 101101 | 10001000 | 11110 | 1000011 | 0 | 1001110 | 101111 | 1110000 | 1000000 | 100001 |
Color Harmonies of #2D881E
Complementary color
Monochromatic Colors of #2D881E
Black with #2D881E
Text Example
Text Example
White with #2D881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D881E; }
p { color: rgb(45,136,30); }
H1.HeaderClassName
{
color: #2D881E;
}
.AnyTagClassName
{
color: #2D881E;
}
</style>
background-color css
<style>
a { background-color: #2D881E; }
a { background-color: rgb(45,136,30); }
div.DivClassName
{
background-color: #2D881E;
}
.BgClassName
{
background-color: #2D881E;
}
</style>
border-color css
<style>
span { border-color: #2D881E; }
span { border-color: rgb(45,136,30); }
td.TdClassName
{
border-color: #2D881E;
}
.TagClassName
{
border-color: #2D881E;
}
</style>