#026B45

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

Shades of Watercourse #026B45

Tints of Watercourse #026B45

Color information

#026B45 (or 0x026B45) is unknown color: approx Watercourse. HEX triplet: 02, 6B and 45. RGB value is (2,107,69). Sum of RGB (Red+Green+Blue) = 2+107+69=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #026B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B45 is #FD94BA. Grayscale: #474747. Windows color (decimal): -16618683 or 4549378. OLE color: 4549378.

HSL color Cylindrical-coordinate representation of color #026B45: hue angle of 158.29º 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 #026B45 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB210769-
CMYK0.9800.360.58
HSL158.29º96.33%21.37%-
HSV(B)158.29º98.13%41.96%-
XYZ6.3610.967.41-
YUV71.27126.7178.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 107 (42.19% from 255) = 60.11%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=1.12%
G=60.11%
B=38.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2107690.9800.360.58158.2996.3321.37
Hex26B45620243A9e6015
Octal21531051420447223614025
Binary10110101110001011100010010010011101010011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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