Shades of Aztec #2A3130
Tints of Aztec #2A3130
RGB
CMYK
RGB Variations
Color information
#2A3130 (or 0x2A3130) is known color: Aztec. HEX triplet: 2A, 31 and 30. RGB value is (42,49,48). Sum of RGB (Red+Green+Blue) = 42+49+48=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3130 is #D5CECF. Grayscale: #2E2E2E. Windows color (decimal): -14012112 or 3158314. OLE color: 3158314.
HSL color Cylindrical-coordinate representation of color #2A3130: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A3130 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 48 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.81 |
| HSL | 171.43º | 0.08% | 0.18% | - |
| HSV(B) | 171.43º | 0.14% | 0.19% | - |
| XYZ | 2.59 | 2.9 | 3.22 | - |
| YUV | 46.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 48 | 0.14 | 0 | 0.02 | 0.81 | 171.43 | 0.08 | 0.18 |
| Hex | 2A | 31 | 30 | E | 0 | 2 | 51 | AB | 8 | 12 |
| Octal | 52 | 61 | 60 | 16 | 0 | 2 | 121 | 253 | 10 | 22 |
| Binary | 101010 | 110001 | 110000 | 1110 | 0 | 10 | 1010001 | 10101011 | 1000 | 10010 |
Color Harmonies of #2A3130
Complementary color
Monochromatic Colors of #2A3130
Black with #2A3130
Text Example
Text Example
White with #2A3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3130; }
p { color: rgb(42,49,48); }
H1.HeaderClassName
{
color: #2A3130;
}
.AnyTagClassName
{
color: #2A3130;
}
</style>
background-color css
<style>
a { background-color: #2A3130; }
a { background-color: rgb(42,49,48); }
div.DivClassName
{
background-color: #2A3130;
}
.BgClassName
{
background-color: #2A3130;
}
</style>
border-color css
<style>
span { border-color: #2A3130; }
span { border-color: rgb(42,49,48); }
td.TdClassName
{
border-color: #2A3130;
}
.TagClassName
{
border-color: #2A3130;
}
</style>