#026643

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

Shades of Watercourse #026643

Tints of Watercourse #026643

Color information

#026643 (or 0x026643) is unknown color: approx Watercourse. HEX triplet: 02, 66 and 43. RGB value is (2,102,67). Sum of RGB (Red+Green+Blue) = 2+102+67=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #026643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026643 is #FD99BC. Grayscale: #444444. Windows color (decimal): -16619965 or 4417026. OLE color: 4417026.

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

Color convert

RGB210267-
CMYK0.9800.340.6
HSL159º96.15%20.39%-
HSV(B)159º98.04%40%-
XYZ5.799.926.92-
YUV68.11127.3780.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=1.17%
G=59.65%
B=39.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102670.9800.340.615996.1520.39
Hex26643620223C9f6014
Octal21461031420427423714024
Binary10110011010000111100010010001011110010011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026643; }

 p { color: rgb(2,102,67); }

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

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

 a { background-color: rgb(2,102,67); }

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

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

 span { border-color: rgb(2,102,67); }

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