#027E49

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

Shades of Watercourse #027E49

Tints of Watercourse #027E49

Color information

#027E49 (or 0x027E49) is unknown color: approx Watercourse. HEX triplet: 02, 7E and 49. RGB value is (2,126,73). Sum of RGB (Red+Green+Blue) = 2+126+73=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #027E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E49 is #FD81B6. Grayscale: #525252. Windows color (decimal): -16613815 or 4816386. OLE color: 4816386.

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

Color convert

RGB212673-
CMYK0.9800.420.51
HSL154.35º96.88%25.1%-
HSV(B)154.35º98.41%49.41%-
XYZ8.6915.428.82-
YUV82.88122.4270.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 126 (49.61% from 255) = 62.69%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=1.00%
G=62.69%
B=36.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2126730.9800.420.51154.3596.8825.1
Hex27E496202A339a6119
Octal21761111420526323214131
Binary10111111010010011100010010101011001110011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,126,73); }

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

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

 a { background-color: rgb(2,126,73); }

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

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

 span { border-color: rgb(2,126,73); }

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