#02735C

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

Shades of Tropical Rain Forest #02735C

Tints of Tropical Rain Forest #02735C

Color information

#02735C (or 0x02735C) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 73 and 5C. RGB value is (2,115,92). Sum of RGB (Red+Green+Blue) = 2+115+92=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #02735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02735C is #FD8CA3. Grayscale: #4E4E4E. Windows color (decimal): -16616612 or 6058754. OLE color: 6058754.

HSL color Cylindrical-coordinate representation of color #02735C: hue angle of 167.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02735C is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB211592-
CMYK0.9800.200.55
HSL167.79º96.58%22.94%-
HSV(B)167.79º98.26%45.1%-
XYZ8.0913.0512.22-
YUV78.59135.5673.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 115 (45.31% from 255) = 55.02%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=0.96%
G=55.02%
B=44.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115920.9800.200.55167.7996.5822.94
Hex2735C6201437a86117
Octal21631341420246725014127
Binary1011100111011100110001001010011011110101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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