#026C62

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

Shades of Tropical Rain Forest #026C62

Tints of Tropical Rain Forest #026C62

Color information

#026C62 (or 0x026C62) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6C and 62. RGB value is (2,108,98). Sum of RGB (Red+Green+Blue) = 2+108+98=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #026C62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C62 is #FD939D. Grayscale: #4B4B4B. Windows color (decimal): -16618398 or 6450178. OLE color: 6450178.

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

Color convert

RGB210898-
CMYK0.9800.090.58
HSL174.34º96.36%21.57%-
HSV(B)174.34º98.15%42.35%-
XYZ7.5911.6213.4-
YUV75.17140.8875.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 108 (42.58% from 255) = 51.92%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=0.96%
G=51.92%
B=47.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2108980.9800.090.58174.3496.3621.57
Hex26C6262093Aae6016
Octal21541421420117225614026
Binary101101100110001011000100100111101010101110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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