#2A7861

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

Shades of Genoa #2A7861

Tints of Genoa #2A7861

Color information

#2A7861 (or 0x2A7861) is unknown color: approx Genoa. HEX triplet: 2A, 78 and 61. RGB value is (42,120,97). Sum of RGB (Red+Green+Blue) = 42+120+97=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7861 is #D5879E. Grayscale: #5E5E5E. Windows color (decimal): -13993887 or 6387754. OLE color: 6387754.

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

Color convert

RGB4212097-
CMYK0.6500.190.53
HSL162.31º48.15%31.76%-
HSV(B)162.31º65%47.06%-
XYZ9.8314.7913.65-
YUV94.06129.6690.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=16.22%
G=46.33%
B=37.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120970.6500.190.53162.3148.1531.76
Hex2A78614101335a23020
Octal52170141101023652426040
Binary10101011110001100001100000101001111010110100010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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