#292F2E

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

Shades of Aztec #292F2E

Tints of Aztec #292F2E

Color information

#292F2E (or 0x292F2E) is unknown color: approx Aztec. HEX triplet: 29, 2F and 2E. RGB value is (41,47,46). Sum of RGB (Red+Green+Blue) = 41+47+46=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 47 - color contains mainly: green. Hex color #292F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2E is #D6D0D1. Grayscale: #2D2D2D. Windows color (decimal): -14078162 or 3026729. OLE color: 3026729.

HSL color Cylindrical-coordinate representation of color #292F2E: hue angle of 170º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292F2E is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB414746-
CMYK0.1300.020.82
HSL170º6.82%17.25%-
HSV(B)170º12.77%18.43%-
XYZ2.422.72.98-
YUV45.09128.51125.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=30.60%
G=35.07%
B=34.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147460.1300.020.821706.8217.25
Hex292F2ED0252aa711
Octal5157561502122252721
Binary101001101111101110110101010100101010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F2E; }

 p { color: rgb(41,47,46); }

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

<style>
 a { background-color: #292F2E; }

 a { background-color: rgb(41,47,46); }

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

<style>
 span { border-color: #292F2E; }

 span { border-color: rgb(41,47,46); }

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