Shades of Forest Green #2D811F
Tints of Forest Green #2D811F
RGB
CMYK
RGB Variations
Color information
#2D811F (or 0x2D811F) is known color: Forest Green. HEX triplet: 2D, 81 and 1F. RGB value is (45,129,31). Sum of RGB (Red+Green+Blue) = 45+129+31=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #2D811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D811F is #D27EE0. Grayscale: #5D5D5D. Windows color (decimal): -13795041 or 2064685. OLE color: 2064685.
HSL color Cylindrical-coordinate representation of color #2D811F: hue angle of 111.43º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D811F is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 129 | 31 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.49 |
| HSL | 111.43º | 0.61% | 0.31% | - |
| HSV(B) | 111.43º | 0.76% | 0.51% | - |
| XYZ | 9.18 | 16.36 | 3.97 | - |
| YUV | 92.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 31 | 0.65 | 0 | 0.76 | 0.49 | 111.43 | 0.61 | 0.31 |
| Hex | 2D | 81 | 1F | 41 | 0 | 4C | 31 | 6F | 3D | 1F |
| Octal | 55 | 201 | 37 | 101 | 0 | 114 | 61 | 157 | 75 | 37 |
| Binary | 101101 | 10000001 | 11111 | 1000001 | 0 | 1001100 | 110001 | 1101111 | 111101 | 11111 |
Color Harmonies of #2D811F
Complementary color
Monochromatic Colors of #2D811F
Black with #2D811F
Text Example
Text Example
White with #2D811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D811F; }
p { color: rgb(45,129,31); }
H1.HeaderClassName
{
color: #2D811F;
}
.AnyTagClassName
{
color: #2D811F;
}
</style>
background-color css
<style>
a { background-color: #2D811F; }
a { background-color: rgb(45,129,31); }
div.DivClassName
{
background-color: #2D811F;
}
.BgClassName
{
background-color: #2D811F;
}
</style>
border-color css
<style>
span { border-color: #2D811F; }
span { border-color: rgb(45,129,31); }
td.TdClassName
{
border-color: #2D811F;
}
.TagClassName
{
border-color: #2D811F;
}
</style>