Shades of Forest Green #2DA416
Tints of Forest Green #2DA416
RGB
CMYK
RGB Variations
Color information
#2DA416 (or 0x2DA416) is known color: Forest Green. HEX triplet: 2D, A4 and 16. RGB value is (45,164,22). Sum of RGB (Red+Green+Blue) = 45+164+22=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 164 (64.45% from 255 or 71.00% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA416 is #D25BE9. Grayscale: #707070. Windows color (decimal): -13786090 or 1483821. OLE color: 1483821.
HSL color Cylindrical-coordinate representation of color #2DA416: hue angle of 110.28º degrees, saturation: 0.76, 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 #2DA416 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 22 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.36 |
| HSL | 110.28º | 0.76% | 0.36% | - |
| HSV(B) | 110.28º | 0.87% | 0.64% | - |
| XYZ | 14.5 | 27.17 | 5.24 | - |
| YUV | 112.23 | 77.08 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 22 | 0.73 | 0 | 0.87 | 0.36 | 110.28 | 0.76 | 0.36 |
| Hex | 2D | A4 | 16 | 49 | 0 | 57 | 24 | 6E | 4C | 24 |
| Octal | 55 | 244 | 26 | 111 | 0 | 127 | 44 | 156 | 114 | 44 |
| Binary | 101101 | 10100100 | 10110 | 1001001 | 0 | 1010111 | 100100 | 1101110 | 1001100 | 100100 |
Color Harmonies of #2DA416
Complementary color
Monochromatic Colors of #2DA416
Black with #2DA416
Text Example
Text Example
White with #2DA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA416; }
p { color: rgb(45,164,22); }
H1.HeaderClassName
{
color: #2DA416;
}
.AnyTagClassName
{
color: #2DA416;
}
</style>
background-color css
<style>
a { background-color: #2DA416; }
a { background-color: rgb(45,164,22); }
div.DivClassName
{
background-color: #2DA416;
}
.BgClassName
{
background-color: #2DA416;
}
</style>
border-color css
<style>
span { border-color: #2DA416; }
span { border-color: rgb(45,164,22); }
td.TdClassName
{
border-color: #2DA416;
}
.TagClassName
{
border-color: #2DA416;
}
</style>