Shades of Forest Green #2DA322
Tints of Forest Green #2DA322
RGB
CMYK
RGB Variations
Color information
#2DA322 (or 0x2DA322) is known color: Forest Green. HEX triplet: 2D, A3 and 22. RGB value is (45,163,34). Sum of RGB (Red+Green+Blue) = 45+163+34=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA322 is #D25CDD. Grayscale: #717171. Windows color (decimal): -13786334 or 2269997. OLE color: 2269997.
HSL color Cylindrical-coordinate representation of color #2DA322: hue angle of 114.88º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DA322 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 34 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.36 |
| HSL | 114.88º | 0.65% | 0.39% | - |
| HSV(B) | 114.88º | 0.79% | 0.64% | - |
| XYZ | 14.47 | 26.87 | 5.94 | - |
| YUV | 113.01 | 83.41 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 34 | 0.72 | 0 | 0.79 | 0.36 | 114.88 | 0.65 | 0.39 |
| Hex | 2D | A3 | 22 | 48 | 0 | 4F | 24 | 73 | 41 | 27 |
| Octal | 55 | 243 | 42 | 110 | 0 | 117 | 44 | 163 | 101 | 47 |
| Binary | 101101 | 10100011 | 100010 | 1001000 | 0 | 1001111 | 100100 | 1110011 | 1000001 | 100111 |
Color Harmonies of #2DA322
Complementary color
Monochromatic Colors of #2DA322
Black with #2DA322
Text Example
Text Example
White with #2DA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA322; }
p { color: rgb(45,163,34); }
H1.HeaderClassName
{
color: #2DA322;
}
.AnyTagClassName
{
color: #2DA322;
}
</style>
background-color css
<style>
a { background-color: #2DA322; }
a { background-color: rgb(45,163,34); }
div.DivClassName
{
background-color: #2DA322;
}
.BgClassName
{
background-color: #2DA322;
}
</style>
border-color css
<style>
span { border-color: #2DA322; }
span { border-color: rgb(45,163,34); }
td.TdClassName
{
border-color: #2DA322;
}
.TagClassName
{
border-color: #2DA322;
}
</style>