Shades of Aztec #2E3332
Tints of Aztec #2E3332
RGB
CMYK
RGB Variations
Color information
#2E3332 (or 0x2E3332) is known color: Aztec. HEX triplet: 2E, 33 and 32. RGB value is (46,51,50). Sum of RGB (Red+Green+Blue) = 46+51+50=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3332 is #D1CCCD. Grayscale: #313131. Windows color (decimal): -13749454 or 3289902. OLE color: 3289902.
HSL color Cylindrical-coordinate representation of color #2E3332: hue angle of 168º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E3332 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
RGB | 46 | 51 | 50 | - |
CMYK | 0.10 | 0 | 0.02 | 0.8 |
HSL | 168º | 0.05% | 0.19% | - |
HSV(B) | 168º | 0.1% | 0.2% | - |
XYZ | 2.89 | 3.18 | 3.48 | - |
YUV | 49.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 51 | 50 | 0.10 | 0 | 0.02 | 0.8 | 168 | 0.05 | 0.19 |
Hex | 2E | 33 | 32 | A | 0 | 2 | 50 | A8 | 5 | 13 |
Octal | 56 | 63 | 62 | 12 | 0 | 2 | 120 | 250 | 5 | 23 |
Binary | 101110 | 110011 | 110010 | 1010 | 0 | 10 | 1010000 | 10101000 | 101 | 10011 |
Color Harmonies of #2E3332
Complementary color
Monochromatic Colors of #2E3332
Black with #2E3332
Text Example
Text Example
White with #2E3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3332; }
p { color: rgb(46,51,50); }
H1.HeaderClassName
{
color: #2E3332;
}
.AnyTagClassName
{
color: #2E3332;
}
</style>
background-color css
<style>
a { background-color: #2E3332; }
a { background-color: rgb(46,51,50); }
div.DivClassName
{
background-color: #2E3332;
}
.BgClassName
{
background-color: #2E3332;
}
</style>
border-color css
<style>
span { border-color: #2E3332; }
span { border-color: rgb(46,51,50); }
td.TdClassName
{
border-color: #2E3332;
}
.TagClassName
{
border-color: #2E3332;
}
</style>