#02634C

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

Shades of Watercourse #02634C

Tints of Watercourse #02634C

Color information

#02634C (or 0x02634C) is unknown color: approx Watercourse. HEX triplet: 02, 63 and 4C. RGB value is (2,99,76). Sum of RGB (Red+Green+Blue) = 2+99+76=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #02634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02634C is #FD9CB3. Grayscale: #434343. Windows color (decimal): -16620724 or 5006082. OLE color: 5006082.

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

Color convert

RGB29976-
CMYK0.9800.230.61
HSL165.77º96.04%19.8%-
HSV(B)165.77º97.98%38.82%-
XYZ5.799.468.36-
YUV67.38132.8681.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 99 (39.06% from 255) = 55.93%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=1.13%
G=55.93%
B=42.94%

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
Decimal299760.9800.230.61165.7796.0419.8
Hex2634C620173Da66014
Octal21431141420277524614024
Binary1011000111001100110001001011111110110100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02634C; }

 p { color: rgb(2,99,76); }

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

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

 a { background-color: rgb(2,99,76); }

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

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

 span { border-color: rgb(2,99,76); }

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