Shades of Tropical Rain Forest #018159
Tints of Tropical Rain Forest #018159
RGB
CMYK
RGB Variations
Color information
#018159 (or 0x018159) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 59. RGB value is (1,129,89). Sum of RGB (Red+Green+Blue) = 1+129+89=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #018159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018159 is #FE7EA6. Grayscale: #565656. Windows color (decimal): -16678567 or 5865729. OLE color: 5865729.
HSL color Cylindrical-coordinate representation of color #018159: hue angle of 161.25º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018159 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 89 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.49 |
| HSL | 161.25º | 0.98% | 0.25% | - |
| HSV(B) | 161.25º | 0.99% | 0.51% | - |
| XYZ | 9.67 | 16.43 | 12.11 | - |
| YUV | 86.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 89 | 0.99 | 0 | 0.31 | 0.49 | 161.25 | 0.98 | 0.25 |
| Hex | 1 | 81 | 59 | 63 | 0 | 1F | 31 | A1 | 62 | 19 |
| Octal | 1 | 201 | 131 | 143 | 0 | 37 | 61 | 241 | 142 | 31 |
| Binary | 1 | 10000001 | 1011001 | 1100011 | 0 | 11111 | 110001 | 10100001 | 1100010 | 11001 |
Color Harmonies of #018159
Complementary color
Monochromatic Colors of #018159
Black with #018159
Text Example
Text Example
White with #018159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018159; }
p { color: rgb(1,129,89); }
H1.HeaderClassName
{
color: #018159;
}
.AnyTagClassName
{
color: #018159;
}
</style>
background-color css
<style>
a { background-color: #018159; }
a { background-color: rgb(1,129,89); }
div.DivClassName
{
background-color: #018159;
}
.BgClassName
{
background-color: #018159;
}
</style>
border-color css
<style>
span { border-color: #018159; }
span { border-color: rgb(1,129,89); }
td.TdClassName
{
border-color: #018159;
}
.TagClassName
{
border-color: #018159;
}
</style>