#026D60

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

Shades of Tropical Rain Forest #026D60

Tints of Tropical Rain Forest #026D60

Color information

#026D60 (or 0x026D60) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6D and 60. RGB value is (2,109,96). Sum of RGB (Red+Green+Blue) = 2+109+96=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #026D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D60 is #FD929F. Grayscale: #4B4B4B. Windows color (decimal): -16618144 or 6319362. OLE color: 6319362.

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

Color convert

RGB210996-
CMYK0.9800.120.57
HSL172.71º96.4%21.76%-
HSV(B)172.71º98.17%42.75%-
XYZ7.611.7912.94-
YUV75.53139.5575.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=0.97%
G=52.66%
B=46.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2109960.9800.120.57172.7196.421.76
Hex26D60620C39ad6016
Octal21551401420147125514026
Binary101101101110000011000100110011100110101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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