#29302F

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

Shades of Aztec #29302F

Tints of Aztec #29302F

Color information

#29302F (or 0x29302F) is unknown color: approx Aztec. HEX triplet: 29, 30 and 2F. RGB value is (41,48,47). Sum of RGB (Red+Green+Blue) = 41+48+47=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 48 - color contains mainly: green. Hex color #29302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29302F is #D6CFD0. Grayscale: #2D2D2D. Windows color (decimal): -14077905 or 3092521. OLE color: 3092521.

HSL color Cylindrical-coordinate representation of color #29302F: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #29302F is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB414847-
CMYK0.1500.020.81
HSL171.43º7.87%17.45%-
HSV(B)171.43º14.58%18.82%-
XYZ2.482.793.1-
YUV45.79128.68124.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=30.15%
G=35.29%
B=34.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148470.1500.020.81171.437.8717.45
Hex29302FF0251ab811
Octal51605717021212531021
Binary1010011100001011111111010101000110101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29302F; }

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

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

<style>
 a { background-color: #29302F; }

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

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

<style>
 span { border-color: #29302F; }

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

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