#018258

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

Shades of Tropical Rain Forest #018258

Tints of Tropical Rain Forest #018258

Color information

#018258 (or 0x018258) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 82 and 58. RGB value is (1,130,88). Sum of RGB (Red+Green+Blue) = 1+130+88=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #018258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018258 is #FE7DA7. Grayscale: #565656. Windows color (decimal): -16678312 or 5800449. OLE color: 5800449.

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

Color convert

RGB113088-
CMYK0.9900.320.49
HSL160.47º98.47%25.69%-
HSV(B)160.47º99.23%50.98%-
XYZ9.7616.6811.94-
YUV86.64128.7666.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=0.46%
G=59.36%
B=40.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130880.9900.320.49160.4798.4725.69
Hex182586302031a0621a
Octal12021301430406124014232
Binary11000001010110001100011010000011000110100000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018258; }

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

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

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

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

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

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

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

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