#02735D

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

Shades of Tropical Rain Forest #02735D

Tints of Tropical Rain Forest #02735D

Color information

#02735D (or 0x02735D) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 73 and 5D. RGB value is (2,115,93). Sum of RGB (Red+Green+Blue) = 2+115+93=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #02735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02735D is #FD8CA2. Grayscale: #4E4E4E. Windows color (decimal): -16616611 or 6124290. OLE color: 6124290.

HSL color Cylindrical-coordinate representation of color #02735D: hue angle of 168.32º 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 #02735D is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB211593-
CMYK0.9800.190.55
HSL168.32º96.58%22.94%-
HSV(B)168.32º98.26%45.1%-
XYZ8.1313.0612.45-
YUV78.7136.0673.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=0.95%
G=54.76%
B=44.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115930.9800.190.55168.3296.5822.94
Hex2735D6201337a86117
Octal21631351420236725014127
Binary1011100111011101110001001001111011110101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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