Html Css Color HEX #018264 Tropical Rain Forest
📋 copy color: '#018264'red 1 ◦ green 130 ◦ blue 100
Shades of Tropical Rain Forest #018264
Tints of Tropical Rain Forest #018264
RGB
CMYK
RGB Variations
Color information
#018264 (or 0x018264) is known color: Tropical Rain Forest. HEX triplet: 01, 82 and 64. RGB value is (1,130,100). Sum of RGB (Red+Green+Blue) = 1+130+100=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #018264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018264 is #FE7D9B. Grayscale: #585858. Windows color (decimal): -16678300 or 6586881. OLE color: 6586881.
HSL color Cylindrical-coordinate representation of color #018264: hue angle of 166.05º 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 #018264 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 100 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.49 |
| HSL | 166.05º | 0.98% | 0.26% | - |
| HSV(B) | 166.05º | 0.99% | 0.51% | - |
| XYZ | 10.3 | 16.89 | 14.77 | - |
| YUV | 88.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 100 | 0.99 | 0 | 0.23 | 0.49 | 166.05 | 0.98 | 0.26 |
| Hex | 1 | 82 | 64 | 63 | 0 | 17 | 31 | A6 | 62 | 1A |
| Octal | 1 | 202 | 144 | 143 | 0 | 27 | 61 | 246 | 142 | 32 |
| Binary | 1 | 10000010 | 1100100 | 1100011 | 0 | 10111 | 110001 | 10100110 | 1100010 | 11010 |
Color Harmonies of #018264
Complementary color
Monochromatic Colors of #018264
Black with #018264
Text Example
Text Example
White with #018264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018264; }
p { color: rgb(1,130,100); }
H1.HeaderClassName
{
color: #018264;
}
.AnyTagClassName
{
color: #018264;
}
</style>
background-color css
<style>
a { background-color: #018264; }
a { background-color: rgb(1,130,100); }
div.DivClassName
{
background-color: #018264;
}
.BgClassName
{
background-color: #018264;
}
</style>
border-color css
<style>
span { border-color: #018264; }
span { border-color: rgb(1,130,100); }
td.TdClassName
{
border-color: #018264;
}
.TagClassName
{
border-color: #018264;
}
</style>