#2E6D66

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

Shades of Genoa #2E6D66

Tints of Genoa #2E6D66

Color information

#2E6D66 (or 0x2E6D66) is unknown color: approx Genoa. HEX triplet: 2E, 6D and 66. RGB value is (46,109,102). Sum of RGB (Red+Green+Blue) = 46+109+102=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D66 is #D19299. Grayscale: #595959. Windows color (decimal): -13734554 or 6712622. OLE color: 6712622.

HSL color Cylindrical-coordinate representation of color #2E6D66: hue angle of 173.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D66 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB46109102-
CMYK0.5800.060.57
HSL173.33º40.65%30.39%-
HSV(B)173.33º57.8%42.75%-
XYZ8.9912.4814.5-
YUV89.36135.1397.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=17.90%
G=42.41%
B=39.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal461091020.5800.060.57173.3340.6530.39
Hex2E6D663A0639ad291e
Octal561551467206712555136
Binary1011101101101110011011101001101110011010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,109,102); }

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

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

 a { background-color: rgb(46,109,102); }

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

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

 span { border-color: rgb(46,109,102); }

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