Shades of Forest Green #2D9628
Tints of Forest Green #2D9628
RGB
CMYK
RGB Variations
Color information
#2D9628 (or 0x2D9628) is known color: Forest Green. HEX triplet: 2D, 96 and 28. RGB value is (45,150,40). Sum of RGB (Red+Green+Blue) = 45+150+40=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9628 is #D269D7. Grayscale: #6A6A6A. Windows color (decimal): -13789656 or 2659885. OLE color: 2659885.
HSL color Cylindrical-coordinate representation of color #2D9628: hue angle of 117.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D9628 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 150 | 40 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.41 |
| HSL | 117.27º | 0.58% | 0.37% | - |
| HSV(B) | 117.27º | 0.73% | 0.59% | - |
| XYZ | 12.37 | 22.52 | 5.7 | - |
| YUV | 106.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 40 | 0.70 | 0 | 0.73 | 0.41 | 117.27 | 0.58 | 0.37 |
| Hex | 2D | 96 | 28 | 46 | 0 | 49 | 29 | 75 | 3A | 25 |
| Octal | 55 | 226 | 50 | 106 | 0 | 111 | 51 | 165 | 72 | 45 |
| Binary | 101101 | 10010110 | 101000 | 1000110 | 0 | 1001001 | 101001 | 1110101 | 111010 | 100101 |
Color Harmonies of #2D9628
Complementary color
Monochromatic Colors of #2D9628
Black with #2D9628
Text Example
Text Example
White with #2D9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9628; }
p { color: rgb(45,150,40); }
H1.HeaderClassName
{
color: #2D9628;
}
.AnyTagClassName
{
color: #2D9628;
}
</style>
background-color css
<style>
a { background-color: #2D9628; }
a { background-color: rgb(45,150,40); }
div.DivClassName
{
background-color: #2D9628;
}
.BgClassName
{
background-color: #2D9628;
}
</style>
border-color css
<style>
span { border-color: #2D9628; }
span { border-color: rgb(45,150,40); }
td.TdClassName
{
border-color: #2D9628;
}
.TagClassName
{
border-color: #2D9628;
}
</style>