Shades of Forest Green #2DA61F
Tints of Forest Green #2DA61F
RGB
CMYK
RGB Variations
Color information
#2DA61F (or 0x2DA61F) is known color: Forest Green. HEX triplet: 2D, A6 and 1F. RGB value is (45,166,31). Sum of RGB (Red+Green+Blue) = 45+166+31=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA61F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA61F is #D259E0. Grayscale: #727272. Windows color (decimal): -13785569 or 2074157. OLE color: 2074157.
HSL color Cylindrical-coordinate representation of color #2DA61F: hue angle of 113.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA61F is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 31 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.35 |
| HSL | 113.78º | 0.69% | 0.39% | - |
| HSV(B) | 113.78º | 0.81% | 0.65% | - |
| XYZ | 14.97 | 27.93 | 5.9 | - |
| YUV | 114.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 31 | 0.73 | 0 | 0.81 | 0.35 | 113.78 | 0.69 | 0.39 |
| Hex | 2D | A6 | 1F | 49 | 0 | 51 | 23 | 72 | 45 | 27 |
| Octal | 55 | 246 | 37 | 111 | 0 | 121 | 43 | 162 | 105 | 47 |
| Binary | 101101 | 10100110 | 11111 | 1001001 | 0 | 1010001 | 100011 | 1110010 | 1000101 | 100111 |
Color Harmonies of #2DA61F
Complementary color
Monochromatic Colors of #2DA61F
Black with #2DA61F
Text Example
Text Example
White with #2DA61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA61F; }
p { color: rgb(45,166,31); }
H1.HeaderClassName
{
color: #2DA61F;
}
.AnyTagClassName
{
color: #2DA61F;
}
</style>
background-color css
<style>
a { background-color: #2DA61F; }
a { background-color: rgb(45,166,31); }
div.DivClassName
{
background-color: #2DA61F;
}
.BgClassName
{
background-color: #2DA61F;
}
</style>
border-color css
<style>
span { border-color: #2DA61F; }
span { border-color: rgb(45,166,31); }
td.TdClassName
{
border-color: #2DA61F;
}
.TagClassName
{
border-color: #2DA61F;
}
</style>