#03705C

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

Shades of Tropical Rain Forest #03705C

Tints of Tropical Rain Forest #03705C

Color information

#03705C (or 0x03705C) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 70 and 5C. RGB value is (3,112,92). Sum of RGB (Red+Green+Blue) = 3+112+92=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #03705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03705C is #FC8FA3. Grayscale: #4D4D4D. Windows color (decimal): -16551844 or 6057987. OLE color: 6057987.

HSL color Cylindrical-coordinate representation of color #03705C: hue angle of 168.99º 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 #03705C is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB311292-
CMYK0.9700.180.56
HSL168.99º94.78%22.55%-
HSV(B)168.99º97.32%43.92%-
XYZ7.7612.3812.11-
YUV77.13136.3975.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=1.45%
G=54.11%
B=44.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112920.9700.180.56168.9994.7822.55
Hex3705C6101238a95f17
Octal31601341410227025113727
Binary1111100001011100110000101001011100010101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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