Shades of Tropical Rain Forest #01885D
Tints of Tropical Rain Forest #01885D
RGB
CMYK
RGB Variations
Color information
#01885D (or 0x01885D) is known color: Tropical Rain Forest. HEX triplet: 01, 88 and 5D. RGB value is (1,136,93). Sum of RGB (Red+Green+Blue) = 1+136+93=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #01885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01885D is #FE77A2. Grayscale: #5A5A5A. Windows color (decimal): -16676771 or 6129665. OLE color: 6129665.
HSL color Cylindrical-coordinate representation of color #01885D: hue angle of 160.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01885D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 93 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.47 |
| HSL | 160.89º | 0.99% | 0.27% | - |
| HSV(B) | 160.89º | 0.99% | 0.53% | - |
| XYZ | 10.79 | 18.41 | 13.34 | - |
| YUV | 90.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 93 | 0.99 | 0 | 0.32 | 0.47 | 160.89 | 0.99 | 0.27 |
| Hex | 1 | 88 | 5D | 63 | 0 | 20 | 2F | A1 | 63 | 1B |
| Octal | 1 | 210 | 135 | 143 | 0 | 40 | 57 | 241 | 143 | 33 |
| Binary | 1 | 10001000 | 1011101 | 1100011 | 0 | 100000 | 101111 | 10100001 | 1100011 | 11011 |
Color Harmonies of #01885D
Complementary color
Monochromatic Colors of #01885D
Black with #01885D
Text Example
Text Example
White with #01885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01885D; }
p { color: rgb(1,136,93); }
H1.HeaderClassName
{
color: #01885D;
}
.AnyTagClassName
{
color: #01885D;
}
</style>
background-color css
<style>
a { background-color: #01885D; }
a { background-color: rgb(1,136,93); }
div.DivClassName
{
background-color: #01885D;
}
.BgClassName
{
background-color: #01885D;
}
</style>
border-color css
<style>
span { border-color: #01885D; }
span { border-color: rgb(1,136,93); }
td.TdClassName
{
border-color: #01885D;
}
.TagClassName
{
border-color: #01885D;
}
</style>