#026F61

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

Shades of Tropical Rain Forest #026F61

Tints of Tropical Rain Forest #026F61

Color information

#026F61 (or 0x026F61) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6F and 61. RGB value is (2,111,97). Sum of RGB (Red+Green+Blue) = 2+111+97=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #026F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F61 is #FD909E. Grayscale: #4C4C4C. Windows color (decimal): -16617631 or 6385410. OLE color: 6385410.

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

Color convert

RGB211197-
CMYK0.9800.130.56
HSL172.29º96.46%22.16%-
HSV(B)172.29º98.2%43.53%-
XYZ7.8712.2413.26-
YUV76.81139.3974.64-

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.86%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=0.95%
G=52.86%
B=46.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111970.9800.130.56172.2996.4622.16
Hex26F61620D38ac6016
Octal21571411420157025414026
Binary101101111110000111000100110111100010101100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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