Shades of Tropical Rain Forest #00815B
Tints of Tropical Rain Forest #00815B
RGB
CMYK
RGB Variations
Color information
#00815B (or 0x00815B) is known color: Tropical Rain Forest. HEX triplet: 00, 81 and 5B. RGB value is (0,129,91). Sum of RGB (Red+Green+Blue) = 0+129+91=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #00815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00815B is #FF7EA4. Grayscale: #565656. Windows color (decimal): -16744101 or 5996800. OLE color: 5996800.
HSL color Cylindrical-coordinate representation of color #00815B: hue angle of 162.33º 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 #00815B is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 91 | - |
| CMYK | 1 | 0 | 0.29 | 0.49 |
| HSL | 162.33º | 1% | 0.25% | - |
| HSV(B) | 162.33º | 1% | 0.51% | - |
| XYZ | 9.74 | 16.46 | 12.56 | - |
| YUV | 86.1 | 130.76 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 91 | 1 | 0 | 0.29 | 0.49 | 162.33 | 1 | 0.25 |
| Hex | 0 | 81 | 5B | 64 | 0 | 1D | 31 | A2 | 64 | 19 |
| Octal | 0 | 201 | 133 | 144 | 0 | 35 | 61 | 242 | 144 | 31 |
| Binary | 0 | 10000001 | 1011011 | 1100100 | 0 | 11101 | 110001 | 10100010 | 1100100 | 11001 |
Color Harmonies of #00815B
Complementary color
Monochromatic Colors of #00815B
Black with #00815B
Text Example
Text Example
White with #00815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00815B; }
p { color: rgb(0,129,91); }
H1.HeaderClassName
{
color: #00815B;
}
.AnyTagClassName
{
color: #00815B;
}
</style>
background-color css
<style>
a { background-color: #00815B; }
a { background-color: rgb(0,129,91); }
div.DivClassName
{
background-color: #00815B;
}
.BgClassName
{
background-color: #00815B;
}
</style>
border-color css
<style>
span { border-color: #00815B; }
span { border-color: rgb(0,129,91); }
td.TdClassName
{
border-color: #00815B;
}
.TagClassName
{
border-color: #00815B;
}
</style>