#026642

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

Shades of Watercourse #026642

Tints of Watercourse #026642

Color information

#026642 (or 0x026642) is unknown color: approx Watercourse. HEX triplet: 02, 66 and 42. RGB value is (2,102,66). Sum of RGB (Red+Green+Blue) = 2+102+66=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #026642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026642 is #FD99BD. Grayscale: #444444. Windows color (decimal): -16619966 or 4351490. OLE color: 4351490.

HSL color Cylindrical-coordinate representation of color #026642: hue angle of 158.4º 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 #026642 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB210266-
CMYK0.9800.350.6
HSL158.4º96.15%20.39%-
HSV(B)158.4º98.04%40%-
XYZ5.769.916.76-
YUV68126.8780.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=1.18%
G=60%
B=38.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102660.9800.350.6158.496.1520.39
Hex26642620233C9e6014
Octal21461021420437423614024
Binary10110011010000101100010010001111110010011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026642; }

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

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

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

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

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

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

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

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