#027A5E

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

Shades of Tropical Rain Forest #027A5E

Tints of Tropical Rain Forest #027A5E

Color information

#027A5E (or 0x027A5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 7A and 5E. RGB value is (2,122,94). Sum of RGB (Red+Green+Blue) = 2+122+94=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #027A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A5E is #FD85A1. Grayscale: #525252. Windows color (decimal): -16614818 or 6191618. OLE color: 6191618.

HSL color Cylindrical-coordinate representation of color #027A5E: hue angle of 166º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A5E is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB212294-
CMYK0.9800.230.52
HSL166º96.77%24.31%-
HSV(B)166º98.36%47.84%-
XYZ914.7412.96-
YUV82.93134.2470.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 122 (48.05% from 255) = 55.96%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=0.92%
G=55.96%
B=43.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2122940.9800.230.5216696.7724.31
Hex27A5E6201734a66118
Octal21721361420276424614130
Binary1011110101011110110001001011111010010100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027A5E; }

 p { color: rgb(2,122,94); }

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

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

 a { background-color: rgb(2,122,94); }

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

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

 span { border-color: rgb(2,122,94); }

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