Shades of Forest Green #2DA521
Tints of Forest Green #2DA521
RGB
CMYK
RGB Variations
Color information
#2DA521 (or 0x2DA521) is known color: Forest Green. HEX triplet: 2D, A5 and 21. RGB value is (45,165,33). Sum of RGB (Red+Green+Blue) = 45+165+33=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA521 is #D25ADE. Grayscale: #727272. Windows color (decimal): -13785823 or 2204973. OLE color: 2204973.
HSL color Cylindrical-coordinate representation of color #2DA521: hue angle of 114.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DA521 is Cyan = 0.73, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 33 | - |
| CMYK | 0.73 | 0 | 0.8 | 0.35 |
| HSL | 114.55º | 0.67% | 0.39% | - |
| HSV(B) | 114.55º | 0.8% | 0.65% | - |
| XYZ | 14.81 | 27.58 | 5.98 | - |
| YUV | 114.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 33 | 0.73 | 0 | 0.8 | 0.35 | 114.55 | 0.67 | 0.39 |
| Hex | 2D | A5 | 21 | 49 | 0 | 50 | 23 | 73 | 43 | 27 |
| Octal | 55 | 245 | 41 | 111 | 0 | 120 | 43 | 163 | 103 | 47 |
| Binary | 101101 | 10100101 | 100001 | 1001001 | 0 | 1010000 | 100011 | 1110011 | 1000011 | 100111 |
Color Harmonies of #2DA521
Complementary color
Monochromatic Colors of #2DA521
Black with #2DA521
Text Example
Text Example
White with #2DA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA521; }
p { color: rgb(45,165,33); }
H1.HeaderClassName
{
color: #2DA521;
}
.AnyTagClassName
{
color: #2DA521;
}
</style>
background-color css
<style>
a { background-color: #2DA521; }
a { background-color: rgb(45,165,33); }
div.DivClassName
{
background-color: #2DA521;
}
.BgClassName
{
background-color: #2DA521;
}
</style>
border-color css
<style>
span { border-color: #2DA521; }
span { border-color: rgb(45,165,33); }
td.TdClassName
{
border-color: #2DA521;
}
.TagClassName
{
border-color: #2DA521;
}
</style>