#027346

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

Shades of Watercourse #027346

Tints of Watercourse #027346

Color information

#027346 (or 0x027346) is unknown color: approx Watercourse. HEX triplet: 02, 73 and 46. RGB value is (2,115,70). Sum of RGB (Red+Green+Blue) = 2+115+70=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #027346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027346 is #FD8CB9. Grayscale: #4C4C4C. Windows color (decimal): -16616634 or 4616962. OLE color: 4616962.

HSL color Cylindrical-coordinate representation of color #027346: hue angle of 156.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027346 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB211570-
CMYK0.9800.390.55
HSL156.11º96.58%22.94%-
HSV(B)156.11º98.26%45.1%-
XYZ7.2612.727.87-
YUV76.08124.5675.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 115 (45.31% from 255) = 61.50%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=1.07%
G=61.50%
B=37.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115700.9800.390.55156.1196.5822.94
Hex2734662027379c6117
Octal21631061420476723414127
Binary10111001110001101100010010011111011110011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027346; }

 p { color: rgb(2,115,70); }

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

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

 a { background-color: rgb(2,115,70); }

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

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

 span { border-color: rgb(2,115,70); }

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