#2A7963

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

Shades of Genoa #2A7963

Tints of Genoa #2A7963

Color information

#2A7963 (or 0x2A7963) is unknown color: approx Genoa. HEX triplet: 2A, 79 and 63. RGB value is (42,121,99). Sum of RGB (Red+Green+Blue) = 42+121+99=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7963 is #D5869C. Grayscale: #5E5E5E. Windows color (decimal): -13993629 or 6519082. OLE color: 6519082.

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

Color convert

RGB4212199-
CMYK0.6500.180.53
HSL163.29º48.47%31.96%-
HSV(B)163.29º65.29%47.45%-
XYZ10.0415.0714.18-
YUV94.87130.3390.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=16.03%
G=46.18%
B=37.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121990.6500.180.53163.2948.4731.96
Hex2A79634101235a33020
Octal52171143101022652436040
Binary10101011110011100011100000101001011010110100011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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