Shades of Forest Green #2D861F
Tints of Forest Green #2D861F
RGB
CMYK
RGB Variations
Color information
#2D861F (or 0x2D861F) is known color: Forest Green. HEX triplet: 2D, 86 and 1F. RGB value is (45,134,31). Sum of RGB (Red+Green+Blue) = 45+134+31=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #2D861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D861F is #D279E0. Grayscale: #5F5F5F. Windows color (decimal): -13793761 or 2065965. OLE color: 2065965.
HSL color Cylindrical-coordinate representation of color #2D861F: hue angle of 111.84º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D861F is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 31 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.47 |
| HSL | 111.84º | 0.62% | 0.32% | - |
| HSV(B) | 111.84º | 0.77% | 0.53% | - |
| XYZ | 9.85 | 17.71 | 4.19 | - |
| YUV | 95.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 31 | 0.66 | 0 | 0.77 | 0.47 | 111.84 | 0.62 | 0.32 |
| Hex | 2D | 86 | 1F | 42 | 0 | 4D | 2F | 70 | 3E | 20 |
| Octal | 55 | 206 | 37 | 102 | 0 | 115 | 57 | 160 | 76 | 40 |
| Binary | 101101 | 10000110 | 11111 | 1000010 | 0 | 1001101 | 101111 | 1110000 | 111110 | 100000 |
Color Harmonies of #2D861F
Complementary color
Monochromatic Colors of #2D861F
Black with #2D861F
Text Example
Text Example
White with #2D861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D861F; }
p { color: rgb(45,134,31); }
H1.HeaderClassName
{
color: #2D861F;
}
.AnyTagClassName
{
color: #2D861F;
}
</style>
background-color css
<style>
a { background-color: #2D861F; }
a { background-color: rgb(45,134,31); }
div.DivClassName
{
background-color: #2D861F;
}
.BgClassName
{
background-color: #2D861F;
}
</style>
border-color css
<style>
span { border-color: #2D861F; }
span { border-color: rgb(45,134,31); }
td.TdClassName
{
border-color: #2D861F;
}
.TagClassName
{
border-color: #2D861F;
}
</style>