Shades of Tropical Rain Forest #008557
Tints of Tropical Rain Forest #008557
RGB
CMYK
RGB Variations
Color information
#008557 (or 0x008557) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 57. RGB value is (0,133,87). Sum of RGB (Red+Green+Blue) = 0+133+87=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #008557 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008557 is #FF7AA8. Grayscale: #585858. Windows color (decimal): -16743081 or 5735680. OLE color: 5735680.
HSL color Cylindrical-coordinate representation of color #008557: hue angle of 159.25º 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 #008557 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 87 | - |
| CMYK | 1 | 0 | 0.35 | 0.48 |
| HSL | 159.25º | 1% | 0.26% | - |
| HSV(B) | 159.25º | 1% | 0.52% | - |
| XYZ | 10.11 | 17.46 | 11.85 | - |
| YUV | 87.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 87 | 1 | 0 | 0.35 | 0.48 | 159.25 | 1 | 0.26 |
| Hex | 0 | 85 | 57 | 64 | 0 | 23 | 30 | 9F | 64 | 1A |
| Octal | 0 | 205 | 127 | 144 | 0 | 43 | 60 | 237 | 144 | 32 |
| Binary | 0 | 10000101 | 1010111 | 1100100 | 0 | 100011 | 110000 | 10011111 | 1100100 | 11010 |
Color Harmonies of #008557
Complementary color
Monochromatic Colors of #008557
Black with #008557
Text Example
Text Example
White with #008557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008557; }
p { color: rgb(0,133,87); }
H1.HeaderClassName
{
color: #008557;
}
.AnyTagClassName
{
color: #008557;
}
</style>
background-color css
<style>
a { background-color: #008557; }
a { background-color: rgb(0,133,87); }
div.DivClassName
{
background-color: #008557;
}
.BgClassName
{
background-color: #008557;
}
</style>
border-color css
<style>
span { border-color: #008557; }
span { border-color: rgb(0,133,87); }
td.TdClassName
{
border-color: #008557;
}
.TagClassName
{
border-color: #008557;
}
</style>