#2E7068

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

Shades of Genoa #2E7068

Tints of Genoa #2E7068

Color information

#2E7068 (or 0x2E7068) is unknown color: approx Genoa. HEX triplet: 2E, 70 and 68. RGB value is (46,112,104). Sum of RGB (Red+Green+Blue) = 46+112+104=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7068 is #D18F97. Grayscale: #5B5B5B. Windows color (decimal): -13733784 or 6844462. OLE color: 6844462.

HSL color Cylindrical-coordinate representation of color #2E7068: hue angle of 172.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7068 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB46112104-
CMYK0.5900.070.56
HSL172.73º41.77%30.98%-
HSV(B)172.73º58.93%43.92%-
XYZ9.4213.1715.14-
YUV91.35135.1395.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=17.56%
G=42.75%
B=39.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal461121040.5900.070.56172.7341.7730.98
Hex2E70683B0738ad2a1f
Octal561601507307702555237
Binary1011101110000110100011101101111110001010110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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