#026C45

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

Shades of Watercourse #026C45

Tints of Watercourse #026C45

Color information

#026C45 (or 0x026C45) is unknown color: approx Watercourse. HEX triplet: 02, 6C and 45. RGB value is (2,108,69). Sum of RGB (Red+Green+Blue) = 2+108+69=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 108 (42.58% from 255 or 60.34% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 108 - color contains mainly: green. Hex color #026C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026C45 is #FD93BA. Grayscale: #474747. Windows color (decimal): -16618427 or 4549634. OLE color: 4549634.

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

Color convert

RGB210869-
CMYK0.9800.360.58
HSL157.92º96.36%21.57%-
HSV(B)157.92º98.15%42.35%-
XYZ6.4611.177.45-
YUV71.86126.3878.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 108 (42.58% from 255) = 60.34%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=1.12%
G=60.34%
B=38.55%

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
Decimal2108690.9800.360.58157.9296.3621.57
Hex26C45620243A9e6016
Octal21541051420447223614026
Binary10110110010001011100010010010011101010011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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