Shades of Aztec #2E3A38
Tints of Aztec #2E3A38
RGB
CMYK
RGB Variations
Color information
#2E3A38 (or 0x2E3A38) is known color: Aztec. HEX triplet: 2E, 3A and 38. RGB value is (46,58,56). Sum of RGB (Red+Green+Blue) = 46+58+56=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A38 is #D1C5C7. Grayscale: #363636. Windows color (decimal): -13747656 or 3684910. OLE color: 3684910.
HSL color Cylindrical-coordinate representation of color #2E3A38: hue angle of 170º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E3A38 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 58 | 56 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.77 |
| HSL | 170º | 0.12% | 0.2% | - |
| HSV(B) | 170º | 0.21% | 0.23% | - |
| XYZ | 3.35 | 3.89 | 4.32 | - |
| YUV | 54.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 56 | 0.21 | 0 | 0.03 | 0.77 | 170 | 0.12 | 0.2 |
| Hex | 2E | 3A | 38 | 15 | 0 | 3 | 4D | AA | C | 14 |
| Octal | 56 | 72 | 70 | 25 | 0 | 3 | 115 | 252 | 14 | 24 |
| Binary | 101110 | 111010 | 111000 | 10101 | 0 | 11 | 1001101 | 10101010 | 1100 | 10100 |
Color Harmonies of #2E3A38
Complementary color
Monochromatic Colors of #2E3A38
Black with #2E3A38
Text Example
Text Example
White with #2E3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A38; }
p { color: rgb(46,58,56); }
H1.HeaderClassName
{
color: #2E3A38;
}
.AnyTagClassName
{
color: #2E3A38;
}
</style>
background-color css
<style>
a { background-color: #2E3A38; }
a { background-color: rgb(46,58,56); }
div.DivClassName
{
background-color: #2E3A38;
}
.BgClassName
{
background-color: #2E3A38;
}
</style>
border-color css
<style>
span { border-color: #2E3A38; }
span { border-color: rgb(46,58,56); }
td.TdClassName
{
border-color: #2E3A38;
}
.TagClassName
{
border-color: #2E3A38;
}
</style>