Shades of Tropical Rain Forest #00845D
Tints of Tropical Rain Forest #00845D
RGB
CMYK
RGB Variations
Color information
#00845D (or 0x00845D) is known color: Tropical Rain Forest. HEX triplet: 00, 84 and 5D. RGB value is (0,132,93). Sum of RGB (Red+Green+Blue) = 0+132+93=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #00845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00845D is #FF7BA2. Grayscale: #585858. Windows color (decimal): -16743331 or 6128640. OLE color: 6128640.
HSL color Cylindrical-coordinate representation of color #00845D: hue angle of 162.27º 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 #00845D is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 93 | - |
| CMYK | 1 | 0 | 0.30 | 0.48 |
| HSL | 162.27º | 1% | 0.26% | - |
| HSV(B) | 162.27º | 1% | 0.52% | - |
| XYZ | 10.23 | 17.29 | 13.15 | - |
| YUV | 88.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 93 | 1 | 0 | 0.30 | 0.48 | 162.27 | 1 | 0.26 |
| Hex | 0 | 84 | 5D | 64 | 0 | 1E | 30 | A2 | 64 | 1A |
| Octal | 0 | 204 | 135 | 144 | 0 | 36 | 60 | 242 | 144 | 32 |
| Binary | 0 | 10000100 | 1011101 | 1100100 | 0 | 11110 | 110000 | 10100010 | 1100100 | 11010 |
Color Harmonies of #00845D
Complementary color
Monochromatic Colors of #00845D
Black with #00845D
Text Example
Text Example
White with #00845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00845D; }
p { color: rgb(0,132,93); }
H1.HeaderClassName
{
color: #00845D;
}
.AnyTagClassName
{
color: #00845D;
}
</style>
background-color css
<style>
a { background-color: #00845D; }
a { background-color: rgb(0,132,93); }
div.DivClassName
{
background-color: #00845D;
}
.BgClassName
{
background-color: #00845D;
}
</style>
border-color css
<style>
span { border-color: #00845D; }
span { border-color: rgb(0,132,93); }
td.TdClassName
{
border-color: #00845D;
}
.TagClassName
{
border-color: #00845D;
}
</style>