#2C7460

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

Shades of Genoa #2C7460

Tints of Genoa #2C7460

Color information

#2C7460 (or 0x2C7460) is unknown color: approx Genoa. HEX triplet: 2C, 74 and 60. RGB value is (44,116,96). Sum of RGB (Red+Green+Blue) = 44+116+96=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7460 is #D38B9F. Grayscale: #5C5C5C. Windows color (decimal): -13863840 or 6321196. OLE color: 6321196.

HSL color Cylindrical-coordinate representation of color #2C7460: hue angle of 163.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7460 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB4411696-
CMYK0.6200.170.55
HSL163.33º45%31.37%-
HSV(B)163.33º62.07%45.49%-
XYZ9.413.8713.25-
YUV92.19130.1593.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=17.19%
G=45.31%
B=37.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116960.6200.170.55163.334531.37
Hex2C74603E01137a32d1f
Octal5416414076021672435537
Binary101100111010011000001111100100011101111010001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,116,96); }

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

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

 a { background-color: rgb(44,116,96); }

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

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

 span { border-color: rgb(44,116,96); }

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