Shades of Tropical Rain Forest #00825F
Tints of Tropical Rain Forest #00825F
RGB
CMYK
RGB Variations
Color information
#00825F (or 0x00825F) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 5F. RGB value is (0,130,95). Sum of RGB (Red+Green+Blue) = 0+130+95=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #00825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00825F is #FF7DA0. Grayscale: #575757. Windows color (decimal): -16743841 or 6259200. OLE color: 6259200.
HSL color Cylindrical-coordinate representation of color #00825F: hue angle of 163.85º 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 #00825F is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 95 | - |
| CMYK | 1 | 0 | 0.27 | 0.49 |
| HSL | 163.85º | 1% | 0.25% | - |
| HSV(B) | 163.85º | 1% | 0.51% | - |
| XYZ | 10.05 | 16.79 | 13.54 | - |
| YUV | 87.14 | 132.43 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 95 | 1 | 0 | 0.27 | 0.49 | 163.85 | 1 | 0.25 |
| Hex | 0 | 82 | 5F | 64 | 0 | 1B | 31 | A4 | 64 | 19 |
| Octal | 0 | 202 | 137 | 144 | 0 | 33 | 61 | 244 | 144 | 31 |
| Binary | 0 | 10000010 | 1011111 | 1100100 | 0 | 11011 | 110001 | 10100100 | 1100100 | 11001 |
Color Harmonies of #00825F
Complementary color
Monochromatic Colors of #00825F
Black with #00825F
Text Example
Text Example
White with #00825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00825F; }
p { color: rgb(0,130,95); }
H1.HeaderClassName
{
color: #00825F;
}
.AnyTagClassName
{
color: #00825F;
}
</style>
background-color css
<style>
a { background-color: #00825F; }
a { background-color: rgb(0,130,95); }
div.DivClassName
{
background-color: #00825F;
}
.BgClassName
{
background-color: #00825F;
}
</style>
border-color css
<style>
span { border-color: #00825F; }
span { border-color: rgb(0,130,95); }
td.TdClassName
{
border-color: #00825F;
}
.TagClassName
{
border-color: #00825F;
}
</style>