Shades of Tropical Rain Forest #00845A
Tints of Tropical Rain Forest #00845A
RGB
CMYK
RGB Variations
Color information
#00845A (or 0x00845A) is known color: Tropical Rain Forest. HEX triplet: 00, 84 and 5A. RGB value is (0,132,90). Sum of RGB (Red+Green+Blue) = 0+132+90=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #00845A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00845A is #FF7BA5. Grayscale: #575757. Windows color (decimal): -16743334 or 5932032. OLE color: 5932032.
HSL color Cylindrical-coordinate representation of color #00845A: hue angle of 160.91º 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 #00845A is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 90 | - |
| CMYK | 1 | 0 | 0.32 | 0.48 |
| HSL | 160.91º | 1% | 0.26% | - |
| HSV(B) | 160.91º | 1% | 0.52% | - |
| XYZ | 10.1 | 17.24 | 12.47 | - |
| YUV | 87.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 90 | 1 | 0 | 0.32 | 0.48 | 160.91 | 1 | 0.26 |
| Hex | 0 | 84 | 5A | 64 | 0 | 20 | 30 | A1 | 64 | 1A |
| Octal | 0 | 204 | 132 | 144 | 0 | 40 | 60 | 241 | 144 | 32 |
| Binary | 0 | 10000100 | 1011010 | 1100100 | 0 | 100000 | 110000 | 10100001 | 1100100 | 11010 |
Color Harmonies of #00845A
Complementary color
Monochromatic Colors of #00845A
Black with #00845A
Text Example
Text Example
White with #00845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00845A; }
p { color: rgb(0,132,90); }
H1.HeaderClassName
{
color: #00845A;
}
.AnyTagClassName
{
color: #00845A;
}
</style>
background-color css
<style>
a { background-color: #00845A; }
a { background-color: rgb(0,132,90); }
div.DivClassName
{
background-color: #00845A;
}
.BgClassName
{
background-color: #00845A;
}
</style>
border-color css
<style>
span { border-color: #00845A; }
span { border-color: rgb(0,132,90); }
td.TdClassName
{
border-color: #00845A;
}
.TagClassName
{
border-color: #00845A;
}
</style>