#027C5B

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

Shades of Tropical Rain Forest #027C5B

Tints of Tropical Rain Forest #027C5B

Color information

#027C5B (or 0x027C5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 7C and 5B. RGB value is (2,124,91). Sum of RGB (Red+Green+Blue) = 2+124+91=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #027C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C5B is #FD83A4. Grayscale: #535353. Windows color (decimal): -16614309 or 5995522. OLE color: 5995522.

HSL color Cylindrical-coordinate representation of color #027C5B: hue angle of 163.77º 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 #027C5B is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB212491-
CMYK0.9800.270.51
HSL163.77º96.83%24.71%-
HSV(B)163.77º98.39%48.63%-
XYZ9.1215.1812.35-
YUV83.76132.0869.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 124 (48.83% from 255) = 57.14%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=0.92%
G=57.14%
B=41.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124910.9800.270.51163.7796.8324.71
Hex27C5B6201B33a46119
Octal21741331420336324414131
Binary1011111001011011110001001101111001110100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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