#2E3635

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

Shades of Aztec #2E3635

Tints of Aztec #2E3635

Color information

#2E3635 (or 0x2E3635) is unknown color: approx Aztec. HEX triplet: 2E, 36 and 35. RGB value is (46,54,53). Sum of RGB (Red+Green+Blue) = 46+54+53=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 54 - color contains mainly: green. Hex color #2E3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3635 is #D1C9CA. Grayscale: #333333. Windows color (decimal): -13748683 or 3487278. OLE color: 3487278.

HSL color Cylindrical-coordinate representation of color #2E3635: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E3635 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB465453-
CMYK0.1500.020.79
HSL172.5º8%19.61%-
HSV(B)172.5º14.81%21.18%-
XYZ3.093.483.88-
YUV51.49128.85124.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=30.07%
G=35.29%
B=34.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4654530.1500.020.79172.5819.61
Hex2E3635F024Fac814
Octal56666517021172541024
Binary1011101101101101011111010100111110101100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,53); }

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

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

 a { background-color: rgb(46,54,53); }

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

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

 span { border-color: rgb(46,54,53); }

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