#026E58

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

Shades of Tropical Rain Forest #026E58

Tints of Tropical Rain Forest #026E58

Color information

#026E58 (or 0x026E58) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6E and 58. RGB value is (2,110,88). Sum of RGB (Red+Green+Blue) = 2+110+88=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 110 (43.36% from 255 or 55% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 110 - color contains mainly: green. Hex color #026E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E58 is #FD91A7. Grayscale: #4B4B4B. Windows color (decimal): -16617896 or 5795330. OLE color: 5795330.

HSL color Cylindrical-coordinate representation of color #026E58: hue angle of 167.78º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E58 is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB211088-
CMYK0.9800.20.57
HSL167.78º96.43%21.96%-
HSV(B)167.78º98.18%43.14%-
XYZ7.3611.8711.14-
YUV75.2135.2275.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 110 (43.36% from 255) = 55%
BLUE value IS 88 (34.77% from 255) = 44%
R=1%
G=55%
B=44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2110880.9800.20.57167.7896.4321.96
Hex26E586201439a86016
Octal21561301420247125014026
Binary1011011101011000110001001010011100110101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,110,88); }

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

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

 a { background-color: rgb(2,110,88); }

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

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

 span { border-color: rgb(2,110,88); }

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