#027061

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

Shades of Tropical Rain Forest #027061

Tints of Tropical Rain Forest #027061

Color information

#027061 (or 0x027061) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 70 and 61. RGB value is (2,112,97). Sum of RGB (Red+Green+Blue) = 2+112+97=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #027061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027061 is #FD8F9E. Grayscale: #4D4D4D. Windows color (decimal): -16617375 or 6385666. OLE color: 6385666.

HSL color Cylindrical-coordinate representation of color #027061: hue angle of 171.82º 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 #027061 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB211297-
CMYK0.9800.130.56
HSL171.82º96.49%22.35%-
HSV(B)171.82º98.21%43.92%-
XYZ7.9812.4613.29-
YUV77.4139.0674.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=0.95%
G=53.08%
B=45.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112970.9800.130.56171.8296.4922.35
Hex27061620D38ac6016
Octal21601411420157025414026
Binary101110000110000111000100110111100010101100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027061; }

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

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

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

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

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

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

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

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