Shades of Tropical Rain Forest #008555
Tints of Tropical Rain Forest #008555
RGB
CMYK
RGB Variations
Color information
#008555 (or 0x008555) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 55. RGB value is (0,133,85). Sum of RGB (Red+Green+Blue) = 0+133+85=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #008555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008555 is #FF7AAA. Grayscale: #575757. Windows color (decimal): -16743083 or 5604608. OLE color: 5604608.
HSL color Cylindrical-coordinate representation of color #008555: hue angle of 158.35º 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 #008555 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 85 | - |
| CMYK | 1 | 0 | 0.36 | 0.48 |
| HSL | 158.35º | 1% | 0.26% | - |
| HSV(B) | 158.35º | 1% | 0.52% | - |
| XYZ | 10.03 | 17.43 | 11.43 | - |
| YUV | 87.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 85 | 1 | 0 | 0.36 | 0.48 | 158.35 | 1 | 0.26 |
| Hex | 0 | 85 | 55 | 64 | 0 | 24 | 30 | 9E | 64 | 1A |
| Octal | 0 | 205 | 125 | 144 | 0 | 44 | 60 | 236 | 144 | 32 |
| Binary | 0 | 10000101 | 1010101 | 1100100 | 0 | 100100 | 110000 | 10011110 | 1100100 | 11010 |
Color Harmonies of #008555
Complementary color
Monochromatic Colors of #008555
Black with #008555
Text Example
Text Example
White with #008555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008555; }
p { color: rgb(0,133,85); }
H1.HeaderClassName
{
color: #008555;
}
.AnyTagClassName
{
color: #008555;
}
</style>
background-color css
<style>
a { background-color: #008555; }
a { background-color: rgb(0,133,85); }
div.DivClassName
{
background-color: #008555;
}
.BgClassName
{
background-color: #008555;
}
</style>
border-color css
<style>
span { border-color: #008555; }
span { border-color: rgb(0,133,85); }
td.TdClassName
{
border-color: #008555;
}
.TagClassName
{
border-color: #008555;
}
</style>