#027C61

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

Shades of Tropical Rain Forest #027C61

Tints of Tropical Rain Forest #027C61

Color information

#027C61 (or 0x027C61) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 7C and 61. RGB value is (2,124,97). Sum of RGB (Red+Green+Blue) = 2+124+97=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #027C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C61 is #FD839E. Grayscale: #545454. Windows color (decimal): -16614303 or 6388738. OLE color: 6388738.

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

Color convert

RGB212497-
CMYK0.9800.220.51
HSL166.72º96.83%24.71%-
HSV(B)166.72º98.39%48.63%-
XYZ9.3915.2913.77-
YUV84.44135.0869.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=0.90%
G=55.61%
B=43.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124970.9800.220.51166.7296.8324.71
Hex27C616201633a76119
Octal21741411420266324714131
Binary1011111001100001110001001011011001110100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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