#2B766C

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

Shades of Genoa #2B766C

Tints of Genoa #2B766C

Color information

#2B766C (or 0x2B766C) is unknown color: approx Genoa. HEX triplet: 2B, 76 and 6C. RGB value is (43,118,108). Sum of RGB (Red+Green+Blue) = 43+118+108=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #2B766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B766C is #D48993. Grayscale: #5E5E5E. Windows color (decimal): -13928852 or 7108139. OLE color: 7108139.

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

Color convert

RGB43118108-
CMYK0.6400.080.54
HSL172º46.58%31.57%-
HSV(B)172º63.56%46.27%-
XYZ10.1814.5516.46-
YUV94.43135.6591.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=15.99%
G=43.87%
B=40.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal431181080.6400.080.5417246.5831.57
Hex2B766C400836ac2f20
Octal53166154100010662545740
Binary1010111110110110110010000000100011011010101100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,108); }

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

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

 a { background-color: rgb(43,118,108); }

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

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

 span { border-color: rgb(43,118,108); }

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