Shades of Forest Green #2DA713
Tints of Forest Green #2DA713
RGB
CMYK
RGB Variations
Color information
#2DA713 (or 0x2DA713) is known color: Forest Green. HEX triplet: 2D, A7 and 13. RGB value is (45,167,19). Sum of RGB (Red+Green+Blue) = 45+167+19=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 167 (65.62% from 255 or 72.29% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA713 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA713 is #D258EC. Grayscale: #727272. Windows color (decimal): -13785325 or 1287981. OLE color: 1287981.
HSL color Cylindrical-coordinate representation of color #2DA713: hue angle of 109.46º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DA713 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 19 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.35 |
| HSL | 109.46º | 0.8% | 0.36% | - |
| HSV(B) | 109.46º | 0.89% | 0.65% | - |
| XYZ | 15.02 | 28.24 | 5.28 | - |
| YUV | 113.65 | 74.58 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 19 | 0.73 | 0 | 0.89 | 0.35 | 109.46 | 0.8 | 0.36 |
| Hex | 2D | A7 | 13 | 49 | 0 | 59 | 23 | 6D | 50 | 24 |
| Octal | 55 | 247 | 23 | 111 | 0 | 131 | 43 | 155 | 120 | 44 |
| Binary | 101101 | 10100111 | 10011 | 1001001 | 0 | 1011001 | 100011 | 1101101 | 1010000 | 100100 |
Color Harmonies of #2DA713
Complementary color
Monochromatic Colors of #2DA713
Black with #2DA713
Text Example
Text Example
White with #2DA713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA713; }
p { color: rgb(45,167,19); }
H1.HeaderClassName
{
color: #2DA713;
}
.AnyTagClassName
{
color: #2DA713;
}
</style>
background-color css
<style>
a { background-color: #2DA713; }
a { background-color: rgb(45,167,19); }
div.DivClassName
{
background-color: #2DA713;
}
.BgClassName
{
background-color: #2DA713;
}
</style>
border-color css
<style>
span { border-color: #2DA713; }
span { border-color: rgb(45,167,19); }
td.TdClassName
{
border-color: #2DA713;
}
.TagClassName
{
border-color: #2DA713;
}
</style>