#2C6D6B

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

Shades of Genoa #2C6D6B

Tints of Genoa #2C6D6B

Color information

#2C6D6B (or 0x2C6D6B) is unknown color: approx Genoa. HEX triplet: 2C, 6D and 6B. RGB value is (44,109,107). Sum of RGB (Red+Green+Blue) = 44+109+107=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6D6B is #D39294. Grayscale: #595959. Windows color (decimal): -13865621 or 7040300. OLE color: 7040300.

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

Color convert

RGB44109107-
CMYK0.6000.020.57
HSL178.15º42.48%30%-
HSV(B)178.15º59.63%42.75%-
XYZ9.1612.5315.85-
YUV89.34137.9795.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=16.92%
G=41.92%
B=41.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal441091070.6000.020.57178.1542.4830
Hex2C6D6B3C0239b22a1e
Octal541551537402712625236
Binary101100110110111010111111000101110011011001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,109,107); }

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

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

 a { background-color: rgb(44,109,107); }

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

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

 span { border-color: rgb(44,109,107); }

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