#2C846E

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

Shades of Genoa #2C846E

Tints of Genoa #2C846E

Color information

#2C846E (or 0x2C846E) is unknown color: approx Genoa. HEX triplet: 2C, 84 and 6E. RGB value is (44,132,110). Sum of RGB (Red+Green+Blue) = 44+132+110=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #2C846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C846E is #D37B91. Grayscale: #676767. Windows color (decimal): -13859730 or 7242796. OLE color: 7242796.

HSL color Cylindrical-coordinate representation of color #2C846E: hue angle of 165º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C846E is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB44132110-
CMYK0.6700.170.48
HSL165º50%34.51%-
HSV(B)165º66.67%51.76%-
XYZ12.118.1617.62-
YUV103.18131.8585.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=15.38%
G=46.15%
B=38.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321100.6700.170.481655034.51
Hex2C846E4301130a53223
Octal54204156103021602456243
Binary101100100001001101110100001101000111000010100101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,132,110); }

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

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

 a { background-color: rgb(44,132,110); }

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

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

 span { border-color: rgb(44,132,110); }

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