#2C7061

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

Shades of Genoa #2C7061

Tints of Genoa #2C7061

Color information

#2C7061 (or 0x2C7061) is unknown color: approx Genoa. HEX triplet: 2C, 70 and 61. RGB value is (44,112,97). Sum of RGB (Red+Green+Blue) = 44+112+97=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #2C7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7061 is #D38F9E. Grayscale: #595959. Windows color (decimal): -13864863 or 6385708. OLE color: 6385708.

HSL color Cylindrical-coordinate representation of color #2C7061: hue angle of 166.76º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7061 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB4411297-
CMYK0.6100.130.56
HSL166.76º43.59%30.59%-
HSV(B)166.76º60.71%43.92%-
XYZ8.9912.9913.34-
YUV89.96131.9795.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.39%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=17.39%
G=44.27%
B=38.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44112970.6100.130.56166.7643.5930.59
Hex2C70613D0D38a72c1f
Octal5416014175015702475437
Binary10110011100001100001111101011011110001010011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,112,97); }

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

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

 a { background-color: rgb(44,112,97); }

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

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

 span { border-color: rgb(44,112,97); }

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