#027160

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

Shades of Tropical Rain Forest #027160

Tints of Tropical Rain Forest #027160

Color information

#027160 (or 0x027160) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 71 and 60. RGB value is (2,113,96). Sum of RGB (Red+Green+Blue) = 2+113+96=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #027160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027160 is #FD8E9F. Grayscale: #4D4D4D. Windows color (decimal): -16617120 or 6320386. OLE color: 6320386.

HSL color Cylindrical-coordinate representation of color #027160: hue angle of 170.81º 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 #027160 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB211396-
CMYK0.9800.150.56
HSL170.81º96.52%22.55%-
HSV(B)170.81º98.23%44.31%-
XYZ8.0412.6713.09-
YUV77.87138.2373.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=0.95%
G=53.55%
B=45.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113960.9800.150.56170.8196.5222.55
Hex27160620F38ab6117
Octal21611401420177025314127
Binary101110001110000011000100111111100010101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027160; }

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

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

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

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

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

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

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

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