#026941

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

Shades of Watercourse #026941

Tints of Watercourse #026941

Color information

#026941 (or 0x026941) is unknown color: approx Watercourse. HEX triplet: 02, 69 and 41. RGB value is (2,105,65). Sum of RGB (Red+Green+Blue) = 2+105+65=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #026941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026941 is #FD96BE. Grayscale: #454545. Windows color (decimal): -16619199 or 4286722. OLE color: 4286722.

HSL color Cylindrical-coordinate representation of color #026941: hue angle of 156.7º 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 #026941 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB210565-
CMYK0.9800.380.59
HSL156.7º96.26%20.98%-
HSV(B)156.7º98.1%41.18%-
XYZ6.0310.56.71-
YUV69.64125.3879.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 105 (41.41% from 255) = 61.05%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=1.16%
G=61.05%
B=37.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105650.9800.380.59156.796.2620.98
Hex26941620263B9d6015
Octal21511011420467323514025
Binary10110100110000011100010010011011101110011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026941; }

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

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

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

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

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

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

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

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