Shades of Tropical Rain Forest #018155
Tints of Tropical Rain Forest #018155
RGB
CMYK
RGB Variations
Color information
#018155 (or 0x018155) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 55. RGB value is (1,129,85). Sum of RGB (Red+Green+Blue) = 1+129+85=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #018155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018155 is #FE7EAA. Grayscale: #555555. Windows color (decimal): -16678571 or 5603585. OLE color: 5603585.
HSL color Cylindrical-coordinate representation of color #018155: hue angle of 159.38º 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 #018155 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 85 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.49 |
| HSL | 159.38º | 0.98% | 0.25% | - |
| HSV(B) | 159.38º | 0.99% | 0.51% | - |
| XYZ | 9.5 | 16.36 | 11.25 | - |
| YUV | 85.71 | 127.59 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 85 | 0.99 | 0 | 0.34 | 0.49 | 159.38 | 0.98 | 0.25 |
| Hex | 1 | 81 | 55 | 63 | 0 | 22 | 31 | 9F | 62 | 19 |
| Octal | 1 | 201 | 125 | 143 | 0 | 42 | 61 | 237 | 142 | 31 |
| Binary | 1 | 10000001 | 1010101 | 1100011 | 0 | 100010 | 110001 | 10011111 | 1100010 | 11001 |
Color Harmonies of #018155
Complementary color
Monochromatic Colors of #018155
Black with #018155
Text Example
Text Example
White with #018155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018155; }
p { color: rgb(1,129,85); }
H1.HeaderClassName
{
color: #018155;
}
.AnyTagClassName
{
color: #018155;
}
</style>
background-color css
<style>
a { background-color: #018155; }
a { background-color: rgb(1,129,85); }
div.DivClassName
{
background-color: #018155;
}
.BgClassName
{
background-color: #018155;
}
</style>
border-color css
<style>
span { border-color: #018155; }
span { border-color: rgb(1,129,85); }
td.TdClassName
{
border-color: #018155;
}
.TagClassName
{
border-color: #018155;
}
</style>