#027164

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

Shades of Tropical Rain Forest #027164

Tints of Tropical Rain Forest #027164

Color information

#027164 (or 0x027164) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 71 and 64. RGB value is (2,113,100). Sum of RGB (Red+Green+Blue) = 2+113+100=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #027164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027164 is #FD8E9B. Grayscale: #4E4E4E. Windows color (decimal): -16617116 or 6582530. OLE color: 6582530.

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

Color convert

RGB2113100-
CMYK0.9800.120.56
HSL172.97º96.52%22.55%-
HSV(B)172.97º98.23%44.31%-
XYZ8.2312.7414.08-
YUV78.33140.2373.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 100 (39.45% from 255) = 46.51%
R=0.93%
G=52.56%
B=46.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21131000.9800.120.56172.9796.5222.55
Hex27164620C38ad6117
Octal21611441420147025514127
Binary101110001110010011000100110011100010101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027164; }

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

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

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

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

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

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

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

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