#026E5D

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

Shades of Tropical Rain Forest #026E5D

Tints of Tropical Rain Forest #026E5D

Color information

#026E5D (or 0x026E5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6E and 5D. RGB value is (2,110,93). Sum of RGB (Red+Green+Blue) = 2+110+93=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #026E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E5D is #FD91A2. Grayscale: #4B4B4B. Windows color (decimal): -16617891 or 6123010. OLE color: 6123010.

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

Color convert

RGB211093-
CMYK0.9800.150.57
HSL170.56º96.43%21.96%-
HSV(B)170.56º98.18%43.14%-
XYZ7.5811.9612.26-
YUV75.77137.7275.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=0.98%
G=53.66%
B=45.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2110930.9800.150.57170.5696.4321.96
Hex26E5D620F39ab6016
Octal21561351420177125314026
Binary101101110101110111000100111111100110101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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