Shades of Forest Green #008529
Tints of Forest Green #008529
RGB
CMYK
RGB Variations
Color information
#008529 (or 0x008529) is known color: Forest Green. HEX triplet: 00, 85 and 29. RGB value is (0,133,41). Sum of RGB (Red+Green+Blue) = 0+133+41=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #008529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008529 is #FF7AD6. Grayscale: #525252. Windows color (decimal): -16743127 or 2721024. OLE color: 2721024.
HSL color Cylindrical-coordinate representation of color #008529: hue angle of 138.5º 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 #008529 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 41 | - |
| CMYK | 1 | 0 | 0.69 | 0.48 |
| HSL | 138.5º | 1% | 0.26% | - |
| HSV(B) | 138.5º | 1% | 0.52% | - |
| XYZ | 8.79 | 16.94 | 4.9 | - |
| YUV | 82.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 41 | 1 | 0 | 0.69 | 0.48 | 138.5 | 1 | 0.26 |
| Hex | 0 | 85 | 29 | 64 | 0 | 45 | 30 | 8A | 64 | 1A |
| Octal | 0 | 205 | 51 | 144 | 0 | 105 | 60 | 212 | 144 | 32 |
| Binary | 0 | 10000101 | 101001 | 1100100 | 0 | 1000101 | 110000 | 10001010 | 1100100 | 11010 |
Color Harmonies of #008529
Complementary color
Monochromatic Colors of #008529
Black with #008529
Text Example
Text Example
White with #008529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008529; }
p { color: rgb(0,133,41); }
H1.HeaderClassName
{
color: #008529;
}
.AnyTagClassName
{
color: #008529;
}
</style>
background-color css
<style>
a { background-color: #008529; }
a { background-color: rgb(0,133,41); }
div.DivClassName
{
background-color: #008529;
}
.BgClassName
{
background-color: #008529;
}
</style>
border-color css
<style>
span { border-color: #008529; }
span { border-color: rgb(0,133,41); }
td.TdClassName
{
border-color: #008529;
}
.TagClassName
{
border-color: #008529;
}
</style>