#026840

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

Shades of Watercourse #026840

Tints of Watercourse #026840

Color information

#026840 (or 0x026840) is unknown color: approx Watercourse. HEX triplet: 02, 68 and 40. RGB value is (2,104,64). Sum of RGB (Red+Green+Blue) = 2+104+64=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #026840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026840 is #FD97BF. Grayscale: #454545. Windows color (decimal): -16619456 or 4220930. OLE color: 4220930.

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

Color convert

RGB210464-
CMYK0.9800.380.59
HSL156.47º96.23%20.78%-
HSV(B)156.47º98.08%40.78%-
XYZ5.910.286.52-
YUV68.94125.2180.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=1.18%
G=61.18%
B=37.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104640.9800.380.59156.4796.2320.78
Hex26840620263B9c6015
Octal21501001420467323414025
Binary10110100010000001100010010011011101110011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026840; }

 p { color: rgb(2,104,64); }

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

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

 a { background-color: rgb(2,104,64); }

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

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

 span { border-color: rgb(2,104,64); }

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