#026F5D

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

Shades of Tropical Rain Forest #026F5D

Tints of Tropical Rain Forest #026F5D

Color information

#026F5D (or 0x026F5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6F and 5D. RGB value is (2,111,93). Sum of RGB (Red+Green+Blue) = 2+111+93=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #026F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F5D is #FD90A2. Grayscale: #4C4C4C. Windows color (decimal): -16617635 or 6123266. OLE color: 6123266.

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

Color convert

RGB211193-
CMYK0.9800.160.56
HSL170.09º96.46%22.16%-
HSV(B)170.09º98.2%43.53%-
XYZ7.6912.1712.3-
YUV76.36137.3974.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=0.97%
G=53.88%
B=45.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111930.9800.160.56170.0996.4622.16
Hex26F5D6201038aa6016
Octal21571351420207025214026
Binary1011011111011101110001001000011100010101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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