Shades of Forest Green #2DA519
Tints of Forest Green #2DA519
RGB
CMYK
RGB Variations
Color information
#2DA519 (or 0x2DA519) is known color: Forest Green. HEX triplet: 2D, A5 and 19. RGB value is (45,165,25). Sum of RGB (Red+Green+Blue) = 45+165+25=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 165 (64.84% from 255 or 70.21% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA519 is #D25AE6. Grayscale: #717171. Windows color (decimal): -13785831 or 1680685. OLE color: 1680685.
HSL color Cylindrical-coordinate representation of color #2DA519: hue angle of 111.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DA519 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 25 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.35 |
| HSL | 111.43º | 0.74% | 0.37% | - |
| HSV(B) | 111.43º | 0.85% | 0.65% | - |
| XYZ | 14.71 | 27.54 | 5.46 | - |
| YUV | 113.16 | 78.24 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 25 | 0.73 | 0 | 0.85 | 0.35 | 111.43 | 0.74 | 0.37 |
| Hex | 2D | A5 | 19 | 49 | 0 | 55 | 23 | 6F | 4A | 25 |
| Octal | 55 | 245 | 31 | 111 | 0 | 125 | 43 | 157 | 112 | 45 |
| Binary | 101101 | 10100101 | 11001 | 1001001 | 0 | 1010101 | 100011 | 1101111 | 1001010 | 100101 |
Color Harmonies of #2DA519
Complementary color
Monochromatic Colors of #2DA519
Black with #2DA519
Text Example
Text Example
White with #2DA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA519; }
p { color: rgb(45,165,25); }
H1.HeaderClassName
{
color: #2DA519;
}
.AnyTagClassName
{
color: #2DA519;
}
</style>
background-color css
<style>
a { background-color: #2DA519; }
a { background-color: rgb(45,165,25); }
div.DivClassName
{
background-color: #2DA519;
}
.BgClassName
{
background-color: #2DA519;
}
</style>
border-color css
<style>
span { border-color: #2DA519; }
span { border-color: rgb(45,165,25); }
td.TdClassName
{
border-color: #2DA519;
}
.TagClassName
{
border-color: #2DA519;
}
</style>