#2E765D

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

Shades of Genoa #2E765D

Tints of Genoa #2E765D

Color information

#2E765D (or 0x2E765D) is unknown color: approx Genoa. HEX triplet: 2E, 76 and 5D. RGB value is (46,118,93). Sum of RGB (Red+Green+Blue) = 46+118+93=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #2E765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E765D is #D189A2. Grayscale: #5D5D5D. Windows color (decimal): -13732259 or 6125102. OLE color: 6125102.

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

Color convert

RGB4611893-
CMYK0.6100.210.54
HSL159.17º43.9%32.16%-
HSV(B)159.17º61.02%46.27%-
XYZ9.5814.3312.62-
YUV93.62127.6594.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=17.90%
G=45.91%
B=36.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46118930.6100.210.54159.1743.932.16
Hex2E765D3D015369f2c20
Octal5616613575025662375440
Binary1011101110110101110111110101010111011010011111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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