#2B6D68

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

Shades of Genoa #2B6D68

Tints of Genoa #2B6D68

Color information

#2B6D68 (or 0x2B6D68) is unknown color: approx Genoa. HEX triplet: 2B, 6D and 68. RGB value is (43,109,104). Sum of RGB (Red+Green+Blue) = 43+109+104=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D68 is #D49297. Grayscale: #585858. Windows color (decimal): -13931160 or 6843691. OLE color: 6843691.

HSL color Cylindrical-coordinate representation of color #2B6D68: hue angle of 175.45º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6D68 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB43109104-
CMYK0.6100.050.57
HSL175.45º43.42%29.8%-
HSV(B)175.45º60.55%42.75%-
XYZ8.9612.4515.03-
YUV88.7136.6395.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=16.80%
G=42.58%
B=40.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal431091040.6100.050.57175.4543.4229.8
Hex2B6D683D0539af2b1e
Octal531551507505712575336
Binary1010111101101110100011110101011110011010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,109,104); }

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

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

 a { background-color: rgb(43,109,104); }

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

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

 span { border-color: rgb(43,109,104); }

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