#2E8673

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

Shades of Genoa #2E8673

Tints of Genoa #2E8673

Color information

#2E8673 (or 0x2E8673) is unknown color: approx Genoa. HEX triplet: 2E, 86 and 73. RGB value is (46,134,115). Sum of RGB (Red+Green+Blue) = 46+134+115=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8673 is #D1798C. Grayscale: #696969. Windows color (decimal): -13728141 or 7570990. OLE color: 7570990.

HSL color Cylindrical-coordinate representation of color #2E8673: hue angle of 167.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8673 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB46134115-
CMYK0.6600.140.47
HSL167.05º48.89%35.29%-
HSV(B)167.05º65.67%52.55%-
XYZ12.7518.8719.19-
YUV105.52133.3585.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=15.59%
G=45.42%
B=38.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461341150.6600.140.47167.0548.8935.29
Hex2E8673420E2Fa73123
Octal56206163102016572476143
Binary10111010000110111001110000100111010111110100111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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