#027564

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

Shades of Tropical Rain Forest #027564

Tints of Tropical Rain Forest #027564

Color information

#027564 (or 0x027564) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 75 and 64. RGB value is (2,117,100). Sum of RGB (Red+Green+Blue) = 2+117+100=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #027564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027564 is #FD8A9B. Grayscale: #505050. Windows color (decimal): -16616092 or 6583554. OLE color: 6583554.

HSL color Cylindrical-coordinate representation of color #027564: hue angle of 171.13º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027564 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB2117100-
CMYK0.9800.150.54
HSL171.13º96.64%23.33%-
HSV(B)171.13º98.29%45.88%-
XYZ8.6913.6614.23-
YUV80.68138.971.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=0.91%
G=53.42%
B=45.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21171000.9800.150.54171.1396.6423.33
Hex27564620F36ab6117
Octal21651441420176625314127
Binary101110101110010011000100111111011010101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027564; }

 p { color: rgb(2,117,100); }

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

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

 a { background-color: rgb(2,117,100); }

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

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

 span { border-color: rgb(2,117,100); }

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