Shades of Forest Green #2DA71A
Tints of Forest Green #2DA71A
RGB
CMYK
RGB Variations
Color information
#2DA71A (or 0x2DA71A) is known color: Forest Green. HEX triplet: 2D, A7 and 1A. RGB value is (45,167,26). Sum of RGB (Red+Green+Blue) = 45+167+26=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 167 (65.62% from 255 or 70.17% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA71A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA71A is #D258E5. Grayscale: #727272. Windows color (decimal): -13785318 or 1746733. OLE color: 1746733.
HSL color Cylindrical-coordinate representation of color #2DA71A: hue angle of 111.91º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DA71A is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 26 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.35 |
| HSL | 111.91º | 0.73% | 0.38% | - |
| HSV(B) | 111.91º | 0.84% | 0.65% | - |
| XYZ | 15.09 | 28.27 | 5.64 | - |
| YUV | 114.45 | 78.08 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 26 | 0.73 | 0 | 0.84 | 0.35 | 111.91 | 0.73 | 0.38 |
| Hex | 2D | A7 | 1A | 49 | 0 | 54 | 23 | 70 | 49 | 26 |
| Octal | 55 | 247 | 32 | 111 | 0 | 124 | 43 | 160 | 111 | 46 |
| Binary | 101101 | 10100111 | 11010 | 1001001 | 0 | 1010100 | 100011 | 1110000 | 1001001 | 100110 |
Color Harmonies of #2DA71A
Complementary color
Monochromatic Colors of #2DA71A
Black with #2DA71A
Text Example
Text Example
White with #2DA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA71A; }
p { color: rgb(45,167,26); }
H1.HeaderClassName
{
color: #2DA71A;
}
.AnyTagClassName
{
color: #2DA71A;
}
</style>
background-color css
<style>
a { background-color: #2DA71A; }
a { background-color: rgb(45,167,26); }
div.DivClassName
{
background-color: #2DA71A;
}
.BgClassName
{
background-color: #2DA71A;
}
</style>
border-color css
<style>
span { border-color: #2DA71A; }
span { border-color: rgb(45,167,26); }
td.TdClassName
{
border-color: #2DA71A;
}
.TagClassName
{
border-color: #2DA71A;
}
</style>