Shades of Forest Green #008524
Tints of Forest Green #008524
RGB
CMYK
RGB Variations
Color information
#008524 (or 0x008524) is known color: Forest Green. HEX triplet: 00, 85 and 24. RGB value is (0,133,36). Sum of RGB (Red+Green+Blue) = 0+133+36=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #008524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008524 is #FF7ADB. Grayscale: #525252. Windows color (decimal): -16743132 or 2393344. OLE color: 2393344.
HSL color Cylindrical-coordinate representation of color #008524: hue angle of 136.24º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008524 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 36 | - |
| CMYK | 1 | 0 | 0.73 | 0.48 |
| HSL | 136.24º | 1% | 0.26% | - |
| HSV(B) | 136.24º | 1% | 0.52% | - |
| XYZ | 8.71 | 16.9 | 4.47 | - |
| YUV | 82.18 | 101.94 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 36 | 1 | 0 | 0.73 | 0.48 | 136.24 | 1 | 0.26 |
| Hex | 0 | 85 | 24 | 64 | 0 | 49 | 30 | 88 | 64 | 1A |
| Octal | 0 | 205 | 44 | 144 | 0 | 111 | 60 | 210 | 144 | 32 |
| Binary | 0 | 10000101 | 100100 | 1100100 | 0 | 1001001 | 110000 | 10001000 | 1100100 | 11010 |
Color Harmonies of #008524
Complementary color
Monochromatic Colors of #008524
Black with #008524
Text Example
Text Example
White with #008524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008524; }
p { color: rgb(0,133,36); }
H1.HeaderClassName
{
color: #008524;
}
.AnyTagClassName
{
color: #008524;
}
</style>
background-color css
<style>
a { background-color: #008524; }
a { background-color: rgb(0,133,36); }
div.DivClassName
{
background-color: #008524;
}
.BgClassName
{
background-color: #008524;
}
</style>
border-color css
<style>
span { border-color: #008524; }
span { border-color: rgb(0,133,36); }
td.TdClassName
{
border-color: #008524;
}
.TagClassName
{
border-color: #008524;
}
</style>