#2A795F

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

Shades of Genoa #2A795F

Tints of Genoa #2A795F

Color information

#2A795F (or 0x2A795F) is unknown color: approx Genoa. HEX triplet: 2A, 79 and 5F. RGB value is (42,121,95). Sum of RGB (Red+Green+Blue) = 42+121+95=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #2A795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A795F is #D586A0. Grayscale: #5E5E5E. Windows color (decimal): -13993633 or 6256938. OLE color: 6256938.

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

Color convert

RGB4212195-
CMYK0.6500.210.53
HSL160.25º48.47%31.96%-
HSV(B)160.25º65.29%47.45%-
XYZ9.8614.9913.2-
YUV94.42128.3390.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=16.28%
G=46.90%
B=36.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121950.6500.210.53160.2548.4731.96
Hex2A795F4101535a03020
Octal52171137101025652406040
Binary10101011110011011111100000101010111010110100000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,121,95); }

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

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

 a { background-color: rgb(42,121,95); }

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

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

 span { border-color: rgb(42,121,95); }

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