Shades of Tropical Rain Forest #00825C
Tints of Tropical Rain Forest #00825C
RGB
CMYK
RGB Variations
Color information
#00825C (or 0x00825C) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 5C. RGB value is (0,130,92). Sum of RGB (Red+Green+Blue) = 0+130+92=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #00825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00825C is #FF7DA3. Grayscale: #565656. Windows color (decimal): -16743844 or 6062592. OLE color: 6062592.
HSL color Cylindrical-coordinate representation of color #00825C: hue angle of 162.46º 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 #00825C is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 92 | - |
| CMYK | 1 | 0 | 0.29 | 0.49 |
| HSL | 162.46º | 1% | 0.25% | - |
| HSV(B) | 162.46º | 1% | 0.51% | - |
| XYZ | 9.91 | 16.74 | 12.83 | - |
| YUV | 86.8 | 130.93 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 92 | 1 | 0 | 0.29 | 0.49 | 162.46 | 1 | 0.25 |
| Hex | 0 | 82 | 5C | 64 | 0 | 1D | 31 | A2 | 64 | 19 |
| Octal | 0 | 202 | 134 | 144 | 0 | 35 | 61 | 242 | 144 | 31 |
| Binary | 0 | 10000010 | 1011100 | 1100100 | 0 | 11101 | 110001 | 10100010 | 1100100 | 11001 |
Color Harmonies of #00825C
Complementary color
Monochromatic Colors of #00825C
Black with #00825C
Text Example
Text Example
White with #00825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00825C; }
p { color: rgb(0,130,92); }
H1.HeaderClassName
{
color: #00825C;
}
.AnyTagClassName
{
color: #00825C;
}
</style>
background-color css
<style>
a { background-color: #00825C; }
a { background-color: rgb(0,130,92); }
div.DivClassName
{
background-color: #00825C;
}
.BgClassName
{
background-color: #00825C;
}
</style>
border-color css
<style>
span { border-color: #00825C; }
span { border-color: rgb(0,130,92); }
td.TdClassName
{
border-color: #00825C;
}
.TagClassName
{
border-color: #00825C;
}
</style>