#2B6C69

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

Shades of Genoa #2B6C69

Tints of Genoa #2B6C69

Color information

#2B6C69 (or 0x2B6C69) is unknown color: approx Genoa. HEX triplet: 2B, 6C and 69. RGB value is (43,108,105). Sum of RGB (Red+Green+Blue) = 43+108+105=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #2B6C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6C69 is #D49396. Grayscale: #585858. Windows color (decimal): -13931415 or 6908971. OLE color: 6908971.

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

Color convert

RGB43108105-
CMYK0.6000.030.58
HSL177.23º43.05%29.61%-
HSV(B)177.23º60.19%42.35%-
XYZ8.9112.2615.26-
YUV88.22137.4795.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=16.80%
G=42.19%
B=41.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431081050.6000.030.58177.2343.0529.61
Hex2B6C693C033Ab12b1e
Octal531541517403722615336
Binary101011110110011010011111000111110101011000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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