Shades of Tropical Rain Forest #018063
Tints of Tropical Rain Forest #018063
RGB
CMYK
RGB Variations
Color information
#018063 (or 0x018063) is known color: Tropical Rain Forest. HEX triplet: 01, 80 and 63. RGB value is (1,128,99). Sum of RGB (Red+Green+Blue) = 1+128+99=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #018063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018063 is #FE7F9C. Grayscale: #565656. Windows color (decimal): -16678813 or 6520833. OLE color: 6520833.
HSL color Cylindrical-coordinate representation of color #018063: hue angle of 166.3º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018063 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 99 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.50 |
| HSL | 166.3º | 0.98% | 0.25% | - |
| HSV(B) | 166.3º | 0.99% | 0.5% | - |
| XYZ | 9.98 | 16.35 | 14.43 | - |
| YUV | 86.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 99 | 0.99 | 0 | 0.23 | 0.50 | 166.3 | 0.98 | 0.25 |
| Hex | 1 | 80 | 63 | 63 | 0 | 17 | 32 | A6 | 62 | 19 |
| Octal | 1 | 200 | 143 | 143 | 0 | 27 | 62 | 246 | 142 | 31 |
| Binary | 1 | 10000000 | 1100011 | 1100011 | 0 | 10111 | 110010 | 10100110 | 1100010 | 11001 |
Color Harmonies of #018063
Complementary color
Monochromatic Colors of #018063
Black with #018063
Text Example
Text Example
White with #018063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018063; }
p { color: rgb(1,128,99); }
H1.HeaderClassName
{
color: #018063;
}
.AnyTagClassName
{
color: #018063;
}
</style>
background-color css
<style>
a { background-color: #018063; }
a { background-color: rgb(1,128,99); }
div.DivClassName
{
background-color: #018063;
}
.BgClassName
{
background-color: #018063;
}
</style>
border-color css
<style>
span { border-color: #018063; }
span { border-color: rgb(1,128,99); }
td.TdClassName
{
border-color: #018063;
}
.TagClassName
{
border-color: #018063;
}
</style>