#2A3936

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

Shades of Aztec #2A3936

Tints of Aztec #2A3936

Color information

#2A3936 (or 0x2A3936) is unknown color: approx Aztec. HEX triplet: 2A, 39 and 36. RGB value is (42,57,54). Sum of RGB (Red+Green+Blue) = 42+57+54=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3936 is #D5C6C9. Grayscale: #343434. Windows color (decimal): -14010058 or 3553578. OLE color: 3553578.

HSL color Cylindrical-coordinate representation of color #2A3936: hue angle of 168º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A3936 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB425754-
CMYK0.2600.050.78
HSL168º15.15%19.41%-
HSV(B)168º26.32%22.35%-
XYZ3.083.684.04-
YUV52.17129.03120.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 57 (22.66% from 255) = 37.25%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=27.45%
G=37.25%
B=35.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257540.2600.050.7816815.1519.41
Hex2A39361A054Ea8f13
Octal52716632051162501723
Binary101010111001110110110100101100111010101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,54); }

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

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

 a { background-color: rgb(42,57,54); }

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

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

 span { border-color: rgb(42,57,54); }

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