#026F59

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

Shades of Tropical Rain Forest #026F59

Tints of Tropical Rain Forest #026F59

Color information

#026F59 (or 0x026F59) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6F and 59. RGB value is (2,111,89). Sum of RGB (Red+Green+Blue) = 2+111+89=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #026F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F59 is #FD90A6. Grayscale: #4B4B4B. Windows color (decimal): -16617639 or 5861122. OLE color: 5861122.

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

Color convert

RGB211189-
CMYK0.9800.200.56
HSL167.89º96.46%22.16%-
HSV(B)167.89º98.2%43.53%-
XYZ7.5112.111.39-
YUV75.9135.3975.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 111 (43.75% from 255) = 54.95%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=0.99%
G=54.95%
B=44.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111890.9800.200.56167.8996.4622.16
Hex26F596201438a86016
Octal21571311420247025014026
Binary1011011111011001110001001010011100010101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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