#2B746C

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

Shades of Genoa #2B746C

Tints of Genoa #2B746C

Color information

#2B746C (or 0x2B746C) is unknown color: approx Genoa. HEX triplet: 2B, 74 and 6C. RGB value is (43,116,108). Sum of RGB (Red+Green+Blue) = 43+116+108=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #2B746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B746C is #D48B93. Grayscale: #5D5D5D. Windows color (decimal): -13929364 or 7107627. OLE color: 7107627.

HSL color Cylindrical-coordinate representation of color #2B746C: hue angle of 173.42º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B746C is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB43116108-
CMYK0.6300.070.55
HSL173.42º45.91%31.18%-
HSV(B)173.42º62.93%45.49%-
XYZ9.9514.0916.38-
YUV93.26136.3292.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=16.10%
G=43.45%
B=40.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431161080.6300.070.55173.4245.9131.18
Hex2B746C3F0737ad2e1f
Octal531641547707672555637
Binary1010111110100110110011111101111101111010110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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