Shades of Forest Green #2DA60E
Tints of Forest Green #2DA60E
RGB
CMYK
RGB Variations
Color information
#2DA60E (or 0x2DA60E) is known color: Forest Green. HEX triplet: 2D, A6 and 0E. RGB value is (45,166,14). Sum of RGB (Red+Green+Blue) = 45+166+14=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 166 (65.23% from 255 or 73.78% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA60E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA60E is #D259F1. Grayscale: #707070. Windows color (decimal): -13785586 or 960045. OLE color: 960045.
HSL color Cylindrical-coordinate representation of color #2DA60E: hue angle of 107.76º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DA60E is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 14 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.35 |
| HSL | 107.76º | 0.84% | 0.35% | - |
| HSV(B) | 107.76º | 0.92% | 0.65% | - |
| XYZ | 14.8 | 27.86 | 5.01 | - |
| YUV | 112.49 | 72.41 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 14 | 0.73 | 0 | 0.92 | 0.35 | 107.76 | 0.84 | 0.35 |
| Hex | 2D | A6 | E | 49 | 0 | 5C | 23 | 6C | 54 | 23 |
| Octal | 55 | 246 | 16 | 111 | 0 | 134 | 43 | 154 | 124 | 43 |
| Binary | 101101 | 10100110 | 1110 | 1001001 | 0 | 1011100 | 100011 | 1101100 | 1010100 | 100011 |
Color Harmonies of #2DA60E
Complementary color
Monochromatic Colors of #2DA60E
Black with #2DA60E
Text Example
Text Example
White with #2DA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA60E; }
p { color: rgb(45,166,14); }
H1.HeaderClassName
{
color: #2DA60E;
}
.AnyTagClassName
{
color: #2DA60E;
}
</style>
background-color css
<style>
a { background-color: #2DA60E; }
a { background-color: rgb(45,166,14); }
div.DivClassName
{
background-color: #2DA60E;
}
.BgClassName
{
background-color: #2DA60E;
}
</style>
border-color css
<style>
span { border-color: #2DA60E; }
span { border-color: rgb(45,166,14); }
td.TdClassName
{
border-color: #2DA60E;
}
.TagClassName
{
border-color: #2DA60E;
}
</style>