#2E8173

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

Shades of Genoa #2E8173

Tints of Genoa #2E8173

Color information

#2E8173 (or 0x2E8173) is unknown color: approx Genoa. HEX triplet: 2E, 81 and 73. RGB value is (46,129,115). Sum of RGB (Red+Green+Blue) = 46+129+115=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8173 is #D17E8C. Grayscale: #666666. Windows color (decimal): -13729421 or 7569710. OLE color: 7569710.

HSL color Cylindrical-coordinate representation of color #2E8173: hue angle of 169.88º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8173 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB46129115-
CMYK0.6400.110.49
HSL169.88º47.43%34.31%-
HSV(B)169.88º64.34%50.59%-
XYZ12.0717.5218.96-
YUV102.5913587.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=15.86%
G=44.48%
B=39.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461291150.6400.110.49169.8847.4334.31
Hex2E8173400B31aa2f22
Octal56201163100013612525742
Binary10111010000001111001110000000101111000110101010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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