Shades of Tropical Rain Forest #008562
Tints of Tropical Rain Forest #008562
RGB
CMYK
RGB Variations
Color information
#008562 (or 0x008562) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 62. RGB value is (0,133,98). Sum of RGB (Red+Green+Blue) = 0+133+98=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #008562 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008562 is #FF7A9D. Grayscale: #595959. Windows color (decimal): -16743070 or 6456576. OLE color: 6456576.
HSL color Cylindrical-coordinate representation of color #008562: hue angle of 164.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008562 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 98 | - |
| CMYK | 1 | 0 | 0.26 | 0.48 |
| HSL | 164.21º | 1% | 0.26% | - |
| HSV(B) | 164.21º | 1% | 0.52% | - |
| XYZ | 10.59 | 17.66 | 14.41 | - |
| YUV | 89.24 | 132.94 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 98 | 1 | 0 | 0.26 | 0.48 | 164.21 | 1 | 0.26 |
| Hex | 0 | 85 | 62 | 64 | 0 | 1A | 30 | A4 | 64 | 1A |
| Octal | 0 | 205 | 142 | 144 | 0 | 32 | 60 | 244 | 144 | 32 |
| Binary | 0 | 10000101 | 1100010 | 1100100 | 0 | 11010 | 110000 | 10100100 | 1100100 | 11010 |
Color Harmonies of #008562
Complementary color
Monochromatic Colors of #008562
Black with #008562
Text Example
Text Example
White with #008562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008562; }
p { color: rgb(0,133,98); }
H1.HeaderClassName
{
color: #008562;
}
.AnyTagClassName
{
color: #008562;
}
</style>
background-color css
<style>
a { background-color: #008562; }
a { background-color: rgb(0,133,98); }
div.DivClassName
{
background-color: #008562;
}
.BgClassName
{
background-color: #008562;
}
</style>
border-color css
<style>
span { border-color: #008562; }
span { border-color: rgb(0,133,98); }
td.TdClassName
{
border-color: #008562;
}
.TagClassName
{
border-color: #008562;
}
</style>