#2E3A37

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

Shades of Aztec #2E3A37

Tints of Aztec #2E3A37

Color information

#2E3A37 (or 0x2E3A37) is unknown color: approx Aztec. HEX triplet: 2E, 3A and 37. RGB value is (46,58,55). Sum of RGB (Red+Green+Blue) = 46+58+55=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A37 is #D1C5C8. Grayscale: #363636. Windows color (decimal): -13747657 or 3619374. OLE color: 3619374.

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

Color convert

RGB465855-
CMYK0.2100.050.77
HSL165º11.54%20.39%-
HSV(B)165º20.69%22.75%-
XYZ3.333.884.19-
YUV54.07128.52122.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=28.93%
G=36.48%
B=34.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4658550.2100.050.7716511.5420.39
Hex2E3A3715054Da5c14
Octal56726725051152451424
Binary101110111010110111101010101100110110100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,58,55); }

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

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

 a { background-color: rgb(46,58,55); }

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

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

 span { border-color: rgb(46,58,55); }

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