#2A7164

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

Shades of Genoa #2A7164

Tints of Genoa #2A7164

Color information

#2A7164 (or 0x2A7164) is unknown color: approx Genoa. HEX triplet: 2A, 71 and 64. RGB value is (42,113,100). Sum of RGB (Red+Green+Blue) = 42+113+100=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7164 is #D58E9B. Grayscale: #5A5A5A. Windows color (decimal): -13995676 or 6582570. OLE color: 6582570.

HSL color Cylindrical-coordinate representation of color #2A7164: hue angle of 169.01º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7164 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB42113100-
CMYK0.6300.120.56
HSL169.01º45.81%30.39%-
HSV(B)169.01º62.83%44.31%-
XYZ9.1613.2214.13-
YUV90.29133.4893.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.47%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=16.47%
G=44.31%
B=39.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421131000.6300.120.56169.0145.8130.39
Hex2A71643F0C38a92e1e
Octal5216114477014702515636
Binary10101011100011100100111111011001110001010100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,100); }

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

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

 a { background-color: rgb(42,113,100); }

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

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

 span { border-color: rgb(42,113,100); }

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