#2B776A

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

Shades of Genoa #2B776A

Tints of Genoa #2B776A

Color information

#2B776A (or 0x2B776A) is unknown color: approx Genoa. HEX triplet: 2B, 77 and 6A. RGB value is (43,119,106). Sum of RGB (Red+Green+Blue) = 43+119+106=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #2B776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B776A is #D48895. Grayscale: #5E5E5E. Windows color (decimal): -13928598 or 6977323. OLE color: 6977323.

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

Color convert

RGB43119106-
CMYK0.6400.110.53
HSL169.74º46.91%31.76%-
HSV(B)169.74º63.87%46.67%-
XYZ10.1914.7515.94-
YUV94.79134.3291.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=16.04%
G=44.40%
B=39.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431191060.6400.110.53169.7446.9131.76
Hex2B776A400B35aa2f20
Octal53167152100013652525740
Binary1010111110111110101010000000101111010110101010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,106); }

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

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

 a { background-color: rgb(43,119,106); }

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

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

 span { border-color: rgb(43,119,106); }

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