#2E736B

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

Shades of Genoa #2E736B

Tints of Genoa #2E736B

Color information

#2E736B (or 0x2E736B) is unknown color: approx Genoa. HEX triplet: 2E, 73 and 6B. RGB value is (46,115,107). Sum of RGB (Red+Green+Blue) = 46+115+107=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #2E736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E736B is #D18C94. Grayscale: #5D5D5D. Windows color (decimal): -13733013 or 7041838. OLE color: 7041838.

HSL color Cylindrical-coordinate representation of color #2E736B: hue angle of 173.04º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E736B is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB46115107-
CMYK0.600.070.55
HSL173.04º42.86%31.57%-
HSV(B)173.04º60%45.1%-
XYZ9.9113.916.07-
YUV93.46135.6494.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=17.16%
G=42.91%
B=39.93%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal461151070.600.070.55173.0442.8631.57
Hex2E736B3C0737ad2b20
Octal561631537407672555340
Binary10111011100111101011111100011111011110101101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,107); }

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

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

 a { background-color: rgb(46,115,107); }

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

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

 span { border-color: rgb(46,115,107); }

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