#2B746D

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

Shades of Genoa #2B746D

Tints of Genoa #2B746D

Color information

#2B746D (or 0x2B746D) is unknown color: approx Genoa. HEX triplet: 2B, 74 and 6D. RGB value is (43,116,109). Sum of RGB (Red+Green+Blue) = 43+116+109=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #2B746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B746D is #D48B92. Grayscale: #5D5D5D. Windows color (decimal): -13929363 or 7173163. OLE color: 7173163.

HSL color Cylindrical-coordinate representation of color #2B746D: hue angle of 174.25º 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 #2B746D is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB43116109-
CMYK0.6300.060.55
HSL174.25º45.91%31.18%-
HSV(B)174.25º62.93%45.49%-
XYZ1014.1116.66-
YUV93.38136.8292.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=16.04%
G=43.28%
B=40.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431161090.6300.060.55174.2545.9131.18
Hex2B746D3F0637ae2e1f
Octal531641557706672565637
Binary1010111110100110110111111101101101111010111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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