Shades of Tropical Rain Forest #018559
Tints of Tropical Rain Forest #018559
RGB
CMYK
RGB Variations
Color information
#018559 (or 0x018559) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 59. RGB value is (1,133,89). Sum of RGB (Red+Green+Blue) = 1+133+89=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #018559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018559 is #FE7AA6. Grayscale: #585858. Windows color (decimal): -16677543 or 5866753. OLE color: 5866753.
HSL color Cylindrical-coordinate representation of color #018559: hue angle of 160º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018559 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 89 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.48 |
| HSL | 160º | 0.99% | 0.26% | - |
| HSV(B) | 160º | 0.99% | 0.52% | - |
| XYZ | 10.2 | 17.5 | 12.29 | - |
| YUV | 88.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 89 | 0.99 | 0 | 0.33 | 0.48 | 160 | 0.99 | 0.26 |
| Hex | 1 | 85 | 59 | 63 | 0 | 21 | 30 | A0 | 63 | 1A |
| Octal | 1 | 205 | 131 | 143 | 0 | 41 | 60 | 240 | 143 | 32 |
| Binary | 1 | 10000101 | 1011001 | 1100011 | 0 | 100001 | 110000 | 10100000 | 1100011 | 11010 |
Color Harmonies of #018559
Complementary color
Monochromatic Colors of #018559
Black with #018559
Text Example
Text Example
White with #018559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018559; }
p { color: rgb(1,133,89); }
H1.HeaderClassName
{
color: #018559;
}
.AnyTagClassName
{
color: #018559;
}
</style>
background-color css
<style>
a { background-color: #018559; }
a { background-color: rgb(1,133,89); }
div.DivClassName
{
background-color: #018559;
}
.BgClassName
{
background-color: #018559;
}
</style>
border-color css
<style>
span { border-color: #018559; }
span { border-color: rgb(1,133,89); }
td.TdClassName
{
border-color: #018559;
}
.TagClassName
{
border-color: #018559;
}
</style>