#2E7F6C

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

Shades of Genoa #2E7F6C

Tints of Genoa #2E7F6C

Color information

#2E7F6C (or 0x2E7F6C) is unknown color: approx Genoa. HEX triplet: 2E, 7F and 6C. RGB value is (46,127,108). Sum of RGB (Red+Green+Blue) = 46+127+108=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F6C is #D18093. Grayscale: #646464. Windows color (decimal): -13729940 or 7110446. OLE color: 7110446.

HSL color Cylindrical-coordinate representation of color #2E7F6C: hue angle of 165.93º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F6C is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB46127108-
CMYK0.6400.150.50
HSL165.93º46.82%33.92%-
HSV(B)165.93º63.78%49.8%-
XYZ11.4216.8416.84-
YUV100.62132.1689.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=16.37%
G=45.20%
B=38.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal461271080.6400.150.50165.9346.8233.92
Hex2E7F6C400F32a62f22
Octal56177154100017622465742
Binary1011101111111110110010000000111111001010100110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,127,108); }

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

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

 a { background-color: rgb(46,127,108); }

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

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

 span { border-color: rgb(46,127,108); }

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