#2d776e

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

Shades of Genoa #2D776E

Tints of Genoa #2D776E

Color information

#2D776E (or 0x2D776E) is unknown color: approx Genoa. HEX triplet: 2D, 77 and 6E. RGB value is (45,119,110). Sum of RGB (Red+Green+Blue) = 45+119+110=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #2D776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D776E is #D28891. Grayscale: #5F5F5F. Windows color (decimal): -13797522 or 7239469. OLE color: 7239469.

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

Color convert

RGB45119110-
CMYK0.6200.080.53
HSL172.7º45.12%32.16%-
HSV(B)172.7º62.18%46.67%-
XYZ10.4914.8817.07-
YUV95.85135.9891.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.42%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=16.42%
G=43.43%
B=40.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal451191100.6200.080.53172.745.1232.16
Hex2D776E3E0835ad2d20
Octal5516715676010652555540
Binary101101111011111011101111100100011010110101101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d776e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,119,110); }

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

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

 a { background-color: rgb(45,119,110); }

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

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

 span { border-color: rgb(45,119,110); }

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