Html Css Color HEX #026449 Watercourse

📋 copy color: '#026449'

red 2 ◦ green 100 ◦ blue 73

#026449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #026449

Tints of Watercourse #026449

RGB

 RED value IS 2 (1.17% from 255) = 1.14%

 GREEN value IS 100 (39.45% from 255) = 57.14%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 1.14%
G = 57.14%
B = 41.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#026449 (or 0x026449) is known color: Watercourse. HEX triplet: 02, 64 and 49. RGB value is (2,100,73). Sum of RGB (Red+Green+Blue) = 2+100+73=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #026449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026449 is #FD9BB6. Grayscale: #434343. Windows color (decimal): -16620471 or 4809730. OLE color: 4809730.

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

Color convert

RGB 2 100 73 -
CMYK 0.98 0 0.27 0.61
HSL 163.47º 0.96% 0.2% -
HSV(B) 163.47º 0.98% 0.39% -
XYZ 5.78 9.61 7.85 -
YUV 67.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 2 100 73 0.98 0 0.27 0.61 163.47 0.96 0.2
Hex 2 64 49 62 0 1B 3D A3 60 14
Octal 2 144 111 142 0 33 75 243 140 24
Binary 10 1100100 1001001 1100010 0 11011 111101 10100011 1100000 10100

Color Harmonies of #026449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026449

Black with #026449

Text Example


Text Example

White with #026449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026449; }

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

 H1.HeaderClassName
 {
   color: #026449;
 }
 .AnyTagClassName
 {
   color: #026449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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