#2E745E

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

Shades of Genoa #2E745E

Tints of Genoa #2E745E

Color information

#2E745E (or 0x2E745E) is unknown color: approx Genoa. HEX triplet: 2E, 74 and 5E. RGB value is (46,116,94). Sum of RGB (Red+Green+Blue) = 46+116+94=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #2E745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E745E is #D18BA1. Grayscale: #5C5C5C. Windows color (decimal): -13732770 or 6190126. OLE color: 6190126.

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

Color convert

RGB4611694-
CMYK0.6000.190.55
HSL161.14º43.21%31.76%-
HSV(B)161.14º60.34%45.49%-
XYZ9.3913.8812.77-
YUV92.56128.8194.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=17.97%
G=45.31%
B=36.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46116940.6000.190.55161.1443.2131.76
Hex2E745E3C01337a12b20
Octal5616413674023672415340
Binary1011101110100101111011110001001111011110100001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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