#02624A

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

Shades of Watercourse #02624A

Tints of Watercourse #02624A

Color information

#02624A (or 0x02624A) is unknown color: approx Watercourse. HEX triplet: 02, 62 and 4A. RGB value is (2,98,74). Sum of RGB (Red+Green+Blue) = 2+98+74=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #02624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02624A is #FD9DB5. Grayscale: #424242. Windows color (decimal): -16620982 or 4874754. OLE color: 4874754.

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

Color convert

RGB29874-
CMYK0.9800.240.62
HSL165º96%19.61%-
HSV(B)165º97.96%38.43%-
XYZ5.639.247.97-
YUV66.56132.281.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 98 (38.67% from 255) = 56.32%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=1.15%
G=56.32%
B=42.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298740.9800.240.621659619.61
Hex2624A620183Ea56014
Octal21421121420307624514024
Binary1011000101001010110001001100011111010100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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