#2A3734

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

Shades of Aztec #2A3734

Tints of Aztec #2A3734

Color information

#2A3734 (or 0x2A3734) is unknown color: approx Aztec. HEX triplet: 2A, 37 and 34. RGB value is (42,55,52). Sum of RGB (Red+Green+Blue) = 42+55+52=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3734 is #D5C8CB. Grayscale: #323232. Windows color (decimal): -14010572 or 3421994. OLE color: 3421994.

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

Color convert

RGB425552-
CMYK0.2400.050.78
HSL166.15º13.4%19.02%-
HSV(B)166.15º23.64%21.57%-
XYZ2.943.473.76-
YUV50.77128.69121.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=28.19%
G=36.91%
B=34.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4255520.2400.050.78166.1513.419.02
Hex2A373418054Ea6d13
Octal52676430051162461523
Binary101010110111110100110000101100111010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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