#2B7466

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

Shades of Genoa #2B7466

Tints of Genoa #2B7466

Color information

#2B7466 (or 0x2B7466) is unknown color: approx Genoa. HEX triplet: 2B, 74 and 66. RGB value is (43,116,102). Sum of RGB (Red+Green+Blue) = 43+116+102=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7466 is #D48B99. Grayscale: #5C5C5C. Windows color (decimal): -13929370 or 6714411. OLE color: 6714411.

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

Color convert

RGB43116102-
CMYK0.6300.120.55
HSL168.49º45.91%31.18%-
HSV(B)168.49º62.93%45.49%-
XYZ9.6413.9614.76-
YUV92.58133.3292.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.48%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=16.48%
G=44.44%
B=39.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431161020.6300.120.55168.4945.9131.18
Hex2B74663F0C37a82e1f
Octal5316414677014672505637
Binary10101111101001100110111111011001101111010100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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