Shades of Tropical Rain Forest #00855B
Tints of Tropical Rain Forest #00855B
RGB
CMYK
RGB Variations
Color information
#00855B (or 0x00855B) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 5B. RGB value is (0,133,91). Sum of RGB (Red+Green+Blue) = 0+133+91=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #00855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00855B is #FF7AA4. Grayscale: #585858. Windows color (decimal): -16743077 or 5997824. OLE color: 5997824.
HSL color Cylindrical-coordinate representation of color #00855B: hue angle of 161.05º 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 #00855B is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 91 | - |
| CMYK | 1 | 0 | 0.32 | 0.48 |
| HSL | 161.05º | 1% | 0.26% | - |
| HSV(B) | 161.05º | 1% | 0.52% | - |
| XYZ | 10.28 | 17.53 | 12.74 | - |
| YUV | 88.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 91 | 1 | 0 | 0.32 | 0.48 | 161.05 | 1 | 0.26 |
| Hex | 0 | 85 | 5B | 64 | 0 | 20 | 30 | A1 | 64 | 1A |
| Octal | 0 | 205 | 133 | 144 | 0 | 40 | 60 | 241 | 144 | 32 |
| Binary | 0 | 10000101 | 1011011 | 1100100 | 0 | 100000 | 110000 | 10100001 | 1100100 | 11010 |
Color Harmonies of #00855B
Complementary color
Monochromatic Colors of #00855B
Black with #00855B
Text Example
Text Example
White with #00855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00855B; }
p { color: rgb(0,133,91); }
H1.HeaderClassName
{
color: #00855B;
}
.AnyTagClassName
{
color: #00855B;
}
</style>
background-color css
<style>
a { background-color: #00855B; }
a { background-color: rgb(0,133,91); }
div.DivClassName
{
background-color: #00855B;
}
.BgClassName
{
background-color: #00855B;
}
</style>
border-color css
<style>
span { border-color: #00855B; }
span { border-color: rgb(0,133,91); }
td.TdClassName
{
border-color: #00855B;
}
.TagClassName
{
border-color: #00855B;
}
</style>