Shades of Forest Green #2DA828
Tints of Forest Green #2DA828
RGB
CMYK
RGB Variations
Color information
#2DA828 (or 0x2DA828) is known color: Forest Green. HEX triplet: 2D, A8 and 28. RGB value is (45,168,40). Sum of RGB (Red+Green+Blue) = 45+168+40=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 168 (66.02% from 255 or 66.40% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA828 is #D257D7. Grayscale: #757575. Windows color (decimal): -13785048 or 2664493. OLE color: 2664493.
HSL color Cylindrical-coordinate representation of color #2DA828: hue angle of 117.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DA828 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 168 | 40 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.34 |
| HSL | 117.66º | 0.62% | 0.41% | - |
| HSV(B) | 117.66º | 0.76% | 0.66% | - |
| XYZ | 15.47 | 28.72 | 6.74 | - |
| YUV | 116.63 | 84.75 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 40 | 0.73 | 0 | 0.76 | 0.34 | 117.66 | 0.62 | 0.41 |
| Hex | 2D | A8 | 28 | 49 | 0 | 4C | 22 | 76 | 3E | 29 |
| Octal | 55 | 250 | 50 | 111 | 0 | 114 | 42 | 166 | 76 | 51 |
| Binary | 101101 | 10101000 | 101000 | 1001001 | 0 | 1001100 | 100010 | 1110110 | 111110 | 101001 |
Color Harmonies of #2DA828
Complementary color
Monochromatic Colors of #2DA828
Black with #2DA828
Text Example
Text Example
White with #2DA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA828; }
p { color: rgb(45,168,40); }
H1.HeaderClassName
{
color: #2DA828;
}
.AnyTagClassName
{
color: #2DA828;
}
</style>
background-color css
<style>
a { background-color: #2DA828; }
a { background-color: rgb(45,168,40); }
div.DivClassName
{
background-color: #2DA828;
}
.BgClassName
{
background-color: #2DA828;
}
</style>
border-color css
<style>
span { border-color: #2DA828; }
span { border-color: rgb(45,168,40); }
td.TdClassName
{
border-color: #2DA828;
}
.TagClassName
{
border-color: #2DA828;
}
</style>