Shades of Tropical Rain Forest #008156
Tints of Tropical Rain Forest #008156
RGB
CMYK
RGB Variations
Color information
#008156 (or 0x008156) is known color: Tropical Rain Forest. HEX triplet: 00, 81 and 56. RGB value is (0,129,86). Sum of RGB (Red+Green+Blue) = 0+129+86=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #008156 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008156 is #FF7EA9. Grayscale: #555555. Windows color (decimal): -16744106 or 5669120. OLE color: 5669120.
HSL color Cylindrical-coordinate representation of color #008156: hue angle of 160º 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 #008156 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 86 | - |
| CMYK | 1 | 0 | 0.33 | 0.49 |
| HSL | 160º | 1% | 0.25% | - |
| HSV(B) | 160º | 1% | 0.51% | - |
| XYZ | 9.53 | 16.37 | 11.46 | - |
| YUV | 85.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 86 | 1 | 0 | 0.33 | 0.49 | 160 | 1 | 0.25 |
| Hex | 0 | 81 | 56 | 64 | 0 | 21 | 31 | A0 | 64 | 19 |
| Octal | 0 | 201 | 126 | 144 | 0 | 41 | 61 | 240 | 144 | 31 |
| Binary | 0 | 10000001 | 1010110 | 1100100 | 0 | 100001 | 110001 | 10100000 | 1100100 | 11001 |
Color Harmonies of #008156
Complementary color
Monochromatic Colors of #008156
Black with #008156
Text Example
Text Example
White with #008156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008156; }
p { color: rgb(0,129,86); }
H1.HeaderClassName
{
color: #008156;
}
.AnyTagClassName
{
color: #008156;
}
</style>
background-color css
<style>
a { background-color: #008156; }
a { background-color: rgb(0,129,86); }
div.DivClassName
{
background-color: #008156;
}
.BgClassName
{
background-color: #008156;
}
</style>
border-color css
<style>
span { border-color: #008156; }
span { border-color: rgb(0,129,86); }
td.TdClassName
{
border-color: #008156;
}
.TagClassName
{
border-color: #008156;
}
</style>