Shades of Forest Green #008528
Tints of Forest Green #008528
RGB
CMYK
RGB Variations
Color information
#008528 (or 0x008528) is known color: Forest Green. HEX triplet: 00, 85 and 28. RGB value is (0,133,40). Sum of RGB (Red+Green+Blue) = 0+133+40=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #008528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008528 is #FF7AD7. Grayscale: #525252. Windows color (decimal): -16743128 or 2655488. OLE color: 2655488.
HSL color Cylindrical-coordinate representation of color #008528: hue angle of 138.05º 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 #008528 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 40 | - |
| CMYK | 1 | 0 | 0.70 | 0.48 |
| HSL | 138.05º | 1% | 0.26% | - |
| HSV(B) | 138.05º | 1% | 0.52% | - |
| XYZ | 8.77 | 16.93 | 4.81 | - |
| YUV | 82.63 | 103.94 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 40 | 1 | 0 | 0.70 | 0.48 | 138.05 | 1 | 0.26 |
| Hex | 0 | 85 | 28 | 64 | 0 | 46 | 30 | 8A | 64 | 1A |
| Octal | 0 | 205 | 50 | 144 | 0 | 106 | 60 | 212 | 144 | 32 |
| Binary | 0 | 10000101 | 101000 | 1100100 | 0 | 1000110 | 110000 | 10001010 | 1100100 | 11010 |
Color Harmonies of #008528
Complementary color
Monochromatic Colors of #008528
Black with #008528
Text Example
Text Example
White with #008528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008528; }
p { color: rgb(0,133,40); }
H1.HeaderClassName
{
color: #008528;
}
.AnyTagClassName
{
color: #008528;
}
</style>
background-color css
<style>
a { background-color: #008528; }
a { background-color: rgb(0,133,40); }
div.DivClassName
{
background-color: #008528;
}
.BgClassName
{
background-color: #008528;
}
</style>
border-color css
<style>
span { border-color: #008528; }
span { border-color: rgb(0,133,40); }
td.TdClassName
{
border-color: #008528;
}
.TagClassName
{
border-color: #008528;
}
</style>