Shades of Tropical Rain Forest #008157
Tints of Tropical Rain Forest #008157
RGB
CMYK
RGB Variations
Color information
#008157 (or 0x008157) is known color: Tropical Rain Forest. HEX triplet: 00, 81 and 57. RGB value is (0,129,87). Sum of RGB (Red+Green+Blue) = 0+129+87=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #008157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008157 is #FF7EA8. Grayscale: #555555. Windows color (decimal): -16744105 or 5734656. OLE color: 5734656.
HSL color Cylindrical-coordinate representation of color #008157: hue angle of 160.47º 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 #008157 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 87 | - |
| CMYK | 1 | 0 | 0.33 | 0.49 |
| HSL | 160.47º | 1% | 0.25% | - |
| HSV(B) | 160.47º | 1% | 0.51% | - |
| XYZ | 9.57 | 16.39 | 11.68 | - |
| YUV | 85.64 | 128.76 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 87 | 1 | 0 | 0.33 | 0.49 | 160.47 | 1 | 0.25 |
| Hex | 0 | 81 | 57 | 64 | 0 | 21 | 31 | A0 | 64 | 19 |
| Octal | 0 | 201 | 127 | 144 | 0 | 41 | 61 | 240 | 144 | 31 |
| Binary | 0 | 10000001 | 1010111 | 1100100 | 0 | 100001 | 110001 | 10100000 | 1100100 | 11001 |
Color Harmonies of #008157
Complementary color
Monochromatic Colors of #008157
Black with #008157
Text Example
Text Example
White with #008157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008157; }
p { color: rgb(0,129,87); }
H1.HeaderClassName
{
color: #008157;
}
.AnyTagClassName
{
color: #008157;
}
</style>
background-color css
<style>
a { background-color: #008157; }
a { background-color: rgb(0,129,87); }
div.DivClassName
{
background-color: #008157;
}
.BgClassName
{
background-color: #008157;
}
</style>
border-color css
<style>
span { border-color: #008157; }
span { border-color: rgb(0,129,87); }
td.TdClassName
{
border-color: #008157;
}
.TagClassName
{
border-color: #008157;
}
</style>