#2E8374

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

Shades of Genoa #2E8374

Tints of Genoa #2E8374

Color information

#2E8374 (or 0x2E8374) is unknown color: approx Genoa. HEX triplet: 2E, 83 and 74. RGB value is (46,131,116). Sum of RGB (Red+Green+Blue) = 46+131+116=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8374 is #D17C8B. Grayscale: #676767. Windows color (decimal): -13728908 or 7635758. OLE color: 7635758.

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

Color convert

RGB46131116-
CMYK0.6500.110.49
HSL169.41º48.02%34.71%-
HSV(B)169.41º64.89%51.37%-
XYZ12.418.0719.36-
YUV103.88134.8486.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=15.70%
G=44.71%
B=39.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461311160.6500.110.49169.4148.0234.71
Hex2E8374410B31a93023
Octal56203164101013612516043
Binary10111010000011111010010000010101111000110101001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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