#026349

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

Shades of Watercourse #026349

Tints of Watercourse #026349

Color information

#026349 (or 0x026349) is unknown color: approx Watercourse. HEX triplet: 02, 63 and 49. RGB value is (2,99,73). Sum of RGB (Red+Green+Blue) = 2+99+73=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #026349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026349 is #FD9CB6. Grayscale: #434343. Windows color (decimal): -16620727 or 4809474. OLE color: 4809474.

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

Color convert

RGB29973-
CMYK0.9800.260.61
HSL163.92º96.04%19.8%-
HSV(B)163.92º97.98%38.82%-
XYZ5.699.427.82-
YUV67.03131.3681.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=1.15%
G=56.90%
B=41.95%

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
Decimal299730.9800.260.61163.9296.0419.8
Hex263496201A3Da46014
Octal21431111420327524414024
Binary1011000111001001110001001101011110110100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026349; }

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

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

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

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

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

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

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

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