Html Css Color HEX #018265 Tropical Rain Forest
📋 copy color: '#018265'red 1 ◦ green 130 ◦ blue 101
Shades of Tropical Rain Forest #018265
Tints of Tropical Rain Forest #018265
RGB
CMYK
RGB Variations
Color information
#018265 (or 0x018265) is known color: Tropical Rain Forest. HEX triplet: 01, 82 and 65. RGB value is (1,130,101). Sum of RGB (Red+Green+Blue) = 1+130+101=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #018265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018265 is #FE7D9A. Grayscale: #585858. Windows color (decimal): -16678299 or 6652417. OLE color: 6652417.
HSL color Cylindrical-coordinate representation of color #018265: hue angle of 166.51º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018265 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 101 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.49 |
| HSL | 166.51º | 0.98% | 0.26% | - |
| HSV(B) | 166.51º | 0.99% | 0.51% | - |
| XYZ | 10.34 | 16.91 | 15.03 | - |
| YUV | 88.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 101 | 0.99 | 0 | 0.22 | 0.49 | 166.51 | 0.98 | 0.26 |
| Hex | 1 | 82 | 65 | 63 | 0 | 16 | 31 | A7 | 62 | 1A |
| Octal | 1 | 202 | 145 | 143 | 0 | 26 | 61 | 247 | 142 | 32 |
| Binary | 1 | 10000010 | 1100101 | 1100011 | 0 | 10110 | 110001 | 10100111 | 1100010 | 11010 |
Color Harmonies of #018265
Complementary color
Monochromatic Colors of #018265
Black with #018265
Text Example
Text Example
White with #018265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018265; }
p { color: rgb(1,130,101); }
H1.HeaderClassName
{
color: #018265;
}
.AnyTagClassName
{
color: #018265;
}
</style>
background-color css
<style>
a { background-color: #018265; }
a { background-color: rgb(1,130,101); }
div.DivClassName
{
background-color: #018265;
}
.BgClassName
{
background-color: #018265;
}
</style>
border-color css
<style>
span { border-color: #018265; }
span { border-color: rgb(1,130,101); }
td.TdClassName
{
border-color: #018265;
}
.TagClassName
{
border-color: #018265;
}
</style>