Shades of Forest Green #2DA714
Tints of Forest Green #2DA714
RGB
CMYK
RGB Variations
Color information
#2DA714 (or 0x2DA714) is known color: Forest Green. HEX triplet: 2D, A7 and 14. RGB value is (45,167,20). Sum of RGB (Red+Green+Blue) = 45+167+20=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 167 (65.62% from 255 or 71.98% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA714 is #D258EB. Grayscale: #727272. Windows color (decimal): -13785324 or 1353517. OLE color: 1353517.
HSL color Cylindrical-coordinate representation of color #2DA714: hue angle of 109.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DA714 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 20 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.35 |
| HSL | 109.8º | 0.79% | 0.37% | - |
| HSV(B) | 109.8º | 0.88% | 0.65% | - |
| XYZ | 15.03 | 28.25 | 5.32 | - |
| YUV | 113.76 | 75.08 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 20 | 0.73 | 0 | 0.88 | 0.35 | 109.8 | 0.79 | 0.37 |
| Hex | 2D | A7 | 14 | 49 | 0 | 58 | 23 | 6E | 4F | 25 |
| Octal | 55 | 247 | 24 | 111 | 0 | 130 | 43 | 156 | 117 | 45 |
| Binary | 101101 | 10100111 | 10100 | 1001001 | 0 | 1011000 | 100011 | 1101110 | 1001111 | 100101 |
Color Harmonies of #2DA714
Complementary color
Monochromatic Colors of #2DA714
Black with #2DA714
Text Example
Text Example
White with #2DA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA714; }
p { color: rgb(45,167,20); }
H1.HeaderClassName
{
color: #2DA714;
}
.AnyTagClassName
{
color: #2DA714;
}
</style>
background-color css
<style>
a { background-color: #2DA714; }
a { background-color: rgb(45,167,20); }
div.DivClassName
{
background-color: #2DA714;
}
.BgClassName
{
background-color: #2DA714;
}
</style>
border-color css
<style>
span { border-color: #2DA714; }
span { border-color: rgb(45,167,20); }
td.TdClassName
{
border-color: #2DA714;
}
.TagClassName
{
border-color: #2DA714;
}
</style>