#026240

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

Shades of Watercourse #026240

Tints of Watercourse #026240

Color information

#026240 (or 0x026240) is unknown color: approx Watercourse. HEX triplet: 02, 62 and 40. RGB value is (2,98,64). Sum of RGB (Red+Green+Blue) = 2+98+64=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #026240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026240 is #FD9DBF. Grayscale: #414141. Windows color (decimal): -16620992 or 4219394. OLE color: 4219394.

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

Color convert

RGB29864-
CMYK0.9800.350.62
HSL158.75º96%19.61%-
HSV(B)158.75º97.96%38.43%-
XYZ5.329.126.33-
YUV65.42127.282.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=1.22%
G=59.76%
B=39.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298640.9800.350.62158.759619.61
Hex26240620233E9f6014
Octal21421001420437623714024
Binary10110001010000001100010010001111111010011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026240; }

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

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

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

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

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

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

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

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