#2C7165

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

Shades of Genoa #2C7165

Tints of Genoa #2C7165

Color information

#2C7165 (or 0x2C7165) is unknown color: approx Genoa. HEX triplet: 2C, 71 and 65. RGB value is (44,113,101). Sum of RGB (Red+Green+Blue) = 44+113+101=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #2C7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7165 is #D38E9A. Grayscale: #5A5A5A. Windows color (decimal): -13864603 or 6648108. OLE color: 6648108.

HSL color Cylindrical-coordinate representation of color #2C7165: hue angle of 169.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7165 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB44113101-
CMYK0.6100.110.56
HSL169.57º43.95%30.78%-
HSV(B)169.57º61.06%44.31%-
XYZ9.2913.2914.39-
YUV91133.6494.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=17.05%
G=43.80%
B=39.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal441131010.6100.110.56169.5743.9530.78
Hex2C71653D0B38aa2c1f
Octal5416114575013702525437
Binary10110011100011100101111101010111110001010101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,113,101); }

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

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

 a { background-color: rgb(44,113,101); }

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

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

 span { border-color: rgb(44,113,101); }

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