#2A302F

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

Shades of Aztec #2A302F

Tints of Aztec #2A302F

Color information

#2A302F (or 0x2A302F) is unknown color: approx Aztec. HEX triplet: 2A, 30 and 2F. RGB value is (42,48,47). Sum of RGB (Red+Green+Blue) = 42+48+47=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 48 - color contains mainly: green. Hex color #2A302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A302F is #D5CFD0. Grayscale: #2E2E2E. Windows color (decimal): -14012369 or 3092522. OLE color: 3092522.

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

Color convert

RGB424847-
CMYK0.1300.020.81
HSL170º6.67%17.65%-
HSV(B)170º12.5%18.82%-
XYZ2.522.813.1-
YUV46.09128.51125.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.66%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=30.66%
G=35.04%
B=34.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248470.1300.020.811706.6717.65
Hex2A302FD0251aa712
Octal5260571502121252722
Binary101010110000101111110101010100011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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