Shades of Tropical Rain Forest #01875C
Tints of Tropical Rain Forest #01875C
RGB
CMYK
RGB Variations
Color information
#01875C (or 0x01875C) is known color: Tropical Rain Forest. HEX triplet: 01, 87 and 5C. RGB value is (1,135,92). Sum of RGB (Red+Green+Blue) = 1+135+92=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #01875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01875C is #FE78A3. Grayscale: #5A5A5A. Windows color (decimal): -16677028 or 6063873. OLE color: 6063873.
HSL color Cylindrical-coordinate representation of color #01875C: hue angle of 160.75º 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 #01875C is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 92 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.47 |
| HSL | 160.75º | 0.99% | 0.27% | - |
| HSV(B) | 160.75º | 0.99% | 0.53% | - |
| XYZ | 10.61 | 18.11 | 13.06 | - |
| YUV | 90.03 | 129.11 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 92 | 0.99 | 0 | 0.32 | 0.47 | 160.75 | 0.99 | 0.27 |
| Hex | 1 | 87 | 5C | 63 | 0 | 20 | 2F | A1 | 63 | 1B |
| Octal | 1 | 207 | 134 | 143 | 0 | 40 | 57 | 241 | 143 | 33 |
| Binary | 1 | 10000111 | 1011100 | 1100011 | 0 | 100000 | 101111 | 10100001 | 1100011 | 11011 |
Color Harmonies of #01875C
Complementary color
Monochromatic Colors of #01875C
Black with #01875C
Text Example
Text Example
White with #01875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01875C; }
p { color: rgb(1,135,92); }
H1.HeaderClassName
{
color: #01875C;
}
.AnyTagClassName
{
color: #01875C;
}
</style>
background-color css
<style>
a { background-color: #01875C; }
a { background-color: rgb(1,135,92); }
div.DivClassName
{
background-color: #01875C;
}
.BgClassName
{
background-color: #01875C;
}
</style>
border-color css
<style>
span { border-color: #01875C; }
span { border-color: rgb(1,135,92); }
td.TdClassName
{
border-color: #01875C;
}
.TagClassName
{
border-color: #01875C;
}
</style>