#2E775D

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

Shades of Genoa #2E775D

Tints of Genoa #2E775D

Color information

#2E775D (or 0x2E775D) is unknown color: approx Genoa. HEX triplet: 2E, 77 and 5D. RGB value is (46,119,93). Sum of RGB (Red+Green+Blue) = 46+119+93=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #2E775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E775D is #D188A2. Grayscale: #5E5E5E. Windows color (decimal): -13732003 or 6125358. OLE color: 6125358.

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

Color convert

RGB4611993-
CMYK0.6100.220.53
HSL158.63º44.24%32.35%-
HSV(B)158.63º61.34%46.67%-
XYZ9.714.5612.66-
YUV94.21127.3293.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.83%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=17.83%
G=46.12%
B=36.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119930.6100.220.53158.6344.2432.35
Hex2E775D3D016359f2c20
Octal5616713575026652375440
Binary1011101110111101110111110101011011010110011111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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