#2C6A63

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

Shades of Genoa #2C6A63

Tints of Genoa #2C6A63

Color information

#2C6A63 (or 0x2C6A63) is unknown color: approx Genoa. HEX triplet: 2C, 6A and 63. RGB value is (44,106,99). Sum of RGB (Red+Green+Blue) = 44+106+99=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6A63 is #D3959C. Grayscale: #565656. Windows color (decimal): -13866397 or 6515244. OLE color: 6515244.

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

Color convert

RGB4410699-
CMYK0.5800.070.58
HSL173.23º41.33%29.41%-
HSV(B)173.23º58.49%41.57%-
XYZ8.4411.7413.63-
YUV86.66134.9697.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=17.67%
G=42.57%
B=39.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44106990.5800.070.58173.2341.3329.41
Hex2C6A633A073Aad291d
Octal541521437207722555135
Binary1011001101010110001111101001111110101010110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,106,99); }

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

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

 a { background-color: rgb(44,106,99); }

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

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

 span { border-color: rgb(44,106,99); }

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