#2C7769

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

Shades of Genoa #2C7769

Tints of Genoa #2C7769

Color information

#2C7769 (or 0x2C7769) is unknown color: approx Genoa. HEX triplet: 2C, 77 and 69. RGB value is (44,119,105). Sum of RGB (Red+Green+Blue) = 44+119+105=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7769 is #D38896. Grayscale: #5E5E5E. Windows color (decimal): -13863063 or 6911788. OLE color: 6911788.

HSL color Cylindrical-coordinate representation of color #2C7769: hue angle of 168.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7769 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB44119105-
CMYK0.6300.120.53
HSL168.8º46.01%31.96%-
HSV(B)168.8º63.03%46.67%-
XYZ10.1914.7515.67-
YUV94.98133.6591.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.42%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=16.42%
G=44.40%
B=39.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441191050.6300.120.53168.846.0131.96
Hex2C77693F0C35a92e20
Octal5416715177014652515640
Binary101100111011111010011111110110011010110101001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,105); }

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

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

 a { background-color: rgb(44,119,105); }

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

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

 span { border-color: rgb(44,119,105); }

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