#2A3938

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

Shades of Aztec #2A3938

Tints of Aztec #2A3938

Color information

#2A3938 (or 0x2A3938) is unknown color: approx Aztec. HEX triplet: 2A, 39 and 38. RGB value is (42,57,56). Sum of RGB (Red+Green+Blue) = 42+57+56=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3938 is #D5C6C7. Grayscale: #343434. Windows color (decimal): -14010056 or 3684650. OLE color: 3684650.

HSL color Cylindrical-coordinate representation of color #2A3938: hue angle of 176º 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 #2A3938 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB425756-
CMYK0.2600.020.78
HSL176º15.15%19.41%-
HSV(B)176º26.32%22.35%-
XYZ3.133.74.29-
YUV52.4130.03120.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=27.10%
G=36.77%
B=36.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4257560.2600.020.7817615.1519.41
Hex2A39381A024Eb0f13
Octal52717032021162601723
Binary10101011100111100011010010100111010110000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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