#2A3433

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

Shades of Aztec #2A3433

Tints of Aztec #2A3433

Color information

#2A3433 (or 0x2A3433) is unknown color: approx Aztec. HEX triplet: 2A, 34 and 33. RGB value is (42,52,51). Sum of RGB (Red+Green+Blue) = 42+52+51=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3433 is #D5CBCC. Grayscale: #303030. Windows color (decimal): -14011341 or 3355690. OLE color: 3355690.

HSL color Cylindrical-coordinate representation of color #2A3433: hue angle of 174º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2A3433 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB425251-
CMYK0.1900.020.80
HSL174º10.64%18.43%-
HSV(B)174º19.23%20.39%-
XYZ2.783.193.6-
YUV48.9129.19123.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.97%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=28.97%
G=35.86%
B=35.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4252510.1900.020.8017410.6418.43
Hex2A3433130250aeb12
Octal52646323021202561322
Binary10101011010011001110011010101000010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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