#027C5D

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

Shades of Tropical Rain Forest #027C5D

Tints of Tropical Rain Forest #027C5D

Color information

#027C5D (or 0x027C5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 7C and 5D. RGB value is (2,124,93). Sum of RGB (Red+Green+Blue) = 2+124+93=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #027C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C5D is #FD83A2. Grayscale: #535353. Windows color (decimal): -16614307 or 6126594. OLE color: 6126594.

HSL color Cylindrical-coordinate representation of color #027C5D: hue angle of 164.75º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C5D is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB212493-
CMYK0.9800.250.51
HSL164.75º96.83%24.71%-
HSV(B)164.75º98.39%48.63%-
XYZ9.2115.2212.81-
YUV83.99133.0869.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 124 (48.83% from 255) = 56.62%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=0.91%
G=56.62%
B=42.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124930.9800.250.51164.7596.8324.71
Hex27C5D6201933a56119
Octal21741351420316324514131
Binary1011111001011101110001001100111001110100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,124,93); }

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

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

 a { background-color: rgb(2,124,93); }

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

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

 span { border-color: rgb(2,124,93); }

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