Shades of Tropical Rain Forest #008463
Tints of Tropical Rain Forest #008463
RGB
CMYK
RGB Variations
Color information
#008463 (or 0x008463) is known color: Tropical Rain Forest. HEX triplet: 00, 84 and 63. RGB value is (0,132,99). Sum of RGB (Red+Green+Blue) = 0+132+99=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #008463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008463 is #FF7B9C. Grayscale: #585858. Windows color (decimal): -16743325 or 6521856. OLE color: 6521856.
HSL color Cylindrical-coordinate representation of color #008463: hue angle of 165º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008463 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 99 | - |
| CMYK | 1 | 0 | 0.25 | 0.48 |
| HSL | 165º | 1% | 0.26% | - |
| HSV(B) | 165º | 1% | 0.52% | - |
| XYZ | 10.5 | 17.4 | 14.61 | - |
| YUV | 88.77 | 133.77 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 99 | 1 | 0 | 0.25 | 0.48 | 165 | 1 | 0.26 |
| Hex | 0 | 84 | 63 | 64 | 0 | 19 | 30 | A5 | 64 | 1A |
| Octal | 0 | 204 | 143 | 144 | 0 | 31 | 60 | 245 | 144 | 32 |
| Binary | 0 | 10000100 | 1100011 | 1100100 | 0 | 11001 | 110000 | 10100101 | 1100100 | 11010 |
Color Harmonies of #008463
Complementary color
Monochromatic Colors of #008463
Black with #008463
Text Example
Text Example
White with #008463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008463; }
p { color: rgb(0,132,99); }
H1.HeaderClassName
{
color: #008463;
}
.AnyTagClassName
{
color: #008463;
}
</style>
background-color css
<style>
a { background-color: #008463; }
a { background-color: rgb(0,132,99); }
div.DivClassName
{
background-color: #008463;
}
.BgClassName
{
background-color: #008463;
}
</style>
border-color css
<style>
span { border-color: #008463; }
span { border-color: rgb(0,132,99); }
td.TdClassName
{
border-color: #008463;
}
.TagClassName
{
border-color: #008463;
}
</style>