Shades of Tropical Rain Forest #008355
Tints of Tropical Rain Forest #008355
RGB
CMYK
RGB Variations
Color information
#008355 (or 0x008355) is known color: Tropical Rain Forest. HEX triplet: 00, 83 and 55. RGB value is (0,131,85). Sum of RGB (Red+Green+Blue) = 0+131+85=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #008355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008355 is #FF7CAA. Grayscale: #565656. Windows color (decimal): -16743595 or 5604096. OLE color: 5604096.
HSL color Cylindrical-coordinate representation of color #008355: hue angle of 158.93º 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 #008355 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 85 | - |
| CMYK | 1 | 0 | 0.35 | 0.49 |
| HSL | 158.93º | 1% | 0.26% | - |
| HSV(B) | 158.93º | 1% | 0.51% | - |
| XYZ | 9.76 | 16.89 | 11.34 | - |
| YUV | 86.59 | 127.1 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 85 | 1 | 0 | 0.35 | 0.49 | 158.93 | 1 | 0.26 |
| Hex | 0 | 83 | 55 | 64 | 0 | 23 | 31 | 9F | 64 | 1A |
| Octal | 0 | 203 | 125 | 144 | 0 | 43 | 61 | 237 | 144 | 32 |
| Binary | 0 | 10000011 | 1010101 | 1100100 | 0 | 100011 | 110001 | 10011111 | 1100100 | 11010 |
Color Harmonies of #008355
Complementary color
Monochromatic Colors of #008355
Black with #008355
Text Example
Text Example
White with #008355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008355; }
p { color: rgb(0,131,85); }
H1.HeaderClassName
{
color: #008355;
}
.AnyTagClassName
{
color: #008355;
}
</style>
background-color css
<style>
a { background-color: #008355; }
a { background-color: rgb(0,131,85); }
div.DivClassName
{
background-color: #008355;
}
.BgClassName
{
background-color: #008355;
}
</style>
border-color css
<style>
span { border-color: #008355; }
span { border-color: rgb(0,131,85); }
td.TdClassName
{
border-color: #008355;
}
.TagClassName
{
border-color: #008355;
}
</style>