Shades of Forest Green #008D2C
Tints of Forest Green #008D2C
RGB
CMYK
RGB Variations
Color information
#008D2C (or 0x008D2C) is known color: Forest Green. HEX triplet: 00, 8D and 2C. RGB value is (0,141,44). Sum of RGB (Red+Green+Blue) = 0+141+44=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 141 (55.47% from 255 or 76.22% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 141 - color contains mainly: green. Hex color #008D2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008D2C is #FF72D3. Grayscale: #585858. Windows color (decimal): -16741076 or 2919680. OLE color: 2919680.
HSL color Cylindrical-coordinate representation of color #008D2C: hue angle of 138.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D2C is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 44 | - |
| CMYK | 1 | 0 | 0.69 | 0.45 |
| HSL | 138.72º | 1% | 0.28% | - |
| HSV(B) | 138.72º | 1% | 0.55% | - |
| XYZ | 9.98 | 19.23 | 5.57 | - |
| YUV | 87.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 44 | 1 | 0 | 0.69 | 0.45 | 138.72 | 1 | 0.28 |
| Hex | 0 | 8D | 2C | 64 | 0 | 45 | 2D | 8B | 64 | 1C |
| Octal | 0 | 215 | 54 | 144 | 0 | 105 | 55 | 213 | 144 | 34 |
| Binary | 0 | 10001101 | 101100 | 1100100 | 0 | 1000101 | 101101 | 10001011 | 1100100 | 11100 |
Color Harmonies of #008D2C
Complementary color
Monochromatic Colors of #008D2C
Black with #008D2C
Text Example
Text Example
White with #008D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D2C; }
p { color: rgb(0,141,44); }
H1.HeaderClassName
{
color: #008D2C;
}
.AnyTagClassName
{
color: #008D2C;
}
</style>
background-color css
<style>
a { background-color: #008D2C; }
a { background-color: rgb(0,141,44); }
div.DivClassName
{
background-color: #008D2C;
}
.BgClassName
{
background-color: #008D2C;
}
</style>
border-color css
<style>
span { border-color: #008D2C; }
span { border-color: rgb(0,141,44); }
td.TdClassName
{
border-color: #008D2C;
}
.TagClassName
{
border-color: #008D2C;
}
</style>