Shades of Forest Green #2DA316
Tints of Forest Green #2DA316
RGB
CMYK
RGB Variations
Color information
#2DA316 (or 0x2DA316) is known color: Forest Green. HEX triplet: 2D, A3 and 16. RGB value is (45,163,22). Sum of RGB (Red+Green+Blue) = 45+163+22=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 163 (64.06% from 255 or 70.87% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA316 is #D25CE9. Grayscale: #707070. Windows color (decimal): -13786346 or 1483565. OLE color: 1483565.
HSL color Cylindrical-coordinate representation of color #2DA316: hue angle of 110.21º 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 #2DA316 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 22 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.36 |
| HSL | 110.21º | 0.76% | 0.36% | - |
| HSV(B) | 110.21º | 0.87% | 0.64% | - |
| XYZ | 14.32 | 26.81 | 5.18 | - |
| YUV | 111.64 | 77.41 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 22 | 0.72 | 0 | 0.87 | 0.36 | 110.21 | 0.76 | 0.36 |
| Hex | 2D | A3 | 16 | 48 | 0 | 57 | 24 | 6E | 4C | 24 |
| Octal | 55 | 243 | 26 | 110 | 0 | 127 | 44 | 156 | 114 | 44 |
| Binary | 101101 | 10100011 | 10110 | 1001000 | 0 | 1010111 | 100100 | 1101110 | 1001100 | 100100 |
Color Harmonies of #2DA316
Complementary color
Monochromatic Colors of #2DA316
Black with #2DA316
Text Example
Text Example
White with #2DA316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA316; }
p { color: rgb(45,163,22); }
H1.HeaderClassName
{
color: #2DA316;
}
.AnyTagClassName
{
color: #2DA316;
}
</style>
background-color css
<style>
a { background-color: #2DA316; }
a { background-color: rgb(45,163,22); }
div.DivClassName
{
background-color: #2DA316;
}
.BgClassName
{
background-color: #2DA316;
}
</style>
border-color css
<style>
span { border-color: #2DA316; }
span { border-color: rgb(45,163,22); }
td.TdClassName
{
border-color: #2DA316;
}
.TagClassName
{
border-color: #2DA316;
}
</style>