Shades of Tropical Rain Forest #01865F
Tints of Tropical Rain Forest #01865F
RGB
CMYK
RGB Variations
Color information
#01865F (or 0x01865F) is known color: Tropical Rain Forest. HEX triplet: 01, 86 and 5F. RGB value is (1,134,95). Sum of RGB (Red+Green+Blue) = 1+134+95=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #01865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01865F is #FE79A0. Grayscale: #595959. Windows color (decimal): -16677281 or 6260225. OLE color: 6260225.
HSL color Cylindrical-coordinate representation of color #01865F: hue angle of 162.41º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01865F is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 95 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.47 |
| HSL | 162.41º | 0.99% | 0.26% | - |
| HSV(B) | 162.41º | 0.99% | 0.53% | - |
| XYZ | 10.6 | 17.88 | 13.72 | - |
| YUV | 89.79 | 130.94 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 95 | 0.99 | 0 | 0.29 | 0.47 | 162.41 | 0.99 | 0.26 |
| Hex | 1 | 86 | 5F | 63 | 0 | 1D | 2F | A2 | 63 | 1A |
| Octal | 1 | 206 | 137 | 143 | 0 | 35 | 57 | 242 | 143 | 32 |
| Binary | 1 | 10000110 | 1011111 | 1100011 | 0 | 11101 | 101111 | 10100010 | 1100011 | 11010 |
Color Harmonies of #01865F
Complementary color
Monochromatic Colors of #01865F
Black with #01865F
Text Example
Text Example
White with #01865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01865F; }
p { color: rgb(1,134,95); }
H1.HeaderClassName
{
color: #01865F;
}
.AnyTagClassName
{
color: #01865F;
}
</style>
background-color css
<style>
a { background-color: #01865F; }
a { background-color: rgb(1,134,95); }
div.DivClassName
{
background-color: #01865F;
}
.BgClassName
{
background-color: #01865F;
}
</style>
border-color css
<style>
span { border-color: #01865F; }
span { border-color: rgb(1,134,95); }
td.TdClassName
{
border-color: #01865F;
}
.TagClassName
{
border-color: #01865F;
}
</style>