#026542

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

Shades of Watercourse #026542

Tints of Watercourse #026542

Color information

#026542 (or 0x026542) is unknown color: approx Watercourse. HEX triplet: 02, 65 and 42. RGB value is (2,101,66). Sum of RGB (Red+Green+Blue) = 2+101+66=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #026542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026542 is #FD9ABD. Grayscale: #434343. Windows color (decimal): -16620222 or 4351234. OLE color: 4351234.

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

Color convert

RGB210166-
CMYK0.9800.350.60
HSL158.79º96.12%20.2%-
HSV(B)158.79º98.02%39.61%-
XYZ5.669.716.73-
YUV67.41127.281.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 101 (39.84% from 255) = 59.76%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=1.18%
G=59.76%
B=39.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101660.9800.350.60158.7996.1220.2
Hex26542620233C9f6014
Octal21451021420437423714024
Binary10110010110000101100010010001111110010011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026542; }

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

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

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

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

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

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

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

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