Shades of Tropical Rain Forest #01855C
Tints of Tropical Rain Forest #01855C
RGB
CMYK
RGB Variations
Color information
#01855C (or 0x01855C) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 5C. RGB value is (1,133,92). Sum of RGB (Red+Green+Blue) = 1+133+92=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #01855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01855C is #FE7AA3. Grayscale: #585858. Windows color (decimal): -16677540 or 6063361. OLE color: 6063361.
HSL color Cylindrical-coordinate representation of color #01855C: hue angle of 161.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01855C is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 92 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.48 |
| HSL | 161.36º | 0.99% | 0.26% | - |
| HSV(B) | 161.36º | 0.99% | 0.52% | - |
| XYZ | 10.33 | 17.55 | 12.97 | - |
| YUV | 88.86 | 129.77 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 92 | 0.99 | 0 | 0.31 | 0.48 | 161.36 | 0.99 | 0.26 |
| Hex | 1 | 85 | 5C | 63 | 0 | 1F | 30 | A1 | 63 | 1A |
| Octal | 1 | 205 | 134 | 143 | 0 | 37 | 60 | 241 | 143 | 32 |
| Binary | 1 | 10000101 | 1011100 | 1100011 | 0 | 11111 | 110000 | 10100001 | 1100011 | 11010 |
Color Harmonies of #01855C
Complementary color
Monochromatic Colors of #01855C
Black with #01855C
Text Example
Text Example
White with #01855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01855C; }
p { color: rgb(1,133,92); }
H1.HeaderClassName
{
color: #01855C;
}
.AnyTagClassName
{
color: #01855C;
}
</style>
background-color css
<style>
a { background-color: #01855C; }
a { background-color: rgb(1,133,92); }
div.DivClassName
{
background-color: #01855C;
}
.BgClassName
{
background-color: #01855C;
}
</style>
border-color css
<style>
span { border-color: #01855C; }
span { border-color: rgb(1,133,92); }
td.TdClassName
{
border-color: #01855C;
}
.TagClassName
{
border-color: #01855C;
}
</style>