#026848

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

Shades of Watercourse #026848

Tints of Watercourse #026848

Color information

#026848 (or 0x026848) is unknown color: approx Watercourse. HEX triplet: 02, 68 and 48. RGB value is (2,104,72). Sum of RGB (Red+Green+Blue) = 2+104+72=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #026848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026848 is #FD97B7. Grayscale: #454545. Windows color (decimal): -16619448 or 4745218. OLE color: 4745218.

HSL color Cylindrical-coordinate representation of color #026848: hue angle of 161.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026848 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB210472-
CMYK0.9800.310.59
HSL161.18º96.23%20.78%-
HSV(B)161.18º98.08%40.78%-
XYZ6.1510.387.81-
YUV69.85129.2179.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 104 (41.02% from 255) = 58.43%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=1.12%
G=58.43%
B=40.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104720.9800.310.59161.1896.2320.78
Hex268486201F3Ba16015
Octal21501101420377324114025
Binary1011010001001000110001001111111101110100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026848; }

 p { color: rgb(2,104,72); }

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

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

 a { background-color: rgb(2,104,72); }

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

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

 span { border-color: rgb(2,104,72); }

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