Shades of Tropical Rain Forest #018454
Tints of Tropical Rain Forest #018454
RGB
CMYK
RGB Variations
Color information
#018454 (or 0x018454) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 54. RGB value is (1,132,84). Sum of RGB (Red+Green+Blue) = 1+132+84=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #018454 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018454 is #FE7BAB. Grayscale: #575757. Windows color (decimal): -16677804 or 5538817. OLE color: 5538817.
HSL color Cylindrical-coordinate representation of color #018454: hue angle of 158.02º 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 #018454 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 84 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.48 |
| HSL | 158.02º | 0.98% | 0.26% | - |
| HSV(B) | 158.02º | 0.99% | 0.52% | - |
| XYZ | 9.86 | 17.15 | 11.18 | - |
| YUV | 87.36 | 126.1 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 84 | 0.99 | 0 | 0.36 | 0.48 | 158.02 | 0.98 | 0.26 |
| Hex | 1 | 84 | 54 | 63 | 0 | 24 | 30 | 9E | 62 | 1A |
| Octal | 1 | 204 | 124 | 143 | 0 | 44 | 60 | 236 | 142 | 32 |
| Binary | 1 | 10000100 | 1010100 | 1100011 | 0 | 100100 | 110000 | 10011110 | 1100010 | 11010 |
Color Harmonies of #018454
Complementary color
Monochromatic Colors of #018454
Black with #018454
Text Example
Text Example
White with #018454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018454; }
p { color: rgb(1,132,84); }
H1.HeaderClassName
{
color: #018454;
}
.AnyTagClassName
{
color: #018454;
}
</style>
background-color css
<style>
a { background-color: #018454; }
a { background-color: rgb(1,132,84); }
div.DivClassName
{
background-color: #018454;
}
.BgClassName
{
background-color: #018454;
}
</style>
border-color css
<style>
span { border-color: #018454; }
span { border-color: rgb(1,132,84); }
td.TdClassName
{
border-color: #018454;
}
.TagClassName
{
border-color: #018454;
}
</style>