Shades of Forest Green #2DA728
Tints of Forest Green #2DA728
RGB
CMYK
RGB Variations
Color information
#2DA728 (or 0x2DA728) is known color: Forest Green. HEX triplet: 2D, A7 and 28. RGB value is (45,167,40). Sum of RGB (Red+Green+Blue) = 45+167+40=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 167 (65.62% from 255 or 66.27% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA728 is #D258D7. Grayscale: #747474. Windows color (decimal): -13785304 or 2664237. OLE color: 2664237.
HSL color Cylindrical-coordinate representation of color #2DA728: hue angle of 117.64º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DA728 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 40 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.35 |
| HSL | 117.64º | 0.61% | 0.41% | - |
| HSV(B) | 117.64º | 0.76% | 0.65% | - |
| XYZ | 15.28 | 28.35 | 6.67 | - |
| YUV | 116.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 40 | 0.73 | 0 | 0.76 | 0.35 | 117.64 | 0.61 | 0.41 |
| Hex | 2D | A7 | 28 | 49 | 0 | 4C | 23 | 76 | 3D | 29 |
| Octal | 55 | 247 | 50 | 111 | 0 | 114 | 43 | 166 | 75 | 51 |
| Binary | 101101 | 10100111 | 101000 | 1001001 | 0 | 1001100 | 100011 | 1110110 | 111101 | 101001 |
Color Harmonies of #2DA728
Complementary color
Monochromatic Colors of #2DA728
Black with #2DA728
Text Example
Text Example
White with #2DA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA728; }
p { color: rgb(45,167,40); }
H1.HeaderClassName
{
color: #2DA728;
}
.AnyTagClassName
{
color: #2DA728;
}
</style>
background-color css
<style>
a { background-color: #2DA728; }
a { background-color: rgb(45,167,40); }
div.DivClassName
{
background-color: #2DA728;
}
.BgClassName
{
background-color: #2DA728;
}
</style>
border-color css
<style>
span { border-color: #2DA728; }
span { border-color: rgb(45,167,40); }
td.TdClassName
{
border-color: #2DA728;
}
.TagClassName
{
border-color: #2DA728;
}
</style>