Shades of Forest Green #2DA415
Tints of Forest Green #2DA415
RGB
CMYK
RGB Variations
Color information
#2DA415 (or 0x2DA415) is known color: Forest Green. HEX triplet: 2D, A4 and 15. RGB value is (45,164,21). Sum of RGB (Red+Green+Blue) = 45+164+21=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 164 (64.45% from 255 or 71.30% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA415 is #D25BEA. Grayscale: #707070. Windows color (decimal): -13786091 or 1418285. OLE color: 1418285.
HSL color Cylindrical-coordinate representation of color #2DA415: hue angle of 109.93º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DA415 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 21 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.36 |
| HSL | 109.93º | 0.77% | 0.36% | - |
| HSV(B) | 109.93º | 0.87% | 0.64% | - |
| XYZ | 14.49 | 27.16 | 5.19 | - |
| YUV | 112.12 | 76.58 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 21 | 0.73 | 0 | 0.87 | 0.36 | 109.93 | 0.77 | 0.36 |
| Hex | 2D | A4 | 15 | 49 | 0 | 57 | 24 | 6E | 4D | 24 |
| Octal | 55 | 244 | 25 | 111 | 0 | 127 | 44 | 156 | 115 | 44 |
| Binary | 101101 | 10100100 | 10101 | 1001001 | 0 | 1010111 | 100100 | 1101110 | 1001101 | 100100 |
Color Harmonies of #2DA415
Complementary color
Monochromatic Colors of #2DA415
Black with #2DA415
Text Example
Text Example
White with #2DA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA415; }
p { color: rgb(45,164,21); }
H1.HeaderClassName
{
color: #2DA415;
}
.AnyTagClassName
{
color: #2DA415;
}
</style>
background-color css
<style>
a { background-color: #2DA415; }
a { background-color: rgb(45,164,21); }
div.DivClassName
{
background-color: #2DA415;
}
.BgClassName
{
background-color: #2DA415;
}
</style>
border-color css
<style>
span { border-color: #2DA415; }
span { border-color: rgb(45,164,21); }
td.TdClassName
{
border-color: #2DA415;
}
.TagClassName
{
border-color: #2DA415;
}
</style>