#2A776E

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

Shades of Genoa #2A776E

Tints of Genoa #2A776E

Color information

#2A776E (or 0x2A776E) is unknown color: approx Genoa. HEX triplet: 2A, 77 and 6E. RGB value is (42,119,110). Sum of RGB (Red+Green+Blue) = 42+119+110=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #2A776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A776E is #D58891. Grayscale: #5E5E5E. Windows color (decimal): -13994130 or 7239466. OLE color: 7239466.

HSL color Cylindrical-coordinate representation of color #2A776E: hue angle of 172.99º 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 #2A776E is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB42119110-
CMYK0.6500.080.53
HSL172.99º47.83%31.57%-
HSV(B)172.99º64.71%46.67%-
XYZ10.3714.8117.06-
YUV94.95136.4990.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=15.50%
G=43.91%
B=40.59%

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
Decimal421191100.6500.080.53172.9947.8331.57
Hex2A776E410835ad3020
Octal52167156101010652556040
Binary1010101110111110111010000010100011010110101101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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