#2C776A

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

Shades of Genoa #2C776A

Tints of Genoa #2C776A

Color information

#2C776A (or 0x2C776A) is unknown color: approx Genoa. HEX triplet: 2C, 77 and 6A. RGB value is (44,119,106). Sum of RGB (Red+Green+Blue) = 44+119+106=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #2C776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C776A is #D38895. Grayscale: #5F5F5F. Windows color (decimal): -13863062 or 6977324. OLE color: 6977324.

HSL color Cylindrical-coordinate representation of color #2C776A: hue angle of 169.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C776A is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB44119106-
CMYK0.6300.110.53
HSL169.6º46.01%31.96%-
HSV(B)169.6º63.03%46.67%-
XYZ10.2414.7715.95-
YUV95.09134.1591.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.36%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=16.36%
G=44.24%
B=39.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441191060.6300.110.53169.646.0131.96
Hex2C776A3F0B35aa2e20
Octal5416715277013652525640
Binary101100111011111010101111110101111010110101010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C776A; }

 p { color: rgb(44,119,106); }

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

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

 a { background-color: rgb(44,119,106); }

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

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

 span { border-color: rgb(44,119,106); }

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