#027561

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

Shades of Tropical Rain Forest #027561

Tints of Tropical Rain Forest #027561

Color information

#027561 (or 0x027561) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 75 and 61. RGB value is (2,117,97). Sum of RGB (Red+Green+Blue) = 2+117+97=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #027561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027561 is #FD8A9E. Grayscale: #505050. Windows color (decimal): -16616095 or 6386946. OLE color: 6386946.

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

Color convert

RGB211797-
CMYK0.9800.170.54
HSL169.57º96.64%23.33%-
HSV(B)169.57º98.29%45.88%-
XYZ8.5413.613.48-
YUV80.34137.472.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=0.93%
G=54.17%
B=44.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117970.9800.170.54169.5796.6423.33
Hex275616201136aa6117
Octal21651411420216625214127
Binary1011101011100001110001001000111011010101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027561; }

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

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

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

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

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

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

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

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