#2E7A6E

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

Shades of Genoa #2E7A6E

Tints of Genoa #2E7A6E

Color information

#2E7A6E (or 0x2E7A6E) is unknown color: approx Genoa. HEX triplet: 2E, 7A and 6E. RGB value is (46,122,110). Sum of RGB (Red+Green+Blue) = 46+122+110=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7A6E is #D18591. Grayscale: #616161. Windows color (decimal): -13731218 or 7240238. OLE color: 7240238.

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

Color convert

RGB46122110-
CMYK0.6200.100.52
HSL170.53º45.24%32.94%-
HSV(B)170.53º62.3%47.84%-
XYZ10.915.6317.19-
YUV97.91134.8290.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=16.55%
G=43.88%
B=39.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal461221100.6200.100.52170.5345.2432.94
Hex2E7A6E3E0A34ab2d21
Octal5617215676012642535541
Binary101110111101011011101111100101011010010101011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,122,110); }

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

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

 a { background-color: rgb(46,122,110); }

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

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

 span { border-color: rgb(46,122,110); }

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