#2C806B

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

Shades of Genoa #2C806B

Tints of Genoa #2C806B

Color information

#2C806B (or 0x2C806B) is unknown color: approx Genoa. HEX triplet: 2C, 80 and 6B. RGB value is (44,128,107). Sum of RGB (Red+Green+Blue) = 44+128+107=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #2C806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C806B is #D37F94. Grayscale: #646464. Windows color (decimal): -13860757 or 7045164. OLE color: 7045164.

HSL color Cylindrical-coordinate representation of color #2C806B: hue angle of 165º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C806B is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB44128107-
CMYK0.6600.160.50
HSL165º48.84%33.73%-
HSV(B)165º65.62%50.2%-
XYZ11.4117.0416.6-
YUV100.49131.6787.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=15.77%
G=45.88%
B=38.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal441281070.6600.160.5016548.8433.73
Hex2C806B4201032a53122
Octal54200153102020622456142
Binary101100100000001101011100001001000011001010100101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,128,107); }

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

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

 a { background-color: rgb(44,128,107); }

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

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

 span { border-color: rgb(44,128,107); }

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