#2E776F

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

Shades of Genoa #2E776F

Tints of Genoa #2E776F

Color information

#2E776F (or 0x2E776F) is unknown color: approx Genoa. HEX triplet: 2E, 77 and 6F. RGB value is (46,119,111). Sum of RGB (Red+Green+Blue) = 46+119+111=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #2E776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E776F is #D18890. Grayscale: #606060. Windows color (decimal): -13731985 or 7305006. OLE color: 7305006.

HSL color Cylindrical-coordinate representation of color #2E776F: hue angle of 173.42º 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 #2E776F is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB46119111-
CMYK0.6100.070.53
HSL173.42º44.24%32.35%-
HSV(B)173.42º61.34%46.67%-
XYZ10.5914.9217.36-
YUV96.26136.3292.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.67%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=16.67%
G=43.12%
B=40.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461191110.6100.070.53173.4244.2432.35
Hex2E776F3D0735ad2c20
Octal561671577507652555440
Binary10111011101111101111111101011111010110101101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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