#2A746C

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

Shades of Genoa #2A746C

Tints of Genoa #2A746C

Color information

#2A746C (or 0x2A746C) is unknown color: approx Genoa. HEX triplet: 2A, 74 and 6C. RGB value is (42,116,108). Sum of RGB (Red+Green+Blue) = 42+116+108=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #2A746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A746C is #D58B93. Grayscale: #5C5C5C. Windows color (decimal): -13994900 or 7107626. OLE color: 7107626.

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

Color convert

RGB42116108-
CMYK0.6400.070.55
HSL173.51º46.84%30.98%-
HSV(B)173.51º63.79%45.49%-
XYZ9.9114.0716.38-
YUV92.96136.4891.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=15.79%
G=43.61%
B=40.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421161080.6400.070.55173.5146.8430.98
Hex2A746C400737ae2f1f
Octal5216415410007672565737
Binary10101011101001101100100000001111101111010111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,116,108); }

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

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

 a { background-color: rgb(42,116,108); }

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

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

 span { border-color: rgb(42,116,108); }

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