Shades of Forest Green #008C23
Tints of Forest Green #008C23
RGB
CMYK
RGB Variations
Color information
#008C23 (or 0x008C23) is known color: Forest Green. HEX triplet: 00, 8C and 23. RGB value is (0,140,35). Sum of RGB (Red+Green+Blue) = 0+140+35=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 140 (55.08% from 255 or 80% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 140 - color contains mainly: green. Hex color #008C23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C23 is #FF73DC. Grayscale: #565656. Windows color (decimal): -16741341 or 2329600. OLE color: 2329600.
HSL color Cylindrical-coordinate representation of color #008C23: hue angle of 135º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C23 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 35 | - |
| CMYK | 1 | 0 | 0.75 | 0.45 |
| HSL | 135º | 1% | 0.27% | - |
| HSV(B) | 135º | 1% | 0.55% | - |
| XYZ | 9.68 | 18.88 | 4.72 | - |
| YUV | 86.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 35 | 1 | 0 | 0.75 | 0.45 | 135 | 1 | 0.27 |
| Hex | 0 | 8C | 23 | 64 | 0 | 4B | 2D | 87 | 64 | 1B |
| Octal | 0 | 214 | 43 | 144 | 0 | 113 | 55 | 207 | 144 | 33 |
| Binary | 0 | 10001100 | 100011 | 1100100 | 0 | 1001011 | 101101 | 10000111 | 1100100 | 11011 |
Color Harmonies of #008C23
Complementary color
Monochromatic Colors of #008C23
Black with #008C23
Text Example
Text Example
White with #008C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C23; }
p { color: rgb(0,140,35); }
H1.HeaderClassName
{
color: #008C23;
}
.AnyTagClassName
{
color: #008C23;
}
</style>
background-color css
<style>
a { background-color: #008C23; }
a { background-color: rgb(0,140,35); }
div.DivClassName
{
background-color: #008C23;
}
.BgClassName
{
background-color: #008C23;
}
</style>
border-color css
<style>
span { border-color: #008C23; }
span { border-color: rgb(0,140,35); }
td.TdClassName
{
border-color: #008C23;
}
.TagClassName
{
border-color: #008C23;
}
</style>