#03705E

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

Shades of Tropical Rain Forest #03705E

Tints of Tropical Rain Forest #03705E

Color information

#03705E (or 0x03705E) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 70 and 5E. RGB value is (3,112,94). Sum of RGB (Red+Green+Blue) = 3+112+94=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #03705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03705E is #FC8FA1. Grayscale: #4D4D4D. Windows color (decimal): -16551842 or 6189059. OLE color: 6189059.

HSL color Cylindrical-coordinate representation of color #03705E: hue angle of 170.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03705E is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB311294-
CMYK0.9700.160.56
HSL170.09º94.78%22.55%-
HSV(B)170.09º97.32%43.92%-
XYZ7.8512.4212.57-
YUV77.36137.3974.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=1.44%
G=53.59%
B=44.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112940.9700.160.56170.0994.7822.55
Hex3705E6101038aa5f17
Octal31601361410207025213727
Binary1111100001011110110000101000011100010101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03705E; }

 p { color: rgb(3,112,94); }

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

<style>
 a { background-color: #03705E; }

 a { background-color: rgb(3,112,94); }

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

<style>
 span { border-color: #03705E; }

 span { border-color: rgb(3,112,94); }

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