Shades of Tropical Rain Forest #018463
Tints of Tropical Rain Forest #018463
RGB
CMYK
RGB Variations
Color information
#018463 (or 0x018463) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 63. RGB value is (1,132,99). Sum of RGB (Red+Green+Blue) = 1+132+99=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #018463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018463 is #FE7B9C. Grayscale: #595959. Windows color (decimal): -16677789 or 6521857. OLE color: 6521857.
HSL color Cylindrical-coordinate representation of color #018463: hue angle of 164.89º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018463 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 99 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.48 |
| HSL | 164.89º | 0.98% | 0.26% | - |
| HSV(B) | 164.89º | 0.99% | 0.52% | - |
| XYZ | 10.52 | 17.41 | 14.61 | - |
| YUV | 89.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 99 | 0.99 | 0 | 0.25 | 0.48 | 164.89 | 0.98 | 0.26 |
| Hex | 1 | 84 | 63 | 63 | 0 | 19 | 30 | A5 | 62 | 1A |
| Octal | 1 | 204 | 143 | 143 | 0 | 31 | 60 | 245 | 142 | 32 |
| Binary | 1 | 10000100 | 1100011 | 1100011 | 0 | 11001 | 110000 | 10100101 | 1100010 | 11010 |
Color Harmonies of #018463
Complementary color
Monochromatic Colors of #018463
Black with #018463
Text Example
Text Example
White with #018463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018463; }
p { color: rgb(1,132,99); }
H1.HeaderClassName
{
color: #018463;
}
.AnyTagClassName
{
color: #018463;
}
</style>
background-color css
<style>
a { background-color: #018463; }
a { background-color: rgb(1,132,99); }
div.DivClassName
{
background-color: #018463;
}
.BgClassName
{
background-color: #018463;
}
</style>
border-color css
<style>
span { border-color: #018463; }
span { border-color: rgb(1,132,99); }
td.TdClassName
{
border-color: #018463;
}
.TagClassName
{
border-color: #018463;
}
</style>