#2A775C

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

Shades of Genoa #2A775C

Tints of Genoa #2A775C

Color information

#2A775C (or 0x2A775C) is unknown color: approx Genoa. HEX triplet: 2A, 77 and 5C. RGB value is (42,119,92). Sum of RGB (Red+Green+Blue) = 42+119+92=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #2A775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A775C is #D588A3. Grayscale: #5C5C5C. Windows color (decimal): -13994148 or 6059818. OLE color: 6059818.

HSL color Cylindrical-coordinate representation of color #2A775C: hue angle of 158.96º 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 #2A775C is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB4211992-
CMYK0.6500.230.53
HSL158.96º47.83%31.57%-
HSV(B)158.96º64.71%46.67%-
XYZ9.4814.4612.42-
YUV92.9127.4991.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=16.60%
G=47.04%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119920.6500.230.53158.9647.8331.57
Hex2A775C41017359f3020
Octal52167134101027652376040
Binary10101011101111011100100000101011111010110011111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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