#2A776D

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

Shades of Genoa #2A776D

Tints of Genoa #2A776D

Color information

#2A776D (or 0x2A776D) is unknown color: approx Genoa. HEX triplet: 2A, 77 and 6D. RGB value is (42,119,109). Sum of RGB (Red+Green+Blue) = 42+119+109=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #2A776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A776D is #D58892. Grayscale: #5E5E5E. Windows color (decimal): -13994131 or 7173930. OLE color: 7173930.

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

Color convert

RGB42119109-
CMYK0.6500.080.53
HSL172.21º47.83%31.57%-
HSV(B)172.21º64.71%46.67%-
XYZ10.3114.7916.78-
YUV94.84135.9990.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=15.56%
G=44.07%
B=40.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421191090.6500.080.53172.2147.8331.57
Hex2A776D410835ac3020
Octal52167155101010652546040
Binary1010101110111110110110000010100011010110101100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,109); }

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

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

 a { background-color: rgb(42,119,109); }

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

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

 span { border-color: rgb(42,119,109); }

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