#2A7665

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

Shades of Genoa #2A7665

Tints of Genoa #2A7665

Color information

#2A7665 (or 0x2A7665) is unknown color: approx Genoa. HEX triplet: 2A, 76 and 65. RGB value is (42,118,101). Sum of RGB (Red+Green+Blue) = 42+118+101=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7665 is #D5899A. Grayscale: #5D5D5D. Windows color (decimal): -13994395 or 6649386. OLE color: 6649386.

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

Color convert

RGB42118101-
CMYK0.6400.140.54
HSL166.58º47.5%31.37%-
HSV(B)166.58º64.41%46.27%-
XYZ9.7814.3914.57-
YUV93.34132.3291.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=16.09%
G=45.21%
B=38.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal421181010.6400.140.54166.5847.531.37
Hex2A7665400E36a7301f
Octal52166145100016662476037
Binary101010111011011001011000000011101101101010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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