Html Css Color HEX #29302F Aztec

📋 copy color: '#29302F'

red 41 ◦ green 48 ◦ blue 47

#29302F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #29302F

Tints of Aztec #29302F

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 value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#29302F (or 0x29302F) is known color: 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

RGB 41 48 47 -
CMYK 0.15 0 0.02 0.81
HSL 171.43º 0.08% 0.17% -
HSV(B) 171.43º 0.15% 0.19% -
XYZ 2.48 2.79 3.1 -
YUV 45.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 41 48 47 0.15 0 0.02 0.81 171.43 0.08 0.17
Hex 29 30 2F F 0 2 51 AB 8 11
Octal 51 60 57 17 0 2 121 253 10 21
Binary 101001 110000 101111 1111 0 10 1010001 10101011 1000 10001

Color Harmonies of #29302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29302F

Black with #29302F

Text Example


Text Example

White with #29302F

Text Example


Text Example

HTML Codes & Css Web 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>