#2C7D65

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

Shades of Genoa #2C7D65

Tints of Genoa #2C7D65

Color information

#2C7D65 (or 0x2C7D65) is unknown color: approx Genoa. HEX triplet: 2C, 7D and 65. RGB value is (44,125,101). Sum of RGB (Red+Green+Blue) = 44+125+101=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D65 is #D3829A. Grayscale: #626262. Windows color (decimal): -13861531 or 6651180. OLE color: 6651180.

HSL color Cylindrical-coordinate representation of color #2C7D65: hue angle of 162.22º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D65 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB44125101-
CMYK0.6500.190.51
HSL162.22º47.93%33.14%-
HSV(B)162.22º64.8%49.02%-
XYZ10.7216.1414.86-
YUV98.04129.6689.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=16.30%
G=46.30%
B=37.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal441251010.6500.190.51162.2247.9333.14
Hex2C7D654101333a23021
Octal54175145101023632426041
Binary10110011111011100101100000101001111001110100010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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