Shades of Tropical Rain Forest #01805B
Tints of Tropical Rain Forest #01805B
RGB
CMYK
RGB Variations
Color information
#01805B (or 0x01805B) is known color: Tropical Rain Forest. HEX triplet: 01, 80 and 5B. RGB value is (1,128,91). Sum of RGB (Red+Green+Blue) = 1+128+91=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #01805B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01805B is #FE7FA4. Grayscale: #555555. Windows color (decimal): -16678821 or 5996545. OLE color: 5996545.
HSL color Cylindrical-coordinate representation of color #01805B: hue angle of 162.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01805B is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 91 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.50 |
| HSL | 162.52º | 0.98% | 0.25% | - |
| HSV(B) | 162.52º | 0.99% | 0.5% | - |
| XYZ | 9.62 | 16.2 | 12.52 | - |
| YUV | 85.81 | 130.92 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 91 | 0.99 | 0 | 0.29 | 0.50 | 162.52 | 0.98 | 0.25 |
| Hex | 1 | 80 | 5B | 63 | 0 | 1D | 32 | A3 | 62 | 19 |
| Octal | 1 | 200 | 133 | 143 | 0 | 35 | 62 | 243 | 142 | 31 |
| Binary | 1 | 10000000 | 1011011 | 1100011 | 0 | 11101 | 110010 | 10100011 | 1100010 | 11001 |
Color Harmonies of #01805B
Complementary color
Monochromatic Colors of #01805B
Black with #01805B
Text Example
Text Example
White with #01805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01805B; }
p { color: rgb(1,128,91); }
H1.HeaderClassName
{
color: #01805B;
}
.AnyTagClassName
{
color: #01805B;
}
</style>
background-color css
<style>
a { background-color: #01805B; }
a { background-color: rgb(1,128,91); }
div.DivClassName
{
background-color: #01805B;
}
.BgClassName
{
background-color: #01805B;
}
</style>
border-color css
<style>
span { border-color: #01805B; }
span { border-color: rgb(1,128,91); }
td.TdClassName
{
border-color: #01805B;
}
.TagClassName
{
border-color: #01805B;
}
</style>