#02705E

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

Shades of Tropical Rain Forest #02705E

Tints of Tropical Rain Forest #02705E

Color information

#02705E (or 0x02705E) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 70 and 5E. RGB value is (2,112,94). Sum of RGB (Red+Green+Blue) = 2+112+94=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #02705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02705E is #FD8FA1. Grayscale: #4D4D4D. Windows color (decimal): -16617378 or 6189058. OLE color: 6189058.

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

Color convert

RGB211294-
CMYK0.9800.160.56
HSL170.18º96.49%22.35%-
HSV(B)170.18º98.21%43.92%-
XYZ7.8412.4112.57-
YUV77.06137.5674.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=0.96%
G=53.85%
B=45.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112940.9800.160.56170.1896.4922.35
Hex2705E6201038aa6016
Octal21601361420207025214026
Binary1011100001011110110001001000011100010101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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