#2B7461

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

Shades of Genoa #2B7461

Tints of Genoa #2B7461

Color information

#2B7461 (or 0x2B7461) is unknown color: approx Genoa. HEX triplet: 2B, 74 and 61. RGB value is (43,116,97). Sum of RGB (Red+Green+Blue) = 43+116+97=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7461 is #D48B9E. Grayscale: #5C5C5C. Windows color (decimal): -13929375 or 6386731. OLE color: 6386731.

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

Color convert

RGB4311697-
CMYK0.6300.160.55
HSL164.38º45.91%31.18%-
HSV(B)164.38º62.93%45.49%-
XYZ9.413.8713.49-
YUV92.01130.8293.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=16.80%
G=45.31%
B=37.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43116970.6300.160.55164.3845.9131.18
Hex2B74613F01037a42e1f
Octal5316414177020672445637
Binary101011111010011000011111110100001101111010010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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