#02644A

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

Shades of Watercourse #02644A

Tints of Watercourse #02644A

Color information

#02644A (or 0x02644A) is unknown color: approx Watercourse. HEX triplet: 02, 64 and 4A. RGB value is (2,100,74). Sum of RGB (Red+Green+Blue) = 2+100+74=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #02644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02644A is #FD9BB5. Grayscale: #434343. Windows color (decimal): -16620470 or 4875266. OLE color: 4875266.

HSL color Cylindrical-coordinate representation of color #02644A: hue angle of 164.08º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02644A is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB210074-
CMYK0.9800.260.61
HSL164.08º96.08%20%-
HSV(B)164.08º98%39.22%-
XYZ5.829.628.03-
YUV67.73131.5381.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 100 (39.45% from 255) = 56.82%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=1.14%
G=56.82%
B=42.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100740.9800.260.61164.0896.0820
Hex2644A6201A3Da46014
Octal21441121420327524414024
Binary1011001001001010110001001101011110110100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02644A; }

 p { color: rgb(2,100,74); }

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

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

 a { background-color: rgb(2,100,74); }

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

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

 span { border-color: rgb(2,100,74); }

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