#018455

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

Shades of Tropical Rain Forest #018455

Tints of Tropical Rain Forest #018455

Color information

#018455 (or 0x018455) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 84 and 55. RGB value is (1,132,85). Sum of RGB (Red+Green+Blue) = 1+132+85=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #018455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018455 is #FE7BAA. Grayscale: #575757. Windows color (decimal): -16677803 or 5604353. OLE color: 5604353.

HSL color Cylindrical-coordinate representation of color #018455: hue angle of 158.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018455 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB113285-
CMYK0.9900.360.48
HSL158.47º98.5%26.08%-
HSV(B)158.47º99.24%51.76%-
XYZ9.917.1611.39-
YUV87.47126.666.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 132 (51.95% from 255) = 60.55%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=0.46%
G=60.55%
B=38.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132850.9900.360.48158.4798.526.08
Hex1845563024309e621a
Octal12041251430446023614232
Binary11000010010101011100011010010011000010011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018455; }

 p { color: rgb(1,132,85); }

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

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

 a { background-color: rgb(1,132,85); }

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

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

 span { border-color: rgb(1,132,85); }

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