#2A7764

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

Shades of Genoa #2A7764

Tints of Genoa #2A7764

Color information

#2A7764 (or 0x2A7764) is unknown color: approx Genoa. HEX triplet: 2A, 77 and 64. RGB value is (42,119,100). Sum of RGB (Red+Green+Blue) = 42+119+100=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7764 is #D5889B. Grayscale: #5D5D5D. Windows color (decimal): -13994140 or 6584106. OLE color: 6584106.

HSL color Cylindrical-coordinate representation of color #2A7764: hue angle of 165.19º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7764 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB42119100-
CMYK0.6500.160.53
HSL165.19º47.83%31.57%-
HSV(B)165.19º64.71%46.67%-
XYZ9.8514.6114.36-
YUV93.81131.4991.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=16.09%
G=45.59%
B=38.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421191000.6500.160.53165.1947.8331.57
Hex2A77644101035a53020
Octal52167144101020652456040
Binary10101011101111100100100000101000011010110100101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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