#026B40

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

Shades of Watercourse #026B40

Tints of Watercourse #026B40

Color information

#026B40 (or 0x026B40) is unknown color: approx Watercourse. HEX triplet: 02, 6B and 40. RGB value is (2,107,64). Sum of RGB (Red+Green+Blue) = 2+107+64=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #026B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B40 is #FD94BF. Grayscale: #464646. Windows color (decimal): -16618688 or 4221698. OLE color: 4221698.

HSL color Cylindrical-coordinate representation of color #026B40: hue angle of 155.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B40 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB210764-
CMYK0.9800.400.58
HSL155.43º96.33%21.37%-
HSV(B)155.43º98.13%41.96%-
XYZ6.2110.96.63-
YUV70.7124.2179-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 107 (42.19% from 255) = 61.85%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=1.16%
G=61.85%
B=36.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2107640.9800.400.58155.4396.3321.37
Hex26B40620283A9b6015
Octal21531001420507223314025
Binary10110101110000001100010010100011101010011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026B40; }

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

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

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

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

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

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

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

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