#2C7A6E

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

Shades of Genoa #2C7A6E

Tints of Genoa #2C7A6E

Color information

#2C7A6E (or 0x2C7A6E) is unknown color: approx Genoa. HEX triplet: 2C, 7A and 6E. RGB value is (44,122,110). Sum of RGB (Red+Green+Blue) = 44+122+110=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7A6E is #D38591. Grayscale: #616161. Windows color (decimal): -13862290 or 7240236. OLE color: 7240236.

HSL color Cylindrical-coordinate representation of color #2C7A6E: hue angle of 170.77º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7A6E is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB44122110-
CMYK0.6400.100.52
HSL170.77º46.99%32.55%-
HSV(B)170.77º63.93%47.84%-
XYZ10.8115.5817.19-
YUV97.31135.1689.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.94%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=15.94%
G=44.20%
B=39.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal441221100.6400.100.52170.7746.9932.55
Hex2C7A6E400A34ab2f21
Octal54172156100012642535741
Binary1011001111010110111010000000101011010010101011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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