#2B7460

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

Shades of Genoa #2B7460

Tints of Genoa #2B7460

Color information

#2B7460 (or 0x2B7460) is unknown color: approx Genoa. HEX triplet: 2B, 74 and 60. RGB value is (43,116,96). Sum of RGB (Red+Green+Blue) = 43+116+96=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7460 is #D48B9F. Grayscale: #5B5B5B. Windows color (decimal): -13929376 or 6321195. OLE color: 6321195.

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

Color convert

RGB4311696-
CMYK0.6300.170.55
HSL163.56º45.91%31.18%-
HSV(B)163.56º62.93%45.49%-
XYZ9.3513.8513.25-
YUV91.89130.3293.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=16.86%
G=45.49%
B=37.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43116960.6300.170.55163.5645.9131.18
Hex2B74603F01137a42e1f
Octal5316414077021672445637
Binary101011111010011000001111110100011101111010010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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