#2C766F

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

Shades of Genoa #2C766F

Tints of Genoa #2C766F

Color information

#2C766F (or 0x2C766F) is unknown color: approx Genoa. HEX triplet: 2C, 76 and 6F. RGB value is (44,118,111). Sum of RGB (Red+Green+Blue) = 44+118+111=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #2C766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C766F is #D38990. Grayscale: #5F5F5F. Windows color (decimal): -13863313 or 7304748. OLE color: 7304748.

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

Color convert

RGB44118111-
CMYK0.6300.060.54
HSL174.32º45.68%31.76%-
HSV(B)174.32º62.71%46.27%-
XYZ10.3914.6417.32-
YUV95.08136.9891.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.12%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=16.12%
G=43.22%
B=40.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal441181110.6300.060.54174.3245.6831.76
Hex2C766F3F0636ae2e20
Octal541661577706662565640
Binary10110011101101101111111111011011011010101110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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