#2A785C

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

Shades of Genoa #2A785C

Tints of Genoa #2A785C

Color information

#2A785C (or 0x2A785C) is unknown color: approx Genoa. HEX triplet: 2A, 78 and 5C. RGB value is (42,120,92). Sum of RGB (Red+Green+Blue) = 42+120+92=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #2A785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A785C is #D587A3. Grayscale: #5D5D5D. Windows color (decimal): -13993892 or 6060074. OLE color: 6060074.

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

Color convert

RGB4212092-
CMYK0.6500.230.53
HSL158.46º48.15%31.76%-
HSV(B)158.46º65%47.06%-
XYZ9.614.712.46-
YUV93.49127.1691.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=16.54%
G=47.24%
B=36.22%

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
Decimal42120920.6500.230.53158.4648.1531.76
Hex2A785C41017359e3020
Octal52170134101027652366040
Binary10101011110001011100100000101011111010110011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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