Shades of Forest Green #2D8C33
Tints of Forest Green #2D8C33
RGB
CMYK
RGB Variations
Color information
#2D8C33 (or 0x2D8C33) is known color: Forest Green. HEX triplet: 2D, 8C and 33. RGB value is (45,140,51). Sum of RGB (Red+Green+Blue) = 45+140+51=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8C33 is #D273CC. Grayscale: #656565. Windows color (decimal): -13792205 or 3378221. OLE color: 3378221.
HSL color Cylindrical-coordinate representation of color #2D8C33: hue angle of 123.79º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8C33 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 140 | 51 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.45 |
| HSL | 123.79º | 0.51% | 0.36% | - |
| HSV(B) | 123.79º | 0.68% | 0.55% | - |
| XYZ | 11.06 | 19.55 | 6.32 | - |
| YUV | 101.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 140 | 51 | 0.68 | 0 | 0.64 | 0.45 | 123.79 | 0.51 | 0.36 |
| Hex | 2D | 8C | 33 | 44 | 0 | 40 | 2D | 7C | 33 | 24 |
| Octal | 55 | 214 | 63 | 104 | 0 | 100 | 55 | 174 | 63 | 44 |
| Binary | 101101 | 10001100 | 110011 | 1000100 | 0 | 1000000 | 101101 | 1111100 | 110011 | 100100 |
Color Harmonies of #2D8C33
Complementary color
Monochromatic Colors of #2D8C33
Black with #2D8C33
Text Example
Text Example
White with #2D8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8C33; }
p { color: rgb(45,140,51); }
H1.HeaderClassName
{
color: #2D8C33;
}
.AnyTagClassName
{
color: #2D8C33;
}
</style>
background-color css
<style>
a { background-color: #2D8C33; }
a { background-color: rgb(45,140,51); }
div.DivClassName
{
background-color: #2D8C33;
}
.BgClassName
{
background-color: #2D8C33;
}
</style>
border-color css
<style>
span { border-color: #2D8C33; }
span { border-color: rgb(45,140,51); }
td.TdClassName
{
border-color: #2D8C33;
}
.TagClassName
{
border-color: #2D8C33;
}
</style>