#027760

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

Shades of Tropical Rain Forest #027760

Tints of Tropical Rain Forest #027760

Color information

#027760 (or 0x027760) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 77 and 60. RGB value is (2,119,96). Sum of RGB (Red+Green+Blue) = 2+119+96=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #027760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027760 is #FD889F. Grayscale: #515151. Windows color (decimal): -16615584 or 6321922. OLE color: 6321922.

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

Color convert

RGB211996-
CMYK0.9800.190.53
HSL168.21º96.69%23.73%-
HSV(B)168.21º98.32%46.67%-
XYZ8.7314.0513.32-
YUV81.4136.2471.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=0.92%
G=54.84%
B=44.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119960.9800.190.53168.2196.6923.73
Hex277606201335a86118
Octal21671401420236525014130
Binary1011101111100000110001001001111010110101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027760; }

 p { color: rgb(2,119,96); }

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

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

 a { background-color: rgb(2,119,96); }

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

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

 span { border-color: rgb(2,119,96); }

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