#026F47

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

Shades of Watercourse #026F47

Tints of Watercourse #026F47

Color information

#026F47 (or 0x026F47) is unknown color: approx Watercourse. HEX triplet: 02, 6F and 47. RGB value is (2,111,71). Sum of RGB (Red+Green+Blue) = 2+111+71=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #026F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026F47 is #FD90B8. Grayscale: #494949. Windows color (decimal): -16617657 or 4681474. OLE color: 4681474.

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

Color convert

RGB211171-
CMYK0.9800.360.56
HSL157.98º96.46%22.16%-
HSV(B)157.98º98.2%43.53%-
XYZ6.8511.847.89-
YUV73.85126.3976.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 111 (43.75% from 255) = 60.33%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=1.09%
G=60.33%
B=38.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111710.9800.360.56157.9896.4622.16
Hex26F4762024389e6016
Octal21571071420447023614026
Binary10110111110001111100010010010011100010011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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