#027C4E

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

Shades of Watercourse #027C4E

Tints of Watercourse #027C4E

Color information

#027C4E (or 0x027C4E) is unknown color: approx Watercourse. HEX triplet: 02, 7C and 4E. RGB value is (2,124,78). Sum of RGB (Red+Green+Blue) = 2+124+78=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #027C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C4E is #FD83B1. Grayscale: #525252. Windows color (decimal): -16614322 or 5143554. OLE color: 5143554.

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

Color convert

RGB212478-
CMYK0.9800.370.51
HSL157.38º96.83%24.71%-
HSV(B)157.38º98.39%48.63%-
XYZ8.6114.989.65-
YUV82.28125.5870.74-

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.78%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=0.98%
G=60.78%
B=38.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124780.9800.370.51157.3896.8324.71
Hex27C4E62025339d6119
Octal21741161420456323514131
Binary10111110010011101100010010010111001110011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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