#2A775D

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

Shades of Genoa #2A775D

Tints of Genoa #2A775D

Color information

#2A775D (or 0x2A775D) is unknown color: approx Genoa. HEX triplet: 2A, 77 and 5D. RGB value is (42,119,93). Sum of RGB (Red+Green+Blue) = 42+119+93=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #2A775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A775D is #D588A2. Grayscale: #5D5D5D. Windows color (decimal): -13994147 or 6125354. OLE color: 6125354.

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

Color convert

RGB4211993-
CMYK0.6500.220.53
HSL159.74º47.83%31.57%-
HSV(B)159.74º64.71%46.67%-
XYZ9.5314.4812.65-
YUV93.01127.9991.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=16.54%
G=46.85%
B=36.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119930.6500.220.53159.7447.8331.57
Hex2A775D4101635a03020
Octal52167135101026652406040
Binary10101011101111011101100000101011011010110100000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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