Shades of Tropical Rain Forest #008054
Tints of Tropical Rain Forest #008054
RGB
CMYK
RGB Variations
Color information
#008054 (or 0x008054) is known color: Tropical Rain Forest. HEX triplet: 00, 80 and 54. RGB value is (0,128,84). Sum of RGB (Red+Green+Blue) = 0+128+84=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #008054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008054 is #FF7FAB. Grayscale: #545454. Windows color (decimal): -16744364 or 5537792. OLE color: 5537792.
HSL color Cylindrical-coordinate representation of color #008054: hue angle of 159.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008054 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 84 | - |
| CMYK | 1 | 0 | 0.34 | 0.50 |
| HSL | 159.38º | 1% | 0.25% | - |
| HSV(B) | 159.38º | 1% | 0.5% | - |
| XYZ | 9.32 | 16.08 | 11 | - |
| YUV | 84.71 | 127.59 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 84 | 1 | 0 | 0.34 | 0.50 | 159.38 | 1 | 0.25 |
| Hex | 0 | 80 | 54 | 64 | 0 | 22 | 32 | 9F | 64 | 19 |
| Octal | 0 | 200 | 124 | 144 | 0 | 42 | 62 | 237 | 144 | 31 |
| Binary | 0 | 10000000 | 1010100 | 1100100 | 0 | 100010 | 110010 | 10011111 | 1100100 | 11001 |
Color Harmonies of #008054
Complementary color
Monochromatic Colors of #008054
Black with #008054
Text Example
Text Example
White with #008054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008054; }
p { color: rgb(0,128,84); }
H1.HeaderClassName
{
color: #008054;
}
.AnyTagClassName
{
color: #008054;
}
</style>
background-color css
<style>
a { background-color: #008054; }
a { background-color: rgb(0,128,84); }
div.DivClassName
{
background-color: #008054;
}
.BgClassName
{
background-color: #008054;
}
</style>
border-color css
<style>
span { border-color: #008054; }
span { border-color: rgb(0,128,84); }
td.TdClassName
{
border-color: #008054;
}
.TagClassName
{
border-color: #008054;
}
</style>