#2E786C

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

Shades of Genoa #2E786C

Tints of Genoa #2E786C

Color information

#2E786C (or 0x2E786C) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 6C. RGB value is (46,120,108). Sum of RGB (Red+Green+Blue) = 46+120+108=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786C is #D18793. Grayscale: #606060. Windows color (decimal): -13731732 or 7108654. OLE color: 7108654.

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

Color convert

RGB46120108-
CMYK0.6200.100.53
HSL170.27º44.58%32.55%-
HSV(B)170.27º61.67%47.06%-
XYZ10.5515.116.55-
YUV96.51134.4891.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=16.79%
G=43.80%
B=39.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461201080.6200.100.53170.2744.5832.55
Hex2E786C3E0A35aa2d21
Octal5617015476012652525541
Binary101110111100011011001111100101011010110101010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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