Shades of Tropical Rain Forest #008561
Tints of Tropical Rain Forest #008561
RGB
CMYK
RGB Variations
Color information
#008561 (or 0x008561) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 61. RGB value is (0,133,97). Sum of RGB (Red+Green+Blue) = 0+133+97=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #008561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008561 is #FF7A9E. Grayscale: #595959. Windows color (decimal): -16743071 or 6391040. OLE color: 6391040.
HSL color Cylindrical-coordinate representation of color #008561: hue angle of 163.76º 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 #008561 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 97 | - |
| CMYK | 1 | 0 | 0.27 | 0.48 |
| HSL | 163.76º | 1% | 0.26% | - |
| HSV(B) | 163.76º | 1% | 0.52% | - |
| XYZ | 10.55 | 17.64 | 14.16 | - |
| YUV | 89.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 97 | 1 | 0 | 0.27 | 0.48 | 163.76 | 1 | 0.26 |
| Hex | 0 | 85 | 61 | 64 | 0 | 1B | 30 | A4 | 64 | 1A |
| Octal | 0 | 205 | 141 | 144 | 0 | 33 | 60 | 244 | 144 | 32 |
| Binary | 0 | 10000101 | 1100001 | 1100100 | 0 | 11011 | 110000 | 10100100 | 1100100 | 11010 |
Color Harmonies of #008561
Complementary color
Monochromatic Colors of #008561
Black with #008561
Text Example
Text Example
White with #008561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008561; }
p { color: rgb(0,133,97); }
H1.HeaderClassName
{
color: #008561;
}
.AnyTagClassName
{
color: #008561;
}
</style>
background-color css
<style>
a { background-color: #008561; }
a { background-color: rgb(0,133,97); }
div.DivClassName
{
background-color: #008561;
}
.BgClassName
{
background-color: #008561;
}
</style>
border-color css
<style>
span { border-color: #008561; }
span { border-color: rgb(0,133,97); }
td.TdClassName
{
border-color: #008561;
}
.TagClassName
{
border-color: #008561;
}
</style>