#02765C

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

Shades of Tropical Rain Forest #02765C

Tints of Tropical Rain Forest #02765C

Color information

#02765C (or 0x02765C) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 76 and 5C. RGB value is (2,118,92). Sum of RGB (Red+Green+Blue) = 2+118+92=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #02765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02765C is #FD89A3. Grayscale: #505050. Windows color (decimal): -16615844 or 6059522. OLE color: 6059522.

HSL color Cylindrical-coordinate representation of color #02765C: hue angle of 166.55º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02765C is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB211892-
CMYK0.9800.220.54
HSL166.55º96.67%23.53%-
HSV(B)166.55º98.31%46.27%-
XYZ8.4413.7412.33-
YUV80.35134.5772.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=0.94%
G=55.66%
B=43.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118920.9800.220.54166.5596.6723.53
Hex2765C6201636a76118
Octal21661341420266624714130
Binary1011101101011100110001001011011011010100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02765C; }

 p { color: rgb(2,118,92); }

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

<style>
 a { background-color: #02765C; }

 a { background-color: rgb(2,118,92); }

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

<style>
 span { border-color: #02765C; }

 span { border-color: rgb(2,118,92); }

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