Shades of Tropical Rain Forest #008556
Tints of Tropical Rain Forest #008556
RGB
CMYK
RGB Variations
Color information
#008556 (or 0x008556) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 56. RGB value is (0,133,86). Sum of RGB (Red+Green+Blue) = 0+133+86=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #008556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008556 is #FF7AA9. Grayscale: #575757. Windows color (decimal): -16743082 or 5670144. OLE color: 5670144.
HSL color Cylindrical-coordinate representation of color #008556: hue angle of 158.8º 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 #008556 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 86 | - |
| CMYK | 1 | 0 | 0.35 | 0.48 |
| HSL | 158.8º | 1% | 0.26% | - |
| HSV(B) | 158.8º | 1% | 0.52% | - |
| XYZ | 10.07 | 17.45 | 11.64 | - |
| YUV | 87.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 86 | 1 | 0 | 0.35 | 0.48 | 158.8 | 1 | 0.26 |
| Hex | 0 | 85 | 56 | 64 | 0 | 23 | 30 | 9F | 64 | 1A |
| Octal | 0 | 205 | 126 | 144 | 0 | 43 | 60 | 237 | 144 | 32 |
| Binary | 0 | 10000101 | 1010110 | 1100100 | 0 | 100011 | 110000 | 10011111 | 1100100 | 11010 |
Color Harmonies of #008556
Complementary color
Monochromatic Colors of #008556
Black with #008556
Text Example
Text Example
White with #008556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008556; }
p { color: rgb(0,133,86); }
H1.HeaderClassName
{
color: #008556;
}
.AnyTagClassName
{
color: #008556;
}
</style>
background-color css
<style>
a { background-color: #008556; }
a { background-color: rgb(0,133,86); }
div.DivClassName
{
background-color: #008556;
}
.BgClassName
{
background-color: #008556;
}
</style>
border-color css
<style>
span { border-color: #008556; }
span { border-color: rgb(0,133,86); }
td.TdClassName
{
border-color: #008556;
}
.TagClassName
{
border-color: #008556;
}
</style>