#026F60

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

Shades of Tropical Rain Forest #026F60

Tints of Tropical Rain Forest #026F60

Color information

#026F60 (or 0x026F60) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6F and 60. RGB value is (2,111,96). Sum of RGB (Red+Green+Blue) = 2+111+96=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #026F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F60 is #FD909F. Grayscale: #4C4C4C. Windows color (decimal): -16617632 or 6319874. OLE color: 6319874.

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

Color convert

RGB211196-
CMYK0.9800.140.56
HSL171.74º96.46%22.16%-
HSV(B)171.74º98.2%43.53%-
XYZ7.8212.2313.01-
YUV76.7138.8974.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=0.96%
G=53.11%
B=45.93%

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
Decimal2111960.9800.140.56171.7496.4622.16
Hex26F60620E38ac6016
Octal21571401420167025414026
Binary101101111110000011000100111011100010101100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026F60; }

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

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

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

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

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

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

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

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