#026F42

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

Shades of Watercourse #026F42

Tints of Watercourse #026F42

Color information

#026F42 (or 0x026F42) is unknown color: approx Watercourse. HEX triplet: 02, 6F and 42. RGB value is (2,111,66). Sum of RGB (Red+Green+Blue) = 2+111+66=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #026F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026F42 is #FD90BD. Grayscale: #494949. Windows color (decimal): -16617662 or 4353794. OLE color: 4353794.

HSL color Cylindrical-coordinate representation of color #026F42: hue angle of 155.23º 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 #026F42 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB211166-
CMYK0.9800.410.56
HSL155.23º96.46%22.16%-
HSV(B)155.23º98.2%43.53%-
XYZ6.6911.787.07-
YUV73.28123.8977.16-

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.01%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=1.12%
G=62.01%
B=36.87%

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
Decimal2111660.9800.410.56155.2396.4622.16
Hex26F4262029389b6016
Octal21571021420517023314026
Binary10110111110000101100010010100111100010011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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