#2A7562

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

Shades of Genoa #2A7562

Tints of Genoa #2A7562

Color information

#2A7562 (or 0x2A7562) is unknown color: approx Genoa. HEX triplet: 2A, 75 and 62. RGB value is (42,117,98). Sum of RGB (Red+Green+Blue) = 42+117+98=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7562 is #D58A9D. Grayscale: #5C5C5C. Windows color (decimal): -13994654 or 6452522. OLE color: 6452522.

HSL color Cylindrical-coordinate representation of color #2A7562: hue angle of 164.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7562 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB4211798-
CMYK0.6400.160.54
HSL164.8º47.17%31.18%-
HSV(B)164.8º64.1%45.88%-
XYZ9.5214.113.77-
YUV92.41131.1592.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=16.34%
G=45.53%
B=38.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117980.6400.160.54164.847.1731.18
Hex2A75624001036a52f1f
Octal52165142100020662455737
Binary1010101110101110001010000000100001101101010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,98); }

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

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

 a { background-color: rgb(42,117,98); }

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

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

 span { border-color: rgb(42,117,98); }

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