#026F41

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

Shades of Watercourse #026F41

Tints of Watercourse #026F41

Color information

#026F41 (or 0x026F41) is unknown color: approx Watercourse. HEX triplet: 02, 6F and 41. RGB value is (2,111,65). Sum of RGB (Red+Green+Blue) = 2+111+65=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #026F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026F41 is #FD90BE. Grayscale: #494949. Windows color (decimal): -16617663 or 4288258. OLE color: 4288258.

HSL color Cylindrical-coordinate representation of color #026F41: hue angle of 154.68º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F41 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB211165-
CMYK0.9800.410.56
HSL154.68º96.46%22.16%-
HSV(B)154.68º98.2%43.53%-
XYZ6.6611.766.92-
YUV73.16123.3977.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 111 (43.75% from 255) = 62.36%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=1.12%
G=62.36%
B=36.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111650.9800.410.56154.6896.4622.16
Hex26F4162029389b6016
Octal21571011420517023314026
Binary10110111110000011100010010100111100010011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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