Shades of Tropical Rain Forest #008356
Tints of Tropical Rain Forest #008356
RGB
CMYK
RGB Variations
Color information
#008356 (or 0x008356) is known color: Tropical Rain Forest. HEX triplet: 00, 83 and 56. RGB value is (0,131,86). Sum of RGB (Red+Green+Blue) = 0+131+86=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #008356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008356 is #FF7CA9. Grayscale: #565656. Windows color (decimal): -16743594 or 5669632. OLE color: 5669632.
HSL color Cylindrical-coordinate representation of color #008356: hue angle of 159.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008356 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 86 | - |
| CMYK | 1 | 0 | 0.34 | 0.49 |
| HSL | 159.39º | 1% | 0.26% | - |
| HSV(B) | 159.39º | 1% | 0.51% | - |
| XYZ | 9.8 | 16.9 | 11.55 | - |
| YUV | 86.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 86 | 1 | 0 | 0.34 | 0.49 | 159.39 | 1 | 0.26 |
| Hex | 0 | 83 | 56 | 64 | 0 | 22 | 31 | 9F | 64 | 1A |
| Octal | 0 | 203 | 126 | 144 | 0 | 42 | 61 | 237 | 144 | 32 |
| Binary | 0 | 10000011 | 1010110 | 1100100 | 0 | 100010 | 110001 | 10011111 | 1100100 | 11010 |
Color Harmonies of #008356
Complementary color
Monochromatic Colors of #008356
Black with #008356
Text Example
Text Example
White with #008356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008356; }
p { color: rgb(0,131,86); }
H1.HeaderClassName
{
color: #008356;
}
.AnyTagClassName
{
color: #008356;
}
</style>
background-color css
<style>
a { background-color: #008356; }
a { background-color: rgb(0,131,86); }
div.DivClassName
{
background-color: #008356;
}
.BgClassName
{
background-color: #008356;
}
</style>
border-color css
<style>
span { border-color: #008356; }
span { border-color: rgb(0,131,86); }
td.TdClassName
{
border-color: #008356;
}
.TagClassName
{
border-color: #008356;
}
</style>