#026A41

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

Shades of Watercourse #026A41

Tints of Watercourse #026A41

Color information

#026A41 (or 0x026A41) is unknown color: approx Watercourse. HEX triplet: 02, 6A and 41. RGB value is (2,106,65). Sum of RGB (Red+Green+Blue) = 2+106+65=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #026A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A41 is #FD95BE. Grayscale: #464646. Windows color (decimal): -16618943 or 4286978. OLE color: 4286978.

HSL color Cylindrical-coordinate representation of color #026A41: hue angle of 156.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A41 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB210665-
CMYK0.9800.390.58
HSL156.35º96.3%21.18%-
HSV(B)156.35º98.11%41.57%-
XYZ6.1310.76.74-
YUV70.23125.0479.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 106 (41.80% from 255) = 61.27%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=1.16%
G=61.27%
B=37.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106650.9800.390.58156.3596.321.18
Hex26A41620273A9c6015
Octal21521011420477223414025
Binary10110101010000011100010010011111101010011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026A41; }

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

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

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

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

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

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

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

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