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