#2E7769

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

Shades of Genoa #2E7769

Tints of Genoa #2E7769

Color information

#2E7769 (or 0x2E7769) is unknown color: approx Genoa. HEX triplet: 2E, 77 and 69. RGB value is (46,119,105). Sum of RGB (Red+Green+Blue) = 46+119+105=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7769 is #D18896. Grayscale: #5F5F5F. Windows color (decimal): -13731991 or 6911790. OLE color: 6911790.

HSL color Cylindrical-coordinate representation of color #2E7769: hue angle of 168.49º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7769 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB46119105-
CMYK0.6100.120.53
HSL168.49º44.24%32.35%-
HSV(B)168.49º61.34%46.67%-
XYZ10.2714.7915.68-
YUV95.58133.3292.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.04%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=17.04%
G=44.07%
B=38.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461191050.6100.120.53168.4944.2432.35
Hex2E77693D0C35a82c20
Octal5616715175014652505440
Binary101110111011111010011111010110011010110101000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,119,105); }

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

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

 a { background-color: rgb(46,119,105); }

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

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

 span { border-color: rgb(46,119,105); }

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