Shades of Forest Green #2DA527
Tints of Forest Green #2DA527
RGB
CMYK
RGB Variations
Color information
#2DA527 (or 0x2DA527) is known color: Forest Green. HEX triplet: 2D, A5 and 27. RGB value is (45,165,39). Sum of RGB (Red+Green+Blue) = 45+165+39=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA527 is #D25AD8. Grayscale: #737373. Windows color (decimal): -13785817 or 2598189. OLE color: 2598189.
HSL color Cylindrical-coordinate representation of color #2DA527: hue angle of 117.14º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DA527 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 39 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.35 |
| HSL | 117.14º | 0.62% | 0.4% | - |
| HSV(B) | 117.14º | 0.76% | 0.65% | - |
| XYZ | 14.9 | 27.61 | 6.46 | - |
| YUV | 114.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 39 | 0.73 | 0 | 0.76 | 0.35 | 117.14 | 0.62 | 0.4 |
| Hex | 2D | A5 | 27 | 49 | 0 | 4C | 23 | 75 | 3E | 28 |
| Octal | 55 | 245 | 47 | 111 | 0 | 114 | 43 | 165 | 76 | 50 |
| Binary | 101101 | 10100101 | 100111 | 1001001 | 0 | 1001100 | 100011 | 1110101 | 111110 | 101000 |
Color Harmonies of #2DA527
Complementary color
Monochromatic Colors of #2DA527
Black with #2DA527
Text Example
Text Example
White with #2DA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA527; }
p { color: rgb(45,165,39); }
H1.HeaderClassName
{
color: #2DA527;
}
.AnyTagClassName
{
color: #2DA527;
}
</style>
background-color css
<style>
a { background-color: #2DA527; }
a { background-color: rgb(45,165,39); }
div.DivClassName
{
background-color: #2DA527;
}
.BgClassName
{
background-color: #2DA527;
}
</style>
border-color css
<style>
span { border-color: #2DA527; }
span { border-color: rgb(45,165,39); }
td.TdClassName
{
border-color: #2DA527;
}
.TagClassName
{
border-color: #2DA527;
}
</style>