#2B776F

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

Shades of Genoa #2B776F

Tints of Genoa #2B776F

Color information

#2B776F (or 0x2B776F) is unknown color: approx Genoa. HEX triplet: 2B, 77 and 6F. RGB value is (43,119,111). Sum of RGB (Red+Green+Blue) = 43+119+111=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #2B776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B776F is #D48890. Grayscale: #5F5F5F. Windows color (decimal): -13928593 or 7305003. OLE color: 7305003.

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

Color convert

RGB43119111-
CMYK0.6400.070.53
HSL173.68º46.91%31.76%-
HSV(B)173.68º63.87%46.67%-
XYZ10.4614.8517.35-
YUV95.36136.8290.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.75%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=15.75%
G=43.59%
B=40.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431191110.6400.070.53173.6846.9131.76
Hex2B776F400735ae2f20
Octal5316715710007652565740
Binary101011111011111011111000000011111010110101110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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