#2C8165

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

Shades of Genoa #2C8165

Tints of Genoa #2C8165

Color information

#2C8165 (or 0x2C8165) is unknown color: approx Genoa. HEX triplet: 2C, 81 and 65. RGB value is (44,129,101). Sum of RGB (Red+Green+Blue) = 44+129+101=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #2C8165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8165 is #D37E9A. Grayscale: #646464. Windows color (decimal): -13860507 or 6652204. OLE color: 6652204.

HSL color Cylindrical-coordinate representation of color #2C8165: hue angle of 160.24º 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 #2C8165 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB44129101-
CMYK0.6600.220.49
HSL160.24º49.13%33.92%-
HSV(B)160.24º65.89%50.59%-
XYZ11.2417.1815.03-
YUV100.39128.3487.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.06%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=16.06%
G=47.08%
B=36.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal441291010.6600.220.49160.2449.1333.92
Hex2C81654201631a03122
Octal54201145102026612406142
Binary101100100000011100101100001001011011000110100000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,129,101); }

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

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

 a { background-color: rgb(44,129,101); }

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

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

 span { border-color: rgb(44,129,101); }

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