#027C4F

Color #027C4F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #027C4F

Tints of Watercourse #027C4F

Color information

#027C4F (or 0x027C4F) is unknown color: approx Watercourse. HEX triplet: 02, 7C and 4F. RGB value is (2,124,79). Sum of RGB (Red+Green+Blue) = 2+124+79=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #027C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C4F is #FD83B0. Grayscale: #525252. Windows color (decimal): -16614321 or 5209090. OLE color: 5209090.

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

Color convert

RGB212479-
CMYK0.9800.360.51
HSL157.87º96.83%24.71%-
HSV(B)157.87º98.39%48.63%-
XYZ8.6414.999.84-
YUV82.39126.0870.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=0.98%
G=60.49%
B=38.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124790.9800.360.51157.8796.8324.71
Hex27C4F62024339e6119
Octal21741171420446323614131
Binary10111110010011111100010010010011001110011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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