#2B6A66

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

Shades of Genoa #2B6A66

Tints of Genoa #2B6A66

Color information

#2B6A66 (or 0x2B6A66) is unknown color: approx Genoa. HEX triplet: 2B, 6A and 66. RGB value is (43,106,102). Sum of RGB (Red+Green+Blue) = 43+106+102=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A66 is #D49599. Grayscale: #565656. Windows color (decimal): -13931930 or 6711851. OLE color: 6711851.

HSL color Cylindrical-coordinate representation of color #2B6A66: hue angle of 176.19º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6A66 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB43106102-
CMYK0.5900.040.58
HSL176.19º42.28%29.22%-
HSV(B)176.19º59.43%41.57%-
XYZ8.5511.7814.39-
YUV86.71136.6396.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=17.13%
G=42.23%
B=40.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431061020.5900.040.58176.1942.2829.22
Hex2B6A663B043Ab02a1d
Octal531521467304722605235
Binary1010111101010110011011101101001110101011000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,106,102); }

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

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

 a { background-color: rgb(43,106,102); }

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

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

 span { border-color: rgb(43,106,102); }

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