Shades of Tropical Rain Forest #00825B
Tints of Tropical Rain Forest #00825B
RGB
CMYK
RGB Variations
Color information
#00825B (or 0x00825B) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 5B. RGB value is (0,130,91). Sum of RGB (Red+Green+Blue) = 0+130+91=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #00825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00825B is #FF7DA4. Grayscale: #565656. Windows color (decimal): -16743845 or 5997056. OLE color: 5997056.
HSL color Cylindrical-coordinate representation of color #00825B: hue angle of 162º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00825B is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 91 | - |
| CMYK | 1 | 0 | 0.30 | 0.49 |
| HSL | 162º | 1% | 0.25% | - |
| HSV(B) | 162º | 1% | 0.51% | - |
| XYZ | 9.87 | 16.72 | 12.6 | - |
| YUV | 86.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 91 | 1 | 0 | 0.30 | 0.49 | 162 | 1 | 0.25 |
| Hex | 0 | 82 | 5B | 64 | 0 | 1E | 31 | A2 | 64 | 19 |
| Octal | 0 | 202 | 133 | 144 | 0 | 36 | 61 | 242 | 144 | 31 |
| Binary | 0 | 10000010 | 1011011 | 1100100 | 0 | 11110 | 110001 | 10100010 | 1100100 | 11001 |
Color Harmonies of #00825B
Complementary color
Monochromatic Colors of #00825B
Black with #00825B
Text Example
Text Example
White with #00825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00825B; }
p { color: rgb(0,130,91); }
H1.HeaderClassName
{
color: #00825B;
}
.AnyTagClassName
{
color: #00825B;
}
</style>
background-color css
<style>
a { background-color: #00825B; }
a { background-color: rgb(0,130,91); }
div.DivClassName
{
background-color: #00825B;
}
.BgClassName
{
background-color: #00825B;
}
</style>
border-color css
<style>
span { border-color: #00825B; }
span { border-color: rgb(0,130,91); }
td.TdClassName
{
border-color: #00825B;
}
.TagClassName
{
border-color: #00825B;
}
</style>