Shades of Tropical Rain Forest #008363
Tints of Tropical Rain Forest #008363
RGB
CMYK
RGB Variations
Color information
#008363 (or 0x008363) is known color: Tropical Rain Forest. HEX triplet: 00, 83 and 63. RGB value is (0,131,99). Sum of RGB (Red+Green+Blue) = 0+131+99=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #008363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008363 is #FF7C9C. Grayscale: #585858. Windows color (decimal): -16743581 or 6521600. OLE color: 6521600.
HSL color Cylindrical-coordinate representation of color #008363: hue angle of 165.34º 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 #008363 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 99 | - |
| CMYK | 1 | 0 | 0.24 | 0.49 |
| HSL | 165.34º | 1% | 0.26% | - |
| HSV(B) | 165.34º | 1% | 0.51% | - |
| XYZ | 10.37 | 17.13 | 14.57 | - |
| YUV | 88.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 99 | 1 | 0 | 0.24 | 0.49 | 165.34 | 1 | 0.26 |
| Hex | 0 | 83 | 63 | 64 | 0 | 18 | 31 | A5 | 64 | 1A |
| Octal | 0 | 203 | 143 | 144 | 0 | 30 | 61 | 245 | 144 | 32 |
| Binary | 0 | 10000011 | 1100011 | 1100100 | 0 | 11000 | 110001 | 10100101 | 1100100 | 11010 |
Color Harmonies of #008363
Complementary color
Monochromatic Colors of #008363
Black with #008363
Text Example
Text Example
White with #008363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008363; }
p { color: rgb(0,131,99); }
H1.HeaderClassName
{
color: #008363;
}
.AnyTagClassName
{
color: #008363;
}
</style>
background-color css
<style>
a { background-color: #008363; }
a { background-color: rgb(0,131,99); }
div.DivClassName
{
background-color: #008363;
}
.BgClassName
{
background-color: #008363;
}
</style>
border-color css
<style>
span { border-color: #008363; }
span { border-color: rgb(0,131,99); }
td.TdClassName
{
border-color: #008363;
}
.TagClassName
{
border-color: #008363;
}
</style>