#026947

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

Shades of Watercourse #026947

Tints of Watercourse #026947

Color information

#026947 (or 0x026947) is unknown color: approx Watercourse. HEX triplet: 02, 69 and 47. RGB value is (2,105,71). Sum of RGB (Red+Green+Blue) = 2+105+71=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #026947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026947 is #FD96B8. Grayscale: #464646. Windows color (decimal): -16619193 or 4679938. OLE color: 4679938.

HSL color Cylindrical-coordinate representation of color #026947: hue angle of 160.19º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026947 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB210571-
CMYK0.9800.320.59
HSL160.19º96.26%20.98%-
HSV(B)160.19º98.1%41.18%-
XYZ6.2110.577.67-
YUV70.33128.3879.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=1.12%
G=58.99%
B=39.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105710.9800.320.59160.1996.2620.98
Hex26947620203Ba06015
Octal21511071420407324014025
Binary10110100110001111100010010000011101110100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026947; }

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

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

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

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

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

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

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

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