#026C5B

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

Shades of Tropical Rain Forest #026C5B

Tints of Tropical Rain Forest #026C5B

Color information

#026C5B (or 0x026C5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6C and 5B. RGB value is (2,108,91). Sum of RGB (Red+Green+Blue) = 2+108+91=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #026C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C5B is #FD93A4. Grayscale: #4A4A4A. Windows color (decimal): -16618405 or 5991426. OLE color: 5991426.

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

Color convert

RGB210891-
CMYK0.9800.160.58
HSL170.38º96.36%21.57%-
HSV(B)170.38º98.15%42.35%-
XYZ7.2811.4911.73-
YUV74.37137.3876.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 108 (42.58% from 255) = 53.73%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=1.00%
G=53.73%
B=45.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2108910.9800.160.58170.3896.3621.57
Hex26C5B620103Aaa6016
Octal21541331420207225214026
Binary1011011001011011110001001000011101010101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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