#2A826B

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

Shades of Genoa #2A826B

Tints of Genoa #2A826B

Color information

#2A826B (or 0x2A826B) is unknown color: approx Genoa. HEX triplet: 2A, 82 and 6B. RGB value is (42,130,107). Sum of RGB (Red+Green+Blue) = 42+130+107=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #2A826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A826B is #D57D94. Grayscale: #656565. Windows color (decimal): -13991317 or 7045674. OLE color: 7045674.

HSL color Cylindrical-coordinate representation of color #2A826B: hue angle of 164.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A826B is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB42130107-
CMYK0.6800.180.49
HSL164.32º51.16%33.73%-
HSV(B)164.32º67.69%50.98%-
XYZ11.5917.5216.68-
YUV101.07131.3585.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=15.05%
G=46.59%
B=38.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421301070.6800.180.49164.3251.1633.73
Hex2A826B4401231a43322
Octal52202153104022612446342
Binary101010100000101101011100010001001011000110100100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,130,107); }

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

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

 a { background-color: rgb(42,130,107); }

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

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

 span { border-color: rgb(42,130,107); }

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