#027060

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

Shades of Tropical Rain Forest #027060

Tints of Tropical Rain Forest #027060

Color information

#027060 (or 0x027060) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 70 and 60. RGB value is (2,112,96). Sum of RGB (Red+Green+Blue) = 2+112+96=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #027060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027060 is #FD8F9F. Grayscale: #4D4D4D. Windows color (decimal): -16617376 or 6320130. OLE color: 6320130.

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

Color convert

RGB211296-
CMYK0.9800.140.56
HSL171.27º96.49%22.35%-
HSV(B)171.27º98.21%43.92%-
XYZ7.9312.4513.05-
YUV77.29138.5674.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=0.95%
G=53.33%
B=45.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112960.9800.140.56171.2796.4922.35
Hex27060620E38ab6016
Octal21601401420167025314026
Binary101110000110000011000100111011100010101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027060; }

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

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

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

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

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

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

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

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