Shades of Tropical Rain Forest #008254
Tints of Tropical Rain Forest #008254
RGB
CMYK
RGB Variations
Color information
#008254 (or 0x008254) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 54. RGB value is (0,130,84). Sum of RGB (Red+Green+Blue) = 0+130+84=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #008254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008254 is #FF7DAB. Grayscale: #555555. Windows color (decimal): -16743852 or 5538304. OLE color: 5538304.
HSL color Cylindrical-coordinate representation of color #008254: hue angle of 158.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008254 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 84 | - |
| CMYK | 1 | 0 | 0.35 | 0.49 |
| HSL | 158.77º | 1% | 0.25% | - |
| HSV(B) | 158.77º | 1% | 0.51% | - |
| XYZ | 9.58 | 16.61 | 11.09 | - |
| YUV | 85.89 | 126.93 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 84 | 1 | 0 | 0.35 | 0.49 | 158.77 | 1 | 0.25 |
| Hex | 0 | 82 | 54 | 64 | 0 | 23 | 31 | 9F | 64 | 19 |
| Octal | 0 | 202 | 124 | 144 | 0 | 43 | 61 | 237 | 144 | 31 |
| Binary | 0 | 10000010 | 1010100 | 1100100 | 0 | 100011 | 110001 | 10011111 | 1100100 | 11001 |
Color Harmonies of #008254
Complementary color
Monochromatic Colors of #008254
Black with #008254
Text Example
Text Example
White with #008254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008254; }
p { color: rgb(0,130,84); }
H1.HeaderClassName
{
color: #008254;
}
.AnyTagClassName
{
color: #008254;
}
</style>
background-color css
<style>
a { background-color: #008254; }
a { background-color: rgb(0,130,84); }
div.DivClassName
{
background-color: #008254;
}
.BgClassName
{
background-color: #008254;
}
</style>
border-color css
<style>
span { border-color: #008254; }
span { border-color: rgb(0,130,84); }
td.TdClassName
{
border-color: #008254;
}
.TagClassName
{
border-color: #008254;
}
</style>