Shades of Forest Green #2DA526
Tints of Forest Green #2DA526
RGB
CMYK
RGB Variations
Color information
#2DA526 (or 0x2DA526) is known color: Forest Green. HEX triplet: 2D, A5 and 26. RGB value is (45,165,38). Sum of RGB (Red+Green+Blue) = 45+165+38=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA526 is #D25AD9. Grayscale: #737373. Windows color (decimal): -13785818 or 2532653. OLE color: 2532653.
HSL color Cylindrical-coordinate representation of color #2DA526: hue angle of 116.69º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DA526 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 38 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.35 |
| HSL | 116.69º | 0.63% | 0.4% | - |
| HSV(B) | 116.69º | 0.77% | 0.65% | - |
| XYZ | 14.89 | 27.61 | 6.38 | - |
| YUV | 114.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 38 | 0.73 | 0 | 0.77 | 0.35 | 116.69 | 0.63 | 0.4 |
| Hex | 2D | A5 | 26 | 49 | 0 | 4D | 23 | 75 | 3F | 28 |
| Octal | 55 | 245 | 46 | 111 | 0 | 115 | 43 | 165 | 77 | 50 |
| Binary | 101101 | 10100101 | 100110 | 1001001 | 0 | 1001101 | 100011 | 1110101 | 111111 | 101000 |
Color Harmonies of #2DA526
Complementary color
Monochromatic Colors of #2DA526
Black with #2DA526
Text Example
Text Example
White with #2DA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA526; }
p { color: rgb(45,165,38); }
H1.HeaderClassName
{
color: #2DA526;
}
.AnyTagClassName
{
color: #2DA526;
}
</style>
background-color css
<style>
a { background-color: #2DA526; }
a { background-color: rgb(45,165,38); }
div.DivClassName
{
background-color: #2DA526;
}
.BgClassName
{
background-color: #2DA526;
}
</style>
border-color css
<style>
span { border-color: #2DA526; }
span { border-color: rgb(45,165,38); }
td.TdClassName
{
border-color: #2DA526;
}
.TagClassName
{
border-color: #2DA526;
}
</style>