Shades of Tropical Rain Forest #018158
Tints of Tropical Rain Forest #018158
RGB
CMYK
RGB Variations
Color information
#018158 (or 0x018158) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 58. RGB value is (1,129,88). Sum of RGB (Red+Green+Blue) = 1+129+88=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #018158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018158 is #FE7EA7. Grayscale: #565656. Windows color (decimal): -16678568 or 5800193. OLE color: 5800193.
HSL color Cylindrical-coordinate representation of color #018158: hue angle of 160.78º 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 #018158 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 88 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.49 |
| HSL | 160.78º | 0.98% | 0.25% | - |
| HSV(B) | 160.78º | 0.99% | 0.51% | - |
| XYZ | 9.62 | 16.41 | 11.89 | - |
| YUV | 86.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 88 | 0.99 | 0 | 0.32 | 0.49 | 160.78 | 0.98 | 0.25 |
| Hex | 1 | 81 | 58 | 63 | 0 | 20 | 31 | A1 | 62 | 19 |
| Octal | 1 | 201 | 130 | 143 | 0 | 40 | 61 | 241 | 142 | 31 |
| Binary | 1 | 10000001 | 1011000 | 1100011 | 0 | 100000 | 110001 | 10100001 | 1100010 | 11001 |
Color Harmonies of #018158
Complementary color
Monochromatic Colors of #018158
Black with #018158
Text Example
Text Example
White with #018158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018158; }
p { color: rgb(1,129,88); }
H1.HeaderClassName
{
color: #018158;
}
.AnyTagClassName
{
color: #018158;
}
</style>
background-color css
<style>
a { background-color: #018158; }
a { background-color: rgb(1,129,88); }
div.DivClassName
{
background-color: #018158;
}
.BgClassName
{
background-color: #018158;
}
</style>
border-color css
<style>
span { border-color: #018158; }
span { border-color: rgb(1,129,88); }
td.TdClassName
{
border-color: #018158;
}
.TagClassName
{
border-color: #018158;
}
</style>