#026E41

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

Shades of Watercourse #026E41

Tints of Watercourse #026E41

Color information

#026E41 (or 0x026E41) is unknown color: approx Watercourse. HEX triplet: 02, 6E and 41. RGB value is (2,110,65). Sum of RGB (Red+Green+Blue) = 2+110+65=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 110 (43.36% from 255 or 62.15% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 110 - color contains mainly: green. Hex color #026E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026E41 is #FD91BE. Grayscale: #484848. Windows color (decimal): -16617919 or 4288002. OLE color: 4288002.

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

Color convert

RGB211065-
CMYK0.9800.410.57
HSL155º96.43%21.96%-
HSV(B)155º98.18%43.14%-
XYZ6.5611.556.88-
YUV72.58123.7277.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 110 (43.36% from 255) = 62.15%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=1.13%
G=62.15%
B=36.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2110650.9800.410.5715596.4321.96
Hex26E4162029399b6016
Octal21561011420517123314026
Binary10110111010000011100010010100111100110011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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