#02644D

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

Shades of Watercourse #02644D

Tints of Watercourse #02644D

Color information

#02644D (or 0x02644D) is unknown color: approx Watercourse. HEX triplet: 02, 64 and 4D. RGB value is (2,100,77). Sum of RGB (Red+Green+Blue) = 2+100+77=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #02644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02644D is #FD9BB2. Grayscale: #444444. Windows color (decimal): -16620467 or 5071874. OLE color: 5071874.

HSL color Cylindrical-coordinate representation of color #02644D: hue angle of 165.92º 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 #02644D is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB210077-
CMYK0.9800.230.61
HSL165.92º96.08%20%-
HSV(B)165.92º98%39.22%-
XYZ5.929.668.57-
YUV68.08133.0380.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 100 (39.45% from 255) = 55.87%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=1.12%
G=55.87%
B=43.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100770.9800.230.61165.9296.0820
Hex2644D620173Da66014
Octal21441151420277524614024
Binary1011001001001101110001001011111110110100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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