#02644E

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

Shades of Watercourse #02644E

Tints of Watercourse #02644E

Color information

#02644E (or 0x02644E) is unknown color: approx Watercourse. HEX triplet: 02, 64 and 4E. RGB value is (2,100,78). Sum of RGB (Red+Green+Blue) = 2+100+78=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #02644E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02644E is #FD9BB1. Grayscale: #444444. Windows color (decimal): -16620466 or 5137410. OLE color: 5137410.

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

Color convert

RGB210078-
CMYK0.9800.220.61
HSL166.53º96.08%20%-
HSV(B)166.53º98%39.22%-
XYZ5.969.688.76-
YUV68.19133.5380.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 100 (39.45% from 255) = 55.56%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=1.11%
G=55.56%
B=43.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100780.9800.220.61166.5396.0820
Hex2644E620163Da76014
Octal21441161420267524714024
Binary1011001001001110110001001011011110110100111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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