Shades of Forest Green #2DA922
Tints of Forest Green #2DA922
RGB
CMYK
RGB Variations
Color information
#2DA922 (or 0x2DA922) is known color: Forest Green. HEX triplet: 2D, A9 and 22. RGB value is (45,169,34). Sum of RGB (Red+Green+Blue) = 45+169+34=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 169 (66.41% from 255 or 68.15% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA922 is #D256DD. Grayscale: #747474. Windows color (decimal): -13784798 or 2271533. OLE color: 2271533.
HSL color Cylindrical-coordinate representation of color #2DA922: hue angle of 115.11º degrees, saturation: 0.67, 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 #2DA922 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 34 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.34 |
| HSL | 115.11º | 0.67% | 0.4% | - |
| HSV(B) | 115.11º | 0.8% | 0.66% | - |
| XYZ | 15.56 | 29.05 | 6.3 | - |
| YUV | 116.53 | 81.42 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 34 | 0.73 | 0 | 0.80 | 0.34 | 115.11 | 0.67 | 0.4 |
| Hex | 2D | A9 | 22 | 49 | 0 | 50 | 22 | 73 | 43 | 28 |
| Octal | 55 | 251 | 42 | 111 | 0 | 120 | 42 | 163 | 103 | 50 |
| Binary | 101101 | 10101001 | 100010 | 1001001 | 0 | 1010000 | 100010 | 1110011 | 1000011 | 101000 |
Color Harmonies of #2DA922
Complementary color
Monochromatic Colors of #2DA922
Black with #2DA922
Text Example
Text Example
White with #2DA922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA922; }
p { color: rgb(45,169,34); }
H1.HeaderClassName
{
color: #2DA922;
}
.AnyTagClassName
{
color: #2DA922;
}
</style>
background-color css
<style>
a { background-color: #2DA922; }
a { background-color: rgb(45,169,34); }
div.DivClassName
{
background-color: #2DA922;
}
.BgClassName
{
background-color: #2DA922;
}
</style>
border-color css
<style>
span { border-color: #2DA922; }
span { border-color: rgb(45,169,34); }
td.TdClassName
{
border-color: #2DA922;
}
.TagClassName
{
border-color: #2DA922;
}
</style>