#026746

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

Shades of Watercourse #026746

Tints of Watercourse #026746

Color information

#026746 (or 0x026746) is unknown color: approx Watercourse. HEX triplet: 02, 67 and 46. RGB value is (2,103,70). Sum of RGB (Red+Green+Blue) = 2+103+70=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #026746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026746 is #FD98B9. Grayscale: #454545. Windows color (decimal): -16619706 or 4613890. OLE color: 4613890.

HSL color Cylindrical-coordinate representation of color #026746: hue angle of 160.4º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026746 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB210370-
CMYK0.9800.320.60
HSL160.4º96.19%20.59%-
HSV(B)160.4º98.06%40.39%-
XYZ5.9810.167.44-
YUV69.04128.5480.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 103 (40.62% from 255) = 58.86%
BLUE value IS 70 (27.73% from 255) = 40%
R=1.14%
G=58.86%
B=40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103700.9800.320.60160.496.1920.59
Hex26746620203Ca06015
Octal21471061420407424014025
Binary10110011110001101100010010000011110010100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026746; }

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

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

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

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

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

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

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

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