#2C3B39

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

Shades of Aztec #2C3B39

Tints of Aztec #2C3B39

Color information

#2C3B39 (or 0x2C3B39) is unknown color: approx Aztec. HEX triplet: 2C, 3B and 39. RGB value is (44,59,57). Sum of RGB (Red+Green+Blue) = 44+59+57=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B39 is #D3C4C6. Grayscale: #363636. Windows color (decimal): -13878471 or 3750700. OLE color: 3750700.

HSL color Cylindrical-coordinate representation of color #2C3B39: hue angle of 172º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C3B39 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB445957-
CMYK0.2500.030.77
HSL172º14.56%20.2%-
HSV(B)172º25.42%23.14%-
XYZ3.343.964.46-
YUV54.29129.53120.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.5%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=27.5%
G=36.88%
B=35.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4459570.2500.030.7717214.5620.2
Hex2C3B3919034Dacf14
Octal54737131031152541724
Binary10110011101111100111001011100110110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,59,57); }

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

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

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

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

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

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

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