#2C826D

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

Shades of Genoa #2C826D

Tints of Genoa #2C826D

Color information

#2C826D (or 0x2C826D) is unknown color: approx Genoa. HEX triplet: 2C, 82 and 6D. RGB value is (44,130,109). Sum of RGB (Red+Green+Blue) = 44+130+109=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #2C826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C826D is #D37D92. Grayscale: #656565. Windows color (decimal): -13860243 or 7176748. OLE color: 7176748.

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

Color convert

RGB44130109-
CMYK0.6600.160.49
HSL165.35º49.43%34.12%-
HSV(B)165.35º66.15%50.98%-
XYZ11.7817.617.25-
YUV101.89132.0186.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=15.55%
G=45.94%
B=38.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal441301090.6600.160.49165.3549.4334.12
Hex2C826D4201031a53122
Octal54202155102020612456142
Binary101100100000101101101100001001000011000110100101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,109); }

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

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

 a { background-color: rgb(44,130,109); }

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

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

 span { border-color: rgb(44,130,109); }

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