Shades of Forest Green #2DA413
Tints of Forest Green #2DA413
RGB
CMYK
RGB Variations
Color information
#2DA413 (or 0x2DA413) is known color: Forest Green. HEX triplet: 2D, A4 and 13. RGB value is (45,164,19). Sum of RGB (Red+Green+Blue) = 45+164+19=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 164 (64.45% from 255 or 71.93% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA413 is #D25BEC. Grayscale: #707070. Windows color (decimal): -13786093 or 1287213. OLE color: 1287213.
HSL color Cylindrical-coordinate representation of color #2DA413: hue angle of 109.24º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DA413 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 19 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.36 |
| HSL | 109.24º | 0.79% | 0.36% | - |
| HSV(B) | 109.24º | 0.88% | 0.64% | - |
| XYZ | 14.48 | 27.16 | 5.09 | - |
| YUV | 111.89 | 75.58 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 19 | 0.73 | 0 | 0.88 | 0.36 | 109.24 | 0.79 | 0.36 |
| Hex | 2D | A4 | 13 | 49 | 0 | 58 | 24 | 6D | 4F | 24 |
| Octal | 55 | 244 | 23 | 111 | 0 | 130 | 44 | 155 | 117 | 44 |
| Binary | 101101 | 10100100 | 10011 | 1001001 | 0 | 1011000 | 100100 | 1101101 | 1001111 | 100100 |
Color Harmonies of #2DA413
Complementary color
Monochromatic Colors of #2DA413
Black with #2DA413
Text Example
Text Example
White with #2DA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA413; }
p { color: rgb(45,164,19); }
H1.HeaderClassName
{
color: #2DA413;
}
.AnyTagClassName
{
color: #2DA413;
}
</style>
background-color css
<style>
a { background-color: #2DA413; }
a { background-color: rgb(45,164,19); }
div.DivClassName
{
background-color: #2DA413;
}
.BgClassName
{
background-color: #2DA413;
}
</style>
border-color css
<style>
span { border-color: #2DA413; }
span { border-color: rgb(45,164,19); }
td.TdClassName
{
border-color: #2DA413;
}
.TagClassName
{
border-color: #2DA413;
}
</style>