Shades of Aztec #2D3332
Tints of Aztec #2D3332
RGB
CMYK
RGB Variations
Color information
#2D3332 (or 0x2D3332) is known color: Aztec. HEX triplet: 2D, 33 and 32. RGB value is (45,51,50). Sum of RGB (Red+Green+Blue) = 45+51+50=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 51 - color contains mainly: green. Hex color #2D3332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3332 is #D2CCCD. Grayscale: #313131. Windows color (decimal): -13814990 or 3289901. OLE color: 3289901.
HSL color Cylindrical-coordinate representation of color #2D3332: hue angle of 170º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2D3332 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 50 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.8 |
| HSL | 170º | 0.06% | 0.19% | - |
| HSV(B) | 170º | 0.12% | 0.2% | - |
| XYZ | 2.84 | 3.16 | 3.48 | - |
| YUV | 49.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 50 | 0.12 | 0 | 0.02 | 0.8 | 170 | 0.06 | 0.19 |
| Hex | 2D | 33 | 32 | C | 0 | 2 | 50 | AA | 6 | 13 |
| Octal | 55 | 63 | 62 | 14 | 0 | 2 | 120 | 252 | 6 | 23 |
| Binary | 101101 | 110011 | 110010 | 1100 | 0 | 10 | 1010000 | 10101010 | 110 | 10011 |
Color Harmonies of #2D3332
Complementary color
Monochromatic Colors of #2D3332
Black with #2D3332
Text Example
Text Example
White with #2D3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3332; }
p { color: rgb(45,51,50); }
H1.HeaderClassName
{
color: #2D3332;
}
.AnyTagClassName
{
color: #2D3332;
}
</style>
background-color css
<style>
a { background-color: #2D3332; }
a { background-color: rgb(45,51,50); }
div.DivClassName
{
background-color: #2D3332;
}
.BgClassName
{
background-color: #2D3332;
}
</style>
border-color css
<style>
span { border-color: #2D3332; }
span { border-color: rgb(45,51,50); }
td.TdClassName
{
border-color: #2D3332;
}
.TagClassName
{
border-color: #2D3332;
}
</style>