Shades of Forest Green #2DA327
Tints of Forest Green #2DA327
RGB
CMYK
RGB Variations
Color information
#2DA327 (or 0x2DA327) is known color: Forest Green. HEX triplet: 2D, A3 and 27. RGB value is (45,163,39). Sum of RGB (Red+Green+Blue) = 45+163+39=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA327 is #D25CD8. Grayscale: #717171. Windows color (decimal): -13786329 or 2597677. OLE color: 2597677.
HSL color Cylindrical-coordinate representation of color #2DA327: hue angle of 117.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DA327 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 39 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.36 |
| HSL | 117.1º | 0.61% | 0.4% | - |
| HSV(B) | 117.1º | 0.76% | 0.64% | - |
| XYZ | 14.55 | 26.9 | 6.34 | - |
| YUV | 113.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 39 | 0.72 | 0 | 0.76 | 0.36 | 117.1 | 0.61 | 0.4 |
| Hex | 2D | A3 | 27 | 48 | 0 | 4C | 24 | 75 | 3D | 28 |
| Octal | 55 | 243 | 47 | 110 | 0 | 114 | 44 | 165 | 75 | 50 |
| Binary | 101101 | 10100011 | 100111 | 1001000 | 0 | 1001100 | 100100 | 1110101 | 111101 | 101000 |
Color Harmonies of #2DA327
Complementary color
Monochromatic Colors of #2DA327
Black with #2DA327
Text Example
Text Example
White with #2DA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA327; }
p { color: rgb(45,163,39); }
H1.HeaderClassName
{
color: #2DA327;
}
.AnyTagClassName
{
color: #2DA327;
}
</style>
background-color css
<style>
a { background-color: #2DA327; }
a { background-color: rgb(45,163,39); }
div.DivClassName
{
background-color: #2DA327;
}
.BgClassName
{
background-color: #2DA327;
}
</style>
border-color css
<style>
span { border-color: #2DA327; }
span { border-color: rgb(45,163,39); }
td.TdClassName
{
border-color: #2DA327;
}
.TagClassName
{
border-color: #2DA327;
}
</style>