#2C7768

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

Shades of Genoa #2C7768

Tints of Genoa #2C7768

Color information

#2C7768 (or 0x2C7768) is unknown color: approx Genoa. HEX triplet: 2C, 77 and 68. RGB value is (44,119,104). Sum of RGB (Red+Green+Blue) = 44+119+104=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7768 is #D38897. Grayscale: #5E5E5E. Windows color (decimal): -13863064 or 6846252. OLE color: 6846252.

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

Color convert

RGB44119104-
CMYK0.6300.130.53
HSL168º46.01%31.96%-
HSV(B)168º63.03%46.67%-
XYZ10.1314.7315.41-
YUV94.86133.1591.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.48%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=16.48%
G=44.57%
B=38.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441191040.6300.130.5316846.0131.96
Hex2C77683F0D35a82e20
Octal5416715077015652505640
Binary101100111011111010001111110110111010110101000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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