Shades of Tropical Rain Forest #008057
Tints of Tropical Rain Forest #008057
RGB
CMYK
RGB Variations
Color information
#008057 (or 0x008057) is known color: Tropical Rain Forest. HEX triplet: 00, 80 and 57. RGB value is (0,128,87). Sum of RGB (Red+Green+Blue) = 0+128+87=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #008057 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008057 is #FF7FA8. Grayscale: #555555. Windows color (decimal): -16744361 or 5734400. OLE color: 5734400.
HSL color Cylindrical-coordinate representation of color #008057: hue angle of 160.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008057 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 87 | - |
| CMYK | 1 | 0 | 0.32 | 0.50 |
| HSL | 160.78º | 1% | 0.25% | - |
| HSV(B) | 160.78º | 1% | 0.5% | - |
| XYZ | 9.44 | 16.13 | 11.63 | - |
| YUV | 85.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 87 | 1 | 0 | 0.32 | 0.50 | 160.78 | 1 | 0.25 |
| Hex | 0 | 80 | 57 | 64 | 0 | 20 | 32 | A1 | 64 | 19 |
| Octal | 0 | 200 | 127 | 144 | 0 | 40 | 62 | 241 | 144 | 31 |
| Binary | 0 | 10000000 | 1010111 | 1100100 | 0 | 100000 | 110010 | 10100001 | 1100100 | 11001 |
Color Harmonies of #008057
Complementary color
Monochromatic Colors of #008057
Black with #008057
Text Example
Text Example
White with #008057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008057; }
p { color: rgb(0,128,87); }
H1.HeaderClassName
{
color: #008057;
}
.AnyTagClassName
{
color: #008057;
}
</style>
background-color css
<style>
a { background-color: #008057; }
a { background-color: rgb(0,128,87); }
div.DivClassName
{
background-color: #008057;
}
.BgClassName
{
background-color: #008057;
}
</style>
border-color css
<style>
span { border-color: #008057; }
span { border-color: rgb(0,128,87); }
td.TdClassName
{
border-color: #008057;
}
.TagClassName
{
border-color: #008057;
}
</style>