#2A7165

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

Shades of Genoa #2A7165

Tints of Genoa #2A7165

Color information

#2A7165 (or 0x2A7165) is unknown color: approx Genoa. HEX triplet: 2A, 71 and 65. RGB value is (42,113,101). Sum of RGB (Red+Green+Blue) = 42+113+101=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7165 is #D58E9A. Grayscale: #5A5A5A. Windows color (decimal): -13995675 or 6648106. OLE color: 6648106.

HSL color Cylindrical-coordinate representation of color #2A7165: hue angle of 169.86º 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 #2A7165 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB42113101-
CMYK0.6300.110.56
HSL169.86º45.81%30.39%-
HSV(B)169.86º62.83%44.31%-
XYZ9.2113.2414.38-
YUV90.4133.9893.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=16.41%
G=44.14%
B=39.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421131010.6300.110.56169.8645.8130.39
Hex2A71653F0B38aa2e1e
Octal5216114577013702525636
Binary10101011100011100101111111010111110001010101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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