#018260

Color #018260 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #018260

Tints of Tropical Rain Forest #018260

Color information

#018260 (or 0x018260) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 82 and 60. RGB value is (1,130,96). Sum of RGB (Red+Green+Blue) = 1+130+96=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #018260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018260 is #FE7D9F. Grayscale: #575757. Windows color (decimal): -16678304 or 6324737. OLE color: 6324737.

HSL color Cylindrical-coordinate representation of color #018260: hue angle of 164.19º 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 #018260 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB113096-
CMYK0.9900.260.49
HSL164.19º98.47%25.69%-
HSV(B)164.19º99.23%50.98%-
XYZ10.1116.8213.78-
YUV87.55132.7666.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=0.44%
G=57.27%
B=42.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130960.9900.260.49164.1998.4725.69
Hex182606301A31a4621a
Octal12021401430326124414232
Binary1100000101100000110001101101011000110100100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018260; }

 p { color: rgb(1,130,96); }

 H1.HeaderClassName
 {
   color: #018260;
 }
 .AnyTagClassName
 {
   color: #018260;
 }
</style>
background-color css

<style>
 a { background-color: #018260; }

 a { background-color: rgb(1,130,96); }

 div.DivClassName
 {
   background-color: #018260;
 }
 .BgClassName
 {
   background-color: #018260;
 }
</style>
border-color css

<style>
 span { border-color: #018260; }

 span { border-color: rgb(1,130,96); }

 td.TdClassName
 {
   border-color: #018260;
 }
 .TagClassName
 {
   border-color: #018260;
 }
</style>