#027F4E

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

Shades of Watercourse #027F4E

Tints of Watercourse #027F4E

Color information

#027F4E (or 0x027F4E) is unknown color: approx Watercourse. HEX triplet: 02, 7F and 4E. RGB value is (2,127,78). Sum of RGB (Red+Green+Blue) = 2+127+78=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #027F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027F4E is #FD80B1. Grayscale: #545454. Windows color (decimal): -16613554 or 5144322. OLE color: 5144322.

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

Color convert

RGB212778-
CMYK0.9800.390.50
HSL156.48º96.9%25.29%-
HSV(B)156.48º98.43%49.8%-
XYZ8.9915.749.77-
YUV84.04124.5969.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 127 (50% from 255) = 61.35%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=0.97%
G=61.35%
B=37.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2127780.9800.390.50156.4896.925.29
Hex27F4E62027329c6119
Octal21771161420476223414131
Binary10111111110011101100010010011111001010011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,127,78); }

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

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

 a { background-color: rgb(2,127,78); }

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

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

 span { border-color: rgb(2,127,78); }

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