Shades of Forest Green #2D851F
Tints of Forest Green #2D851F
RGB
CMYK
RGB Variations
Color information
#2D851F (or 0x2D851F) is known color: Forest Green. HEX triplet: 2D, 85 and 1F. RGB value is (45,133,31). Sum of RGB (Red+Green+Blue) = 45+133+31=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #2D851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D851F is #D27AE0. Grayscale: #5F5F5F. Windows color (decimal): -13794017 or 2065709. OLE color: 2065709.
HSL color Cylindrical-coordinate representation of color #2D851F: hue angle of 111.76º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D851F is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 31 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.48 |
| HSL | 111.76º | 0.62% | 0.32% | - |
| HSV(B) | 111.76º | 0.77% | 0.52% | - |
| XYZ | 9.72 | 17.43 | 4.15 | - |
| YUV | 95.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 31 | 0.66 | 0 | 0.77 | 0.48 | 111.76 | 0.62 | 0.32 |
| Hex | 2D | 85 | 1F | 42 | 0 | 4D | 30 | 70 | 3E | 20 |
| Octal | 55 | 205 | 37 | 102 | 0 | 115 | 60 | 160 | 76 | 40 |
| Binary | 101101 | 10000101 | 11111 | 1000010 | 0 | 1001101 | 110000 | 1110000 | 111110 | 100000 |
Color Harmonies of #2D851F
Complementary color
Monochromatic Colors of #2D851F
Black with #2D851F
Text Example
Text Example
White with #2D851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D851F; }
p { color: rgb(45,133,31); }
H1.HeaderClassName
{
color: #2D851F;
}
.AnyTagClassName
{
color: #2D851F;
}
</style>
background-color css
<style>
a { background-color: #2D851F; }
a { background-color: rgb(45,133,31); }
div.DivClassName
{
background-color: #2D851F;
}
.BgClassName
{
background-color: #2D851F;
}
</style>
border-color css
<style>
span { border-color: #2D851F; }
span { border-color: rgb(45,133,31); }
td.TdClassName
{
border-color: #2D851F;
}
.TagClassName
{
border-color: #2D851F;
}
</style>