#027261

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

Shades of Tropical Rain Forest #027261

Tints of Tropical Rain Forest #027261

Color information

#027261 (or 0x027261) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 72 and 61. RGB value is (2,114,97). Sum of RGB (Red+Green+Blue) = 2+114+97=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #027261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027261 is #FD8D9E. Grayscale: #4E4E4E. Windows color (decimal): -16616863 or 6386178. OLE color: 6386178.

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

Color convert

RGB211497-
CMYK0.9800.150.55
HSL170.89º96.55%22.75%-
HSV(B)170.89º98.25%44.71%-
XYZ8.212.9113.37-
YUV78.57138.3973.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=0.94%
G=53.52%
B=45.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114970.9800.150.55170.8996.5522.75
Hex27261620F37ab6117
Octal21621411420176725314127
Binary101110010110000111000100111111011110101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027261; }

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

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

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

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

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

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

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

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