#2E8468

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

Shades of Genoa #2E8468

Tints of Genoa #2E8468

Color information

#2E8468 (or 0x2E8468) is unknown color: approx Genoa. HEX triplet: 2E, 84 and 68. RGB value is (46,132,104). Sum of RGB (Red+Green+Blue) = 46+132+104=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8468 is #D17B97. Grayscale: #676767. Windows color (decimal): -13728664 or 6849582. OLE color: 6849582.

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

Color convert

RGB46132104-
CMYK0.6500.210.48
HSL160.47º48.31%34.9%-
HSV(B)160.47º65.15%51.76%-
XYZ11.8818.0815.96-
YUV103.09128.5187.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=16.31%
G=46.81%
B=36.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461321040.6500.210.48160.4748.3134.9
Hex2E84684101530a03023
Octal56204150101025602406043
Binary101110100001001101000100000101010111000010100000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,104); }

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

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

 a { background-color: rgb(46,132,104); }

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

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

 span { border-color: rgb(46,132,104); }

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