Shades of Tropical Rain Forest #018163
Tints of Tropical Rain Forest #018163
RGB
CMYK
RGB Variations
Color information
#018163 (or 0x018163) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 63. RGB value is (1,129,99). Sum of RGB (Red+Green+Blue) = 1+129+99=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #018163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018163 is #FE7E9C. Grayscale: #575757. Windows color (decimal): -16678557 or 6521089. OLE color: 6521089.
HSL color Cylindrical-coordinate representation of color #018163: hue angle of 165.94º 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 #018163 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 99 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.49 |
| HSL | 165.94º | 0.98% | 0.25% | - |
| HSV(B) | 165.94º | 0.99% | 0.51% | - |
| XYZ | 10.11 | 16.61 | 14.48 | - |
| YUV | 87.31 | 134.59 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 99 | 0.99 | 0 | 0.23 | 0.49 | 165.94 | 0.98 | 0.25 |
| Hex | 1 | 81 | 63 | 63 | 0 | 17 | 31 | A6 | 62 | 19 |
| Octal | 1 | 201 | 143 | 143 | 0 | 27 | 61 | 246 | 142 | 31 |
| Binary | 1 | 10000001 | 1100011 | 1100011 | 0 | 10111 | 110001 | 10100110 | 1100010 | 11001 |
Color Harmonies of #018163
Complementary color
Monochromatic Colors of #018163
Black with #018163
Text Example
Text Example
White with #018163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018163; }
p { color: rgb(1,129,99); }
H1.HeaderClassName
{
color: #018163;
}
.AnyTagClassName
{
color: #018163;
}
</style>
background-color css
<style>
a { background-color: #018163; }
a { background-color: rgb(1,129,99); }
div.DivClassName
{
background-color: #018163;
}
.BgClassName
{
background-color: #018163;
}
</style>
border-color css
<style>
span { border-color: #018163; }
span { border-color: rgb(1,129,99); }
td.TdClassName
{
border-color: #018163;
}
.TagClassName
{
border-color: #018163;
}
</style>