#2A7864

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

Shades of Genoa #2A7864

Tints of Genoa #2A7864

Color information

#2A7864 (or 0x2A7864) is unknown color: approx Genoa. HEX triplet: 2A, 78 and 64. RGB value is (42,120,100). Sum of RGB (Red+Green+Blue) = 42+120+100=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7864 is #D5879B. Grayscale: #5E5E5E. Windows color (decimal): -13993884 or 6584362. OLE color: 6584362.

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

Color convert

RGB42120100-
CMYK0.6500.170.53
HSL164.62º48.15%31.76%-
HSV(B)164.62º65%47.06%-
XYZ9.9714.8514.4-
YUV94.4131.1690.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=16.03%
G=45.80%
B=38.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421201000.6500.170.53164.6248.1531.76
Hex2A78644101135a53020
Octal52170144101021652456040
Binary10101011110001100100100000101000111010110100101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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