#026D5B

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

Shades of Tropical Rain Forest #026D5B

Tints of Tropical Rain Forest #026D5B

Color information

#026D5B (or 0x026D5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6D and 5B. RGB value is (2,109,91). Sum of RGB (Red+Green+Blue) = 2+109+91=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #026D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D5B is #FD92A4. Grayscale: #4A4A4A. Windows color (decimal): -16618149 or 5991682. OLE color: 5991682.

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

Color convert

RGB210991-
CMYK0.9800.170.57
HSL169.91º96.4%21.76%-
HSV(B)169.91º98.17%42.75%-
XYZ7.3811.7111.77-
YUV74.96137.0575.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 109 (42.97% from 255) = 53.96%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=0.99%
G=53.96%
B=45.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2109910.9800.170.57169.9196.421.76
Hex26D5B6201139aa6016
Octal21551331420217125214026
Binary1011011011011011110001001000111100110101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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