#2E3B39

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

Shades of Aztec #2E3B39

Tints of Aztec #2E3B39

Color information

#2E3B39 (or 0x2E3B39) is unknown color: approx Aztec. HEX triplet: 2E, 3B and 39. RGB value is (46,59,57). Sum of RGB (Red+Green+Blue) = 46+59+57=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 59 - color contains mainly: green. Hex color #2E3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B39 is #D1C4C6. Grayscale: #363636. Windows color (decimal): -13747399 or 3750702. OLE color: 3750702.

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

Color convert

RGB465957-
CMYK0.2200.030.77
HSL170.77º12.38%20.59%-
HSV(B)170.77º22.03%23.14%-
XYZ3.4344.46-
YUV54.88129.19121.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=28.40%
G=36.42%
B=35.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4659570.2200.030.77170.7712.3820.59
Hex2E3B3916034Dabc15
Octal56737126031152531425
Binary10111011101111100110110011100110110101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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