#2A726A

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

Shades of Genoa #2A726A

Tints of Genoa #2A726A

Color information

#2A726A (or 0x2A726A) is unknown color: approx Genoa. HEX triplet: 2A, 72 and 6A. RGB value is (42,114,106). Sum of RGB (Red+Green+Blue) = 42+114+106=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #2A726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A726A is #D58D95. Grayscale: #5B5B5B. Windows color (decimal): -13995414 or 6976042. OLE color: 6976042.

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

Color convert

RGB42114106-
CMYK0.6300.070.55
HSL173.33º46.15%30.59%-
HSV(B)173.33º63.16%44.71%-
XYZ9.5713.5715.75-
YUV91.56136.1592.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=16.03%
G=43.51%
B=40.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421141060.6300.070.55173.3346.1530.59
Hex2A726A3F0737ad2e1f
Octal521621527707672555637
Binary1010101110010110101011111101111101111010110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,114,106); }

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

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

 a { background-color: rgb(42,114,106); }

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

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

 span { border-color: rgb(42,114,106); }

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