#2C766A

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

Shades of Genoa #2C766A

Tints of Genoa #2C766A

Color information

#2C766A (or 0x2C766A) is unknown color: approx Genoa. HEX triplet: 2C, 76 and 6A. RGB value is (44,118,106). Sum of RGB (Red+Green+Blue) = 44+118+106=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #2C766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C766A is #D38995. Grayscale: #5E5E5E. Windows color (decimal): -13863318 or 6977068. OLE color: 6977068.

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

Color convert

RGB44118106-
CMYK0.6300.100.54
HSL170.27º45.68%31.76%-
HSV(B)170.27º62.71%46.27%-
XYZ10.1214.5315.91-
YUV94.51134.4891.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.42%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=16.42%
G=44.03%
B=39.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal441181060.6300.100.54170.2745.6831.76
Hex2C766A3F0A36aa2e20
Octal5416615277012662525640
Binary101100111011011010101111110101011011010101010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,118,106); }

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

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

 a { background-color: rgb(44,118,106); }

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

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

 span { border-color: rgb(44,118,106); }

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