Shades of Tropical Rain Forest #01845F
Tints of Tropical Rain Forest #01845F
RGB
CMYK
RGB Variations
Color information
#01845F (or 0x01845F) is known color: Tropical Rain Forest. HEX triplet: 01, 84 and 5F. RGB value is (1,132,95). Sum of RGB (Red+Green+Blue) = 1+132+95=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #01845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01845F is #FE7BA0. Grayscale: #585858. Windows color (decimal): -16677793 or 6259713. OLE color: 6259713.
HSL color Cylindrical-coordinate representation of color #01845F: hue angle of 163.05º degrees, saturation: 0.98, 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 #01845F is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 95 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.48 |
| HSL | 163.05º | 0.98% | 0.26% | - |
| HSV(B) | 163.05º | 0.99% | 0.52% | - |
| XYZ | 10.33 | 17.34 | 13.63 | - |
| YUV | 88.61 | 131.6 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 95 | 0.99 | 0 | 0.28 | 0.48 | 163.05 | 0.98 | 0.26 |
| Hex | 1 | 84 | 5F | 63 | 0 | 1C | 30 | A3 | 62 | 1A |
| Octal | 1 | 204 | 137 | 143 | 0 | 34 | 60 | 243 | 142 | 32 |
| Binary | 1 | 10000100 | 1011111 | 1100011 | 0 | 11100 | 110000 | 10100011 | 1100010 | 11010 |
Color Harmonies of #01845F
Complementary color
Monochromatic Colors of #01845F
Black with #01845F
Text Example
Text Example
White with #01845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01845F; }
p { color: rgb(1,132,95); }
H1.HeaderClassName
{
color: #01845F;
}
.AnyTagClassName
{
color: #01845F;
}
</style>
background-color css
<style>
a { background-color: #01845F; }
a { background-color: rgb(1,132,95); }
div.DivClassName
{
background-color: #01845F;
}
.BgClassName
{
background-color: #01845F;
}
</style>
border-color css
<style>
span { border-color: #01845F; }
span { border-color: rgb(1,132,95); }
td.TdClassName
{
border-color: #01845F;
}
.TagClassName
{
border-color: #01845F;
}
</style>