#2D3735

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

Shades of Aztec #2D3735

Tints of Aztec #2D3735

Color information

#2D3735 (or 0x2D3735) is unknown color: approx Aztec. HEX triplet: 2D, 37 and 35. RGB value is (45,55,53). Sum of RGB (Red+Green+Blue) = 45+55+53=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3735 is #D2C8CA. Grayscale: #333333. Windows color (decimal): -13813963 or 3487533. OLE color: 3487533.

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

Color convert

RGB455553-
CMYK0.1800.040.78
HSL168º10%19.61%-
HSV(B)168º18.18%21.57%-
XYZ3.093.553.89-
YUV51.78128.69123.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.41%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=29.41%
G=35.95%
B=34.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4555530.1800.040.781681019.61
Hex2D373512044Ea8a14
Octal55676522041162501224
Binary101101110111110101100100100100111010101000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,53); }

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

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

 a { background-color: rgb(45,55,53); }

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

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

 span { border-color: rgb(45,55,53); }

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