#2B6B6A

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

Shades of Genoa #2B6B6A

Tints of Genoa #2B6B6A

Color information

#2B6B6A (or 0x2B6B6A) is unknown color: approx Genoa. HEX triplet: 2B, 6B and 6A. RGB value is (43,107,106). Sum of RGB (Red+Green+Blue) = 43+107+106=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B6A is #D49495. Grayscale: #575757. Windows color (decimal): -13931670 or 6974251. OLE color: 6974251.

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

Color convert

RGB43107106-
CMYK0.6000.010.58
HSL179.06º42.67%29.41%-
HSV(B)179.06º59.81%41.96%-
XYZ8.8612.0715.5-
YUV87.75138.396.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=16.80%
G=41.80%
B=41.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431071060.6000.010.58179.0642.6729.41
Hex2B6B6A3C013Ab32b1d
Octal531531527401722635335
Binary10101111010111101010111100011110101011001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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