Shades of Forest Green #2DA719
Tints of Forest Green #2DA719
RGB
CMYK
RGB Variations
Color information
#2DA719 (or 0x2DA719) is known color: Forest Green. HEX triplet: 2D, A7 and 19. RGB value is (45,167,25). Sum of RGB (Red+Green+Blue) = 45+167+25=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 167 (65.62% from 255 or 70.46% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA719 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA719 is #D258E6. Grayscale: #727272. Windows color (decimal): -13785319 or 1681197. OLE color: 1681197.
HSL color Cylindrical-coordinate representation of color #2DA719: hue angle of 111.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DA719 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 25 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.35 |
| HSL | 111.55º | 0.74% | 0.38% | - |
| HSV(B) | 111.55º | 0.85% | 0.65% | - |
| XYZ | 15.08 | 28.27 | 5.58 | - |
| YUV | 114.33 | 77.58 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 25 | 0.73 | 0 | 0.85 | 0.35 | 111.55 | 0.74 | 0.38 |
| Hex | 2D | A7 | 19 | 49 | 0 | 55 | 23 | 70 | 4A | 26 |
| Octal | 55 | 247 | 31 | 111 | 0 | 125 | 43 | 160 | 112 | 46 |
| Binary | 101101 | 10100111 | 11001 | 1001001 | 0 | 1010101 | 100011 | 1110000 | 1001010 | 100110 |
Color Harmonies of #2DA719
Complementary color
Monochromatic Colors of #2DA719
Black with #2DA719
Text Example
Text Example
White with #2DA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA719; }
p { color: rgb(45,167,25); }
H1.HeaderClassName
{
color: #2DA719;
}
.AnyTagClassName
{
color: #2DA719;
}
</style>
background-color css
<style>
a { background-color: #2DA719; }
a { background-color: rgb(45,167,25); }
div.DivClassName
{
background-color: #2DA719;
}
.BgClassName
{
background-color: #2DA719;
}
</style>
border-color css
<style>
span { border-color: #2DA719; }
span { border-color: rgb(45,167,25); }
td.TdClassName
{
border-color: #2DA719;
}
.TagClassName
{
border-color: #2DA719;
}
</style>