#2C7373

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

Shades of Atoll #2C7373

Tints of Atoll #2C7373

Color information

#2C7373 (or 0x2C7373) is unknown color: approx Atoll. HEX triplet: 2C, 73 and 73. RGB value is (44,115,115). Sum of RGB (Red+Green+Blue) = 44+115+115=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #2C7373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7373 is #D38C8C. Grayscale: #5D5D5D. Windows color (decimal): -13864077 or 7566124. OLE color: 7566124.

HSL color Cylindrical-coordinate representation of color #2C7373: hue angle of 180º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7373 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB44115115-
CMYK0.62000.55
HSL180º44.65%31.18%-
HSV(B)180º61.74%45.1%-
XYZ10.2614.0318.39-
YUV93.77139.9892.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.06%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=16.06%
G=41.97%
B=41.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal441151150.62000.5518044.6531.18
Hex2C73733E0037b42d1f
Octal541631637600672645537
Binary10110011100111110011111110001101111011010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,115); }

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

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

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

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

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

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

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