Shades of Forest Green #2D8527
Tints of Forest Green #2D8527
RGB
CMYK
RGB Variations
Color information
#2D8527 (or 0x2D8527) is known color: Forest Green. HEX triplet: 2D, 85 and 27. RGB value is (45,133,39). Sum of RGB (Red+Green+Blue) = 45+133+39=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8527 is #D27AD8. Grayscale: #606060. Windows color (decimal): -13794009 or 2589997. OLE color: 2589997.
HSL color Cylindrical-coordinate representation of color #2D8527: hue angle of 116.17º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D8527 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 39 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.48 |
| HSL | 116.17º | 0.55% | 0.34% | - |
| HSV(B) | 116.17º | 0.71% | 0.52% | - |
| XYZ | 9.84 | 17.48 | 4.77 | - |
| YUV | 95.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 39 | 0.66 | 0 | 0.71 | 0.48 | 116.17 | 0.55 | 0.34 |
| Hex | 2D | 85 | 27 | 42 | 0 | 47 | 30 | 74 | 37 | 22 |
| Octal | 55 | 205 | 47 | 102 | 0 | 107 | 60 | 164 | 67 | 42 |
| Binary | 101101 | 10000101 | 100111 | 1000010 | 0 | 1000111 | 110000 | 1110100 | 110111 | 100010 |
Color Harmonies of #2D8527
Complementary color
Monochromatic Colors of #2D8527
Black with #2D8527
Text Example
Text Example
White with #2D8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8527; }
p { color: rgb(45,133,39); }
H1.HeaderClassName
{
color: #2D8527;
}
.AnyTagClassName
{
color: #2D8527;
}
</style>
background-color css
<style>
a { background-color: #2D8527; }
a { background-color: rgb(45,133,39); }
div.DivClassName
{
background-color: #2D8527;
}
.BgClassName
{
background-color: #2D8527;
}
</style>
border-color css
<style>
span { border-color: #2D8527; }
span { border-color: rgb(45,133,39); }
td.TdClassName
{
border-color: #2D8527;
}
.TagClassName
{
border-color: #2D8527;
}
</style>