Shades of Forest Green #2D831D
Tints of Forest Green #2D831D
RGB
CMYK
RGB Variations
Color information
#2D831D (or 0x2D831D) is known color: Forest Green. HEX triplet: 2D, 83 and 1D. RGB value is (45,131,29). Sum of RGB (Red+Green+Blue) = 45+131+29=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #2D831D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D831D is #D27CE2. Grayscale: #5D5D5D. Windows color (decimal): -13794531 or 1934125. OLE color: 1934125.
HSL color Cylindrical-coordinate representation of color #2D831D: hue angle of 110.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D831D is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 29 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.49 |
| HSL | 110.59º | 0.64% | 0.31% | - |
| HSV(B) | 110.59º | 0.78% | 0.51% | - |
| XYZ | 9.42 | 16.88 | 3.92 | - |
| YUV | 93.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 29 | 0.66 | 0 | 0.78 | 0.49 | 110.59 | 0.64 | 0.31 |
| Hex | 2D | 83 | 1D | 42 | 0 | 4E | 31 | 6F | 40 | 1F |
| Octal | 55 | 203 | 35 | 102 | 0 | 116 | 61 | 157 | 100 | 37 |
| Binary | 101101 | 10000011 | 11101 | 1000010 | 0 | 1001110 | 110001 | 1101111 | 1000000 | 11111 |
Color Harmonies of #2D831D
Complementary color
Monochromatic Colors of #2D831D
Black with #2D831D
Text Example
Text Example
White with #2D831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D831D; }
p { color: rgb(45,131,29); }
H1.HeaderClassName
{
color: #2D831D;
}
.AnyTagClassName
{
color: #2D831D;
}
</style>
background-color css
<style>
a { background-color: #2D831D; }
a { background-color: rgb(45,131,29); }
div.DivClassName
{
background-color: #2D831D;
}
.BgClassName
{
background-color: #2D831D;
}
</style>
border-color css
<style>
span { border-color: #2D831D; }
span { border-color: rgb(45,131,29); }
td.TdClassName
{
border-color: #2D831D;
}
.TagClassName
{
border-color: #2D831D;
}
</style>