Shades of Tropical Rain Forest #008259
Tints of Tropical Rain Forest #008259
RGB
CMYK
RGB Variations
Color information
#008259 (or 0x008259) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 59. RGB value is (0,130,89). Sum of RGB (Red+Green+Blue) = 0+130+89=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #008259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008259 is #FF7DA6. Grayscale: #565656. Windows color (decimal): -16743847 or 5865984. OLE color: 5865984.
HSL color Cylindrical-coordinate representation of color #008259: hue angle of 161.08º 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 #008259 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 89 | - |
| CMYK | 1 | 0 | 0.32 | 0.49 |
| HSL | 161.08º | 1% | 0.25% | - |
| HSV(B) | 161.08º | 1% | 0.51% | - |
| XYZ | 9.79 | 16.69 | 12.16 | - |
| YUV | 86.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 89 | 1 | 0 | 0.32 | 0.49 | 161.08 | 1 | 0.25 |
| Hex | 0 | 82 | 59 | 64 | 0 | 20 | 31 | A1 | 64 | 19 |
| Octal | 0 | 202 | 131 | 144 | 0 | 40 | 61 | 241 | 144 | 31 |
| Binary | 0 | 10000010 | 1011001 | 1100100 | 0 | 100000 | 110001 | 10100001 | 1100100 | 11001 |
Color Harmonies of #008259
Complementary color
Monochromatic Colors of #008259
Black with #008259
Text Example
Text Example
White with #008259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008259; }
p { color: rgb(0,130,89); }
H1.HeaderClassName
{
color: #008259;
}
.AnyTagClassName
{
color: #008259;
}
</style>
background-color css
<style>
a { background-color: #008259; }
a { background-color: rgb(0,130,89); }
div.DivClassName
{
background-color: #008259;
}
.BgClassName
{
background-color: #008259;
}
</style>
border-color css
<style>
span { border-color: #008259; }
span { border-color: rgb(0,130,89); }
td.TdClassName
{
border-color: #008259;
}
.TagClassName
{
border-color: #008259;
}
</style>