#2E776A

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

Shades of Genoa #2E776A

Tints of Genoa #2E776A

Color information

#2E776A (or 0x2E776A) is unknown color: approx Genoa. HEX triplet: 2E, 77 and 6A. RGB value is (46,119,106). Sum of RGB (Red+Green+Blue) = 46+119+106=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #2E776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E776A is #D18895. Grayscale: #5F5F5F. Windows color (decimal): -13731990 or 6977326. OLE color: 6977326.

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

Color convert

RGB46119106-
CMYK0.6100.110.53
HSL169.32º44.24%32.35%-
HSV(B)169.32º61.34%46.67%-
XYZ10.3314.8215.95-
YUV95.69133.8292.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=16.97%
G=43.91%
B=39.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461191060.6100.110.53169.3244.2432.35
Hex2E776A3D0B35a92c20
Octal5616715275013652515440
Binary101110111011111010101111010101111010110101001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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