Shades of Tropical Rain Forest #00855F
Tints of Tropical Rain Forest #00855F
RGB
CMYK
RGB Variations
Color information
#00855F (or 0x00855F) is known color: Tropical Rain Forest. HEX triplet: 00, 85 and 5F. RGB value is (0,133,95). Sum of RGB (Red+Green+Blue) = 0+133+95=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #00855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00855F is #FF7AA0. Grayscale: #585858. Windows color (decimal): -16743073 or 6259968. OLE color: 6259968.
HSL color Cylindrical-coordinate representation of color #00855F: hue angle of 162.86º 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 #00855F is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 95 | - |
| CMYK | 1 | 0 | 0.29 | 0.48 |
| HSL | 162.86º | 1% | 0.26% | - |
| HSV(B) | 162.86º | 1% | 0.52% | - |
| XYZ | 10.45 | 17.6 | 13.67 | - |
| YUV | 88.9 | 131.44 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 95 | 1 | 0 | 0.29 | 0.48 | 162.86 | 1 | 0.26 |
| Hex | 0 | 85 | 5F | 64 | 0 | 1D | 30 | A3 | 64 | 1A |
| Octal | 0 | 205 | 137 | 144 | 0 | 35 | 60 | 243 | 144 | 32 |
| Binary | 0 | 10000101 | 1011111 | 1100100 | 0 | 11101 | 110000 | 10100011 | 1100100 | 11010 |
Color Harmonies of #00855F
Complementary color
Monochromatic Colors of #00855F
Black with #00855F
Text Example
Text Example
White with #00855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00855F; }
p { color: rgb(0,133,95); }
H1.HeaderClassName
{
color: #00855F;
}
.AnyTagClassName
{
color: #00855F;
}
</style>
background-color css
<style>
a { background-color: #00855F; }
a { background-color: rgb(0,133,95); }
div.DivClassName
{
background-color: #00855F;
}
.BgClassName
{
background-color: #00855F;
}
</style>
border-color css
<style>
span { border-color: #00855F; }
span { border-color: rgb(0,133,95); }
td.TdClassName
{
border-color: #00855F;
}
.TagClassName
{
border-color: #00855F;
}
</style>