#2A7860

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

Shades of Genoa #2A7860

Tints of Genoa #2A7860

Color information

#2A7860 (or 0x2A7860) is unknown color: approx Genoa. HEX triplet: 2A, 78 and 60. RGB value is (42,120,96). Sum of RGB (Red+Green+Blue) = 42+120+96=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7860 is #D5879F. Grayscale: #5D5D5D. Windows color (decimal): -13993888 or 6322218. OLE color: 6322218.

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

Color convert

RGB4212096-
CMYK0.6500.20.53
HSL161.54º48.15%31.76%-
HSV(B)161.54º65%47.06%-
XYZ9.7814.7713.4-
YUV93.94129.1690.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=16.28%
G=46.51%
B=37.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120960.6500.20.53161.5448.1531.76
Hex2A78604101435a23020
Octal52170140101024652426040
Binary10101011110001100000100000101010011010110100010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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