#026F5B

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

Shades of Tropical Rain Forest #026F5B

Tints of Tropical Rain Forest #026F5B

Color information

#026F5B (or 0x026F5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6F and 5B. RGB value is (2,111,91). Sum of RGB (Red+Green+Blue) = 2+111+91=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #026F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F5B is #FD90A4. Grayscale: #4C4C4C. Windows color (decimal): -16617637 or 5992194. OLE color: 5992194.

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

Color convert

RGB211191-
CMYK0.9800.180.56
HSL168.99º96.46%22.16%-
HSV(B)168.99º98.2%43.53%-
XYZ7.612.1411.84-
YUV76.13136.3975.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 111 (43.75% from 255) = 54.41%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=0.98%
G=54.41%
B=44.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111910.9800.180.56168.9996.4622.16
Hex26F5B6201238a96016
Octal21571331420227025114026
Binary1011011111011011110001001001011100010101001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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