#2B7465

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

Shades of Genoa #2B7465

Tints of Genoa #2B7465

Color information

#2B7465 (or 0x2B7465) is unknown color: approx Genoa. HEX triplet: 2B, 74 and 65. RGB value is (43,116,101). Sum of RGB (Red+Green+Blue) = 43+116+101=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7465 is #D48B9A. Grayscale: #5C5C5C. Windows color (decimal): -13929371 or 6648875. OLE color: 6648875.

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

Color convert

RGB43116101-
CMYK0.6300.130.55
HSL167.67º45.91%31.18%-
HSV(B)167.67º62.93%45.49%-
XYZ9.5913.9414.5-
YUV92.46132.8292.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=16.54%
G=44.62%
B=38.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431161010.6300.130.55167.6745.9131.18
Hex2B74653F0D37a82e1f
Octal5316414577015672505637
Binary10101111101001100101111111011011101111010100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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