Shades of Tropical Rain Forest #018157
Tints of Tropical Rain Forest #018157
RGB
CMYK
RGB Variations
Color information
#018157 (or 0x018157) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 57. RGB value is (1,129,87). Sum of RGB (Red+Green+Blue) = 1+129+87=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #018157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018157 is #FE7EA8. Grayscale: #555555. Windows color (decimal): -16678569 or 5734657. OLE color: 5734657.
HSL color Cylindrical-coordinate representation of color #018157: hue angle of 160.31º 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 #018157 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 87 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.49 |
| HSL | 160.31º | 0.98% | 0.25% | - |
| HSV(B) | 160.31º | 0.99% | 0.51% | - |
| XYZ | 9.58 | 16.4 | 11.68 | - |
| YUV | 85.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 87 | 0.99 | 0 | 0.33 | 0.49 | 160.31 | 0.98 | 0.25 |
| Hex | 1 | 81 | 57 | 63 | 0 | 21 | 31 | A0 | 62 | 19 |
| Octal | 1 | 201 | 127 | 143 | 0 | 41 | 61 | 240 | 142 | 31 |
| Binary | 1 | 10000001 | 1010111 | 1100011 | 0 | 100001 | 110001 | 10100000 | 1100010 | 11001 |
Color Harmonies of #018157
Complementary color
Monochromatic Colors of #018157
Black with #018157
Text Example
Text Example
White with #018157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018157; }
p { color: rgb(1,129,87); }
H1.HeaderClassName
{
color: #018157;
}
.AnyTagClassName
{
color: #018157;
}
</style>
background-color css
<style>
a { background-color: #018157; }
a { background-color: rgb(1,129,87); }
div.DivClassName
{
background-color: #018157;
}
.BgClassName
{
background-color: #018157;
}
</style>
border-color css
<style>
span { border-color: #018157; }
span { border-color: rgb(1,129,87); }
td.TdClassName
{
border-color: #018157;
}
.TagClassName
{
border-color: #018157;
}
</style>