Shades of Tropical Rain Forest #018062
Tints of Tropical Rain Forest #018062
RGB
CMYK
RGB Variations
Color information
#018062 (or 0x018062) is known color: Tropical Rain Forest. HEX triplet: 01, 80 and 62. RGB value is (1,128,98). Sum of RGB (Red+Green+Blue) = 1+128+98=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #018062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018062 is #FE7F9D. Grayscale: #565656. Windows color (decimal): -16678814 or 6455297. OLE color: 6455297.
HSL color Cylindrical-coordinate representation of color #018062: hue angle of 165.83º 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 #018062 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 98 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.50 |
| HSL | 165.83º | 0.98% | 0.25% | - |
| HSV(B) | 165.83º | 0.99% | 0.5% | - |
| XYZ | 9.94 | 16.33 | 14.18 | - |
| YUV | 86.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 98 | 0.99 | 0 | 0.23 | 0.50 | 165.83 | 0.98 | 0.25 |
| Hex | 1 | 80 | 62 | 63 | 0 | 17 | 32 | A6 | 62 | 19 |
| Octal | 1 | 200 | 142 | 143 | 0 | 27 | 62 | 246 | 142 | 31 |
| Binary | 1 | 10000000 | 1100010 | 1100011 | 0 | 10111 | 110010 | 10100110 | 1100010 | 11001 |
Color Harmonies of #018062
Complementary color
Monochromatic Colors of #018062
Black with #018062
Text Example
Text Example
White with #018062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018062; }
p { color: rgb(1,128,98); }
H1.HeaderClassName
{
color: #018062;
}
.AnyTagClassName
{
color: #018062;
}
</style>
background-color css
<style>
a { background-color: #018062; }
a { background-color: rgb(1,128,98); }
div.DivClassName
{
background-color: #018062;
}
.BgClassName
{
background-color: #018062;
}
</style>
border-color css
<style>
span { border-color: #018062; }
span { border-color: rgb(1,128,98); }
td.TdClassName
{
border-color: #018062;
}
.TagClassName
{
border-color: #018062;
}
</style>