#026F62

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

Shades of Tropical Rain Forest #026F62

Tints of Tropical Rain Forest #026F62

Color information

#026F62 (or 0x026F62) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6F and 62. RGB value is (2,111,98). Sum of RGB (Red+Green+Blue) = 2+111+98=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #026F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F62 is #FD909D. Grayscale: #4C4C4C. Windows color (decimal): -16617630 or 6450946. OLE color: 6450946.

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

Color convert

RGB211198-
CMYK0.9800.120.56
HSL172.84º96.46%22.16%-
HSV(B)172.84º98.2%43.53%-
XYZ7.9112.2613.51-
YUV76.93139.8974.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=0.95%
G=52.61%
B=46.45%

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
Decimal2111980.9800.120.56172.8496.4622.16
Hex26F62620C38ad6016
Octal21571421420147025514026
Binary101101111110001011000100110011100010101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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