#2E735E

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

Shades of Genoa #2E735E

Tints of Genoa #2E735E

Color information

#2E735E (or 0x2E735E) is unknown color: approx Genoa. HEX triplet: 2E, 73 and 5E. RGB value is (46,115,94). Sum of RGB (Red+Green+Blue) = 46+115+94=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #2E735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E735E is #D18CA1. Grayscale: #5B5B5B. Windows color (decimal): -13733026 or 6189870. OLE color: 6189870.

HSL color Cylindrical-coordinate representation of color #2E735E: hue angle of 161.74º 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 #2E735E is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB4611594-
CMYK0.600.180.55
HSL161.74º42.86%31.57%-
HSV(B)161.74º60%45.1%-
XYZ9.2813.6512.74-
YUV91.98129.1495.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=18.04%
G=45.10%
B=36.86%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115940.600.180.55161.7442.8631.57
Hex2E735E3C01237a22b20
Octal5616313674022672425340
Binary1011101110011101111011110001001011011110100010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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