#2A7766

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

Shades of Genoa #2A7766

Tints of Genoa #2A7766

Color information

#2A7766 (or 0x2A7766) is unknown color: approx Genoa. HEX triplet: 2A, 77 and 66. RGB value is (42,119,102). Sum of RGB (Red+Green+Blue) = 42+119+102=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7766 is #D58899. Grayscale: #5E5E5E. Windows color (decimal): -13994138 or 6715178. OLE color: 6715178.

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

Color convert

RGB42119102-
CMYK0.6500.140.53
HSL166.75º47.83%31.57%-
HSV(B)166.75º64.71%46.67%-
XYZ9.9514.6514.87-
YUV94.04132.4990.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=15.97%
G=45.25%
B=38.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421191020.6500.140.53166.7547.8331.57
Hex2A7766410E35a73020
Octal52167146101016652476040
Binary1010101110111110011010000010111011010110100111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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