Shades of Tropical Rain Forest #018057
Tints of Tropical Rain Forest #018057
RGB
CMYK
RGB Variations
Color information
#018057 (or 0x018057) is known color: Tropical Rain Forest. HEX triplet: 01, 80 and 57. RGB value is (1,128,87). Sum of RGB (Red+Green+Blue) = 1+128+87=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #018057 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018057 is #FE7FA8. Grayscale: #555555. Windows color (decimal): -16678825 or 5734401. OLE color: 5734401.
HSL color Cylindrical-coordinate representation of color #018057: hue angle of 160.63º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018057 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 87 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.50 |
| HSL | 160.63º | 0.98% | 0.25% | - |
| HSV(B) | 160.63º | 0.99% | 0.5% | - |
| XYZ | 9.45 | 16.13 | 11.63 | - |
| YUV | 85.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 87 | 0.99 | 0 | 0.32 | 0.50 | 160.63 | 0.98 | 0.25 |
| Hex | 1 | 80 | 57 | 63 | 0 | 20 | 32 | A1 | 62 | 19 |
| Octal | 1 | 200 | 127 | 143 | 0 | 40 | 62 | 241 | 142 | 31 |
| Binary | 1 | 10000000 | 1010111 | 1100011 | 0 | 100000 | 110010 | 10100001 | 1100010 | 11001 |
Color Harmonies of #018057
Complementary color
Monochromatic Colors of #018057
Black with #018057
Text Example
Text Example
White with #018057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018057; }
p { color: rgb(1,128,87); }
H1.HeaderClassName
{
color: #018057;
}
.AnyTagClassName
{
color: #018057;
}
</style>
background-color css
<style>
a { background-color: #018057; }
a { background-color: rgb(1,128,87); }
div.DivClassName
{
background-color: #018057;
}
.BgClassName
{
background-color: #018057;
}
</style>
border-color css
<style>
span { border-color: #018057; }
span { border-color: rgb(1,128,87); }
td.TdClassName
{
border-color: #018057;
}
.TagClassName
{
border-color: #018057;
}
</style>