#026241

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

Shades of Watercourse #026241

Tints of Watercourse #026241

Color information

#026241 (or 0x026241) is unknown color: approx Watercourse. HEX triplet: 02, 62 and 41. RGB value is (2,98,65). Sum of RGB (Red+Green+Blue) = 2+98+65=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #026241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026241 is #FD9DBE. Grayscale: #414141. Windows color (decimal): -16620991 or 4284930. OLE color: 4284930.

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

Color convert

RGB29865-
CMYK0.9800.340.62
HSL159.38º96%19.61%-
HSV(B)159.38º97.96%38.43%-
XYZ5.359.136.48-
YUV65.53127.782.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=1.21%
G=59.39%
B=39.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298650.9800.340.62159.389619.61
Hex26241620223E9f6014
Octal21421011420427623714024
Binary10110001010000011100010010001011111010011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026241; }

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

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

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

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

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

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

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

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