#02735F

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

Shades of Tropical Rain Forest #02735F

Tints of Tropical Rain Forest #02735F

Color information

#02735F (or 0x02735F) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 73 and 5F. RGB value is (2,115,95). Sum of RGB (Red+Green+Blue) = 2+115+95=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #02735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02735F is #FD8CA0. Grayscale: #4E4E4E. Windows color (decimal): -16616609 or 6255362. OLE color: 6255362.

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

Color convert

RGB211595-
CMYK0.9800.170.55
HSL169.38º96.58%22.94%-
HSV(B)169.38º98.26%45.1%-
XYZ8.2213.112.92-
YUV78.93137.0673.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=0.94%
G=54.25%
B=44.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115950.9800.170.55169.3896.5822.94
Hex2735F6201137a96117
Octal21631371420216725114127
Binary1011100111011111110001001000111011110101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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