#2A3A37

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

Shades of Aztec #2A3A37

Tints of Aztec #2A3A37

Color information

#2A3A37 (or 0x2A3A37) is unknown color: approx Aztec. HEX triplet: 2A, 3A and 37. RGB value is (42,58,55). Sum of RGB (Red+Green+Blue) = 42+58+55=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A37 is #D5C5C8. Grayscale: #343434. Windows color (decimal): -14009801 or 3619370. OLE color: 3619370.

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

Color convert

RGB425855-
CMYK0.2800.050.77
HSL168.75º16%19.61%-
HSV(B)168.75º27.59%22.75%-
XYZ3.163.794.18-
YUV52.87129.2120.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=27.10%
G=37.42%
B=35.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4258550.2800.050.77168.751619.61
Hex2A3A371C054Da91014
Octal52726734051152512024
Binary1010101110101101111110001011001101101010011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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