Shades of Tropical Rain Forest #08825B
Tints of Tropical Rain Forest #08825B
RGB
CMYK
RGB Variations
Color information
#08825B (or 0x08825B) is known color: Tropical Rain Forest. HEX triplet: 08, 82 and 5B. RGB value is (8,130,91). Sum of RGB (Red+Green+Blue) = 8+130+91=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #08825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08825B is #F77DA4. Grayscale: #595959. Windows color (decimal): -16219557 or 5997064. OLE color: 5997064.
HSL color Cylindrical-coordinate representation of color #08825B: hue angle of 160.82º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08825B is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 91 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.49 |
| HSL | 160.82º | 0.88% | 0.27% | - |
| HSV(B) | 160.82º | 0.94% | 0.51% | - |
| XYZ | 9.97 | 16.77 | 12.61 | - |
| YUV | 89.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 91 | 0.94 | 0 | 0.30 | 0.49 | 160.82 | 0.88 | 0.27 |
| Hex | 8 | 82 | 5B | 5E | 0 | 1E | 31 | A1 | 58 | 1B |
| Octal | 10 | 202 | 133 | 136 | 0 | 36 | 61 | 241 | 130 | 33 |
| Binary | 1000 | 10000010 | 1011011 | 1011110 | 0 | 11110 | 110001 | 10100001 | 1011000 | 11011 |
Color Harmonies of #08825B
Complementary color
Monochromatic Colors of #08825B
Black with #08825B
Text Example
Text Example
White with #08825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08825B; }
p { color: rgb(8,130,91); }
H1.HeaderClassName
{
color: #08825B;
}
.AnyTagClassName
{
color: #08825B;
}
</style>
background-color css
<style>
a { background-color: #08825B; }
a { background-color: rgb(8,130,91); }
div.DivClassName
{
background-color: #08825B;
}
.BgClassName
{
background-color: #08825B;
}
</style>
border-color css
<style>
span { border-color: #08825B; }
span { border-color: rgb(8,130,91); }
td.TdClassName
{
border-color: #08825B;
}
.TagClassName
{
border-color: #08825B;
}
</style>