Shades of Tropical Rain Forest #008256
Tints of Tropical Rain Forest #008256
RGB
CMYK
RGB Variations
Color information
#008256 (or 0x008256) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 56. RGB value is (0,130,86). Sum of RGB (Red+Green+Blue) = 0+130+86=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #008256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008256 is #FF7DA9. Grayscale: #565656. Windows color (decimal): -16743850 or 5669376. OLE color: 5669376.
HSL color Cylindrical-coordinate representation of color #008256: hue angle of 159.69º 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 #008256 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 86 | - |
| CMYK | 1 | 0 | 0.34 | 0.49 |
| HSL | 159.69º | 1% | 0.25% | - |
| HSV(B) | 159.69º | 1% | 0.51% | - |
| XYZ | 9.66 | 16.64 | 11.51 | - |
| YUV | 86.11 | 127.93 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 86 | 1 | 0 | 0.34 | 0.49 | 159.69 | 1 | 0.25 |
| Hex | 0 | 82 | 56 | 64 | 0 | 22 | 31 | A0 | 64 | 19 |
| Octal | 0 | 202 | 126 | 144 | 0 | 42 | 61 | 240 | 144 | 31 |
| Binary | 0 | 10000010 | 1010110 | 1100100 | 0 | 100010 | 110001 | 10100000 | 1100100 | 11001 |
Color Harmonies of #008256
Complementary color
Monochromatic Colors of #008256
Black with #008256
Text Example
Text Example
White with #008256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008256; }
p { color: rgb(0,130,86); }
H1.HeaderClassName
{
color: #008256;
}
.AnyTagClassName
{
color: #008256;
}
</style>
background-color css
<style>
a { background-color: #008256; }
a { background-color: rgb(0,130,86); }
div.DivClassName
{
background-color: #008256;
}
.BgClassName
{
background-color: #008256;
}
</style>
border-color css
<style>
span { border-color: #008256; }
span { border-color: rgb(0,130,86); }
td.TdClassName
{
border-color: #008256;
}
.TagClassName
{
border-color: #008256;
}
</style>