#2E786D

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

Shades of Genoa #2E786D

Tints of Genoa #2E786D

Color information

#2E786D (or 0x2E786D) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 6D. RGB value is (46,120,109). Sum of RGB (Red+Green+Blue) = 46+120+109=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786D is #D18792. Grayscale: #606060. Windows color (decimal): -13731731 or 7174190. OLE color: 7174190.

HSL color Cylindrical-coordinate representation of color #2E786D: hue angle of 171.08º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E786D is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB46120109-
CMYK0.6200.090.53
HSL171.08º44.58%32.55%-
HSV(B)171.08º61.67%47.06%-
XYZ10.615.1216.83-
YUV96.62134.9891.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=16.73%
G=43.64%
B=39.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461201090.6200.090.53171.0844.5832.55
Hex2E786D3E0935ab2d21
Octal5617015576011652535541
Binary101110111100011011011111100100111010110101011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,109); }

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

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

 a { background-color: rgb(46,120,109); }

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

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

 span { border-color: rgb(46,120,109); }

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