Shades of Forest Green #2DA731
Tints of Forest Green #2DA731
RGB
CMYK
RGB Variations
Color information
#2DA731 (or 0x2DA731) is known color: Forest Green. HEX triplet: 2D, A7 and 31. RGB value is (45,167,49). Sum of RGB (Red+Green+Blue) = 45+167+49=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 167 (65.62% from 255 or 63.98% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA731 is #D258CE. Grayscale: #757575. Windows color (decimal): -13785295 or 3254061. OLE color: 3254061.
HSL color Cylindrical-coordinate representation of color #2DA731: hue angle of 121.97º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA731 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 49 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.35 |
| HSL | 121.97º | 0.58% | 0.42% | - |
| HSV(B) | 121.97º | 0.73% | 0.65% | - |
| XYZ | 15.46 | 28.42 | 7.58 | - |
| YUV | 117.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 49 | 0.73 | 0 | 0.71 | 0.35 | 121.97 | 0.58 | 0.42 |
| Hex | 2D | A7 | 31 | 49 | 0 | 47 | 23 | 7A | 3A | 2A |
| Octal | 55 | 247 | 61 | 111 | 0 | 107 | 43 | 172 | 72 | 52 |
| Binary | 101101 | 10100111 | 110001 | 1001001 | 0 | 1000111 | 100011 | 1111010 | 111010 | 101010 |
Color Harmonies of #2DA731
Complementary color
Monochromatic Colors of #2DA731
Black with #2DA731
Text Example
Text Example
White with #2DA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA731; }
p { color: rgb(45,167,49); }
H1.HeaderClassName
{
color: #2DA731;
}
.AnyTagClassName
{
color: #2DA731;
}
</style>
background-color css
<style>
a { background-color: #2DA731; }
a { background-color: rgb(45,167,49); }
div.DivClassName
{
background-color: #2DA731;
}
.BgClassName
{
background-color: #2DA731;
}
</style>
border-color css
<style>
span { border-color: #2DA731; }
span { border-color: rgb(45,167,49); }
td.TdClassName
{
border-color: #2DA731;
}
.TagClassName
{
border-color: #2DA731;
}
</style>