Shades of Forest Green #2DA822
Tints of Forest Green #2DA822
RGB
CMYK
RGB Variations
Color information
#2DA822 (or 0x2DA822) is known color: Forest Green. HEX triplet: 2D, A8 and 22. RGB value is (45,168,34). Sum of RGB (Red+Green+Blue) = 45+168+34=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 168 (66.02% from 255 or 68.02% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA822 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA822 is #D257DD. Grayscale: #747474. Windows color (decimal): -13785054 or 2271277. OLE color: 2271277.
HSL color Cylindrical-coordinate representation of color #2DA822: hue angle of 115.07º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA822 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 168 | 34 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.34 |
| HSL | 115.07º | 0.66% | 0.4% | - |
| HSV(B) | 115.07º | 0.8% | 0.66% | - |
| XYZ | 15.37 | 28.68 | 6.24 | - |
| YUV | 115.95 | 81.75 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 34 | 0.73 | 0 | 0.80 | 0.34 | 115.07 | 0.66 | 0.4 |
| Hex | 2D | A8 | 22 | 49 | 0 | 50 | 22 | 73 | 42 | 28 |
| Octal | 55 | 250 | 42 | 111 | 0 | 120 | 42 | 163 | 102 | 50 |
| Binary | 101101 | 10101000 | 100010 | 1001001 | 0 | 1010000 | 100010 | 1110011 | 1000010 | 101000 |
Color Harmonies of #2DA822
Complementary color
Monochromatic Colors of #2DA822
Black with #2DA822
Text Example
Text Example
White with #2DA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA822; }
p { color: rgb(45,168,34); }
H1.HeaderClassName
{
color: #2DA822;
}
.AnyTagClassName
{
color: #2DA822;
}
</style>
background-color css
<style>
a { background-color: #2DA822; }
a { background-color: rgb(45,168,34); }
div.DivClassName
{
background-color: #2DA822;
}
.BgClassName
{
background-color: #2DA822;
}
</style>
border-color css
<style>
span { border-color: #2DA822; }
span { border-color: rgb(45,168,34); }
td.TdClassName
{
border-color: #2DA822;
}
.TagClassName
{
border-color: #2DA822;
}
</style>