#2C846A

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

Shades of Genoa #2C846A

Tints of Genoa #2C846A

Color information

#2C846A (or 0x2C846A) is unknown color: approx Genoa. HEX triplet: 2C, 84 and 6A. RGB value is (44,132,106). Sum of RGB (Red+Green+Blue) = 44+132+106=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #2C846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C846A is #D37B95. Grayscale: #666666. Windows color (decimal): -13859734 or 6980652. OLE color: 6980652.

HSL color Cylindrical-coordinate representation of color #2C846A: hue angle of 162.27º 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 #2C846A is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB44132106-
CMYK0.6700.200.48
HSL162.27º50%34.51%-
HSV(B)162.27º66.67%51.76%-
XYZ11.8918.0816.5-
YUV102.72129.8586.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=15.60%
G=46.81%
B=37.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441321060.6700.200.48162.275034.51
Hex2C846A4301430a23223
Octal54204152103024602426243
Binary101100100001001101010100001101010011000010100010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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