#026047

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

Shades of Watercourse #026047

Tints of Watercourse #026047

Color information

#026047 (or 0x026047) is unknown color: approx Watercourse. HEX triplet: 02, 60 and 47. RGB value is (2,96,71). Sum of RGB (Red+Green+Blue) = 2+96+71=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #026047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026047 is #FD9FB8. Grayscale: #414141. Windows color (decimal): -16621497 or 4677634. OLE color: 4677634.

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

Color convert

RGB29671-
CMYK0.9800.260.62
HSL164.04º95.92%19.22%-
HSV(B)164.04º97.92%37.65%-
XYZ5.358.837.38-
YUV65.04131.3683.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=1.18%
G=56.80%
B=42.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296710.9800.260.62164.0495.9219.22
Hex260476201A3Ea46013
Octal21401071420327624414023
Binary1011000001000111110001001101011111010100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026047; }

 p { color: rgb(2,96,71); }

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

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

 a { background-color: rgb(2,96,71); }

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

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

 span { border-color: rgb(2,96,71); }

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