Shades of Forest Green #2DA91E
Tints of Forest Green #2DA91E
RGB
CMYK
RGB Variations
Color information
#2DA91E (or 0x2DA91E) is known color: Forest Green. HEX triplet: 2D, A9 and 1E. RGB value is (45,169,30). Sum of RGB (Red+Green+Blue) = 45+169+30=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA91E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA91E is #D256E1. Grayscale: #747474. Windows color (decimal): -13784802 or 2009389. OLE color: 2009389.
HSL color Cylindrical-coordinate representation of color #2DA91E: hue angle of 113.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DA91E is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 30 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.34 |
| HSL | 113.53º | 0.7% | 0.39% | - |
| HSV(B) | 113.53º | 0.82% | 0.66% | - |
| XYZ | 15.5 | 29.03 | 6.01 | - |
| YUV | 116.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 30 | 0.73 | 0 | 0.82 | 0.34 | 113.53 | 0.7 | 0.39 |
| Hex | 2D | A9 | 1E | 49 | 0 | 52 | 22 | 72 | 46 | 27 |
| Octal | 55 | 251 | 36 | 111 | 0 | 122 | 42 | 162 | 106 | 47 |
| Binary | 101101 | 10101001 | 11110 | 1001001 | 0 | 1010010 | 100010 | 1110010 | 1000110 | 100111 |
Color Harmonies of #2DA91E
Complementary color
Monochromatic Colors of #2DA91E
Black with #2DA91E
Text Example
Text Example
White with #2DA91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA91E; }
p { color: rgb(45,169,30); }
H1.HeaderClassName
{
color: #2DA91E;
}
.AnyTagClassName
{
color: #2DA91E;
}
</style>
background-color css
<style>
a { background-color: #2DA91E; }
a { background-color: rgb(45,169,30); }
div.DivClassName
{
background-color: #2DA91E;
}
.BgClassName
{
background-color: #2DA91E;
}
</style>
border-color css
<style>
span { border-color: #2DA91E; }
span { border-color: rgb(45,169,30); }
td.TdClassName
{
border-color: #2DA91E;
}
.TagClassName
{
border-color: #2DA91E;
}
</style>