#2B806C

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

Shades of Genoa #2B806C

Tints of Genoa #2B806C

Color information

#2B806C (or 0x2B806C) is unknown color: approx Genoa. HEX triplet: 2B, 80 and 6C. RGB value is (43,128,108). Sum of RGB (Red+Green+Blue) = 43+128+108=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #2B806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B806C is #D47F93. Grayscale: #646464. Windows color (decimal): -13926292 or 7110699. OLE color: 7110699.

HSL color Cylindrical-coordinate representation of color #2B806C: hue angle of 165.88º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B806C is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB43128108-
CMYK0.6600.160.50
HSL165.88º49.71%33.53%-
HSV(B)165.88º66.41%50.2%-
XYZ11.4217.0316.87-
YUV100.3132.3487.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.41%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=15.41%
G=45.88%
B=38.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal431281080.6600.160.50165.8849.7133.53
Hex2B806C4201032a63222
Octal53200154102020622466242
Binary101011100000001101100100001001000011001010100110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,128,108); }

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

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

 a { background-color: rgb(43,128,108); }

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

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

 span { border-color: rgb(43,128,108); }

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