Shades of Forest Green #2DA517
Tints of Forest Green #2DA517
RGB
CMYK
RGB Variations
Color information
#2DA517 (or 0x2DA517) is known color: Forest Green. HEX triplet: 2D, A5 and 17. RGB value is (45,165,23). Sum of RGB (Red+Green+Blue) = 45+165+23=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA517 is #D25AE8. Grayscale: #717171. Windows color (decimal): -13785833 or 1549613. OLE color: 1549613.
HSL color Cylindrical-coordinate representation of color #2DA517: hue angle of 110.7º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DA517 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 23 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.35 |
| HSL | 110.7º | 0.76% | 0.37% | - |
| HSV(B) | 110.7º | 0.86% | 0.65% | - |
| XYZ | 14.69 | 27.53 | 5.35 | - |
| YUV | 112.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 23 | 0.73 | 0 | 0.86 | 0.35 | 110.7 | 0.76 | 0.37 |
| Hex | 2D | A5 | 17 | 49 | 0 | 56 | 23 | 6F | 4C | 25 |
| Octal | 55 | 245 | 27 | 111 | 0 | 126 | 43 | 157 | 114 | 45 |
| Binary | 101101 | 10100101 | 10111 | 1001001 | 0 | 1010110 | 100011 | 1101111 | 1001100 | 100101 |
Color Harmonies of #2DA517
Complementary color
Monochromatic Colors of #2DA517
Black with #2DA517
Text Example
Text Example
White with #2DA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA517; }
p { color: rgb(45,165,23); }
H1.HeaderClassName
{
color: #2DA517;
}
.AnyTagClassName
{
color: #2DA517;
}
</style>
background-color css
<style>
a { background-color: #2DA517; }
a { background-color: rgb(45,165,23); }
div.DivClassName
{
background-color: #2DA517;
}
.BgClassName
{
background-color: #2DA517;
}
</style>
border-color css
<style>
span { border-color: #2DA517; }
span { border-color: rgb(45,165,23); }
td.TdClassName
{
border-color: #2DA517;
}
.TagClassName
{
border-color: #2DA517;
}
</style>