#027661

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

Shades of Tropical Rain Forest #027661

Tints of Tropical Rain Forest #027661

Color information

#027661 (or 0x027661) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 76 and 61. RGB value is (2,118,97). Sum of RGB (Red+Green+Blue) = 2+118+97=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #027661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027661 is #FD899E. Grayscale: #505050. Windows color (decimal): -16615839 or 6387202. OLE color: 6387202.

HSL color Cylindrical-coordinate representation of color #027661: hue angle of 169.14º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027661 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB211897-
CMYK0.9800.180.54
HSL169.14º96.67%23.53%-
HSV(B)169.14º98.31%46.27%-
XYZ8.6613.8313.52-
YUV80.92137.0771.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=0.92%
G=54.38%
B=44.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118970.9800.180.54169.1496.6723.53
Hex276616201236a96118
Octal21661411420226625114130
Binary1011101101100001110001001001011011010101001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027661; }

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

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

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

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

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

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

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

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