Shades of Aztec #2E3837
Tints of Aztec #2E3837
RGB
CMYK
RGB Variations
Color information
#2E3837 (or 0x2E3837) is known color: Aztec. HEX triplet: 2E, 38 and 37. RGB value is (46,56,55). Sum of RGB (Red+Green+Blue) = 46+56+55=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 56 - color contains mainly: green. Hex color #2E3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3837 is #D1C7C8. Grayscale: #343434. Windows color (decimal): -13748169 or 3618862. OLE color: 3618862.
HSL color Cylindrical-coordinate representation of color #2E3837: hue angle of 174º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E3837 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 56 | 55 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.78 |
| HSL | 174º | 0.1% | 0.2% | - |
| HSV(B) | 174º | 0.18% | 0.22% | - |
| XYZ | 3.23 | 3.69 | 4.16 | - |
| YUV | 52.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 55 | 0.18 | 0 | 0.02 | 0.78 | 174 | 0.1 | 0.2 |
| Hex | 2E | 38 | 37 | 12 | 0 | 2 | 4E | AE | A | 14 |
| Octal | 56 | 70 | 67 | 22 | 0 | 2 | 116 | 256 | 12 | 24 |
| Binary | 101110 | 111000 | 110111 | 10010 | 0 | 10 | 1001110 | 10101110 | 1010 | 10100 |
Color Harmonies of #2E3837
Complementary color
Monochromatic Colors of #2E3837
Black with #2E3837
Text Example
Text Example
White with #2E3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3837; }
p { color: rgb(46,56,55); }
H1.HeaderClassName
{
color: #2E3837;
}
.AnyTagClassName
{
color: #2E3837;
}
</style>
background-color css
<style>
a { background-color: #2E3837; }
a { background-color: rgb(46,56,55); }
div.DivClassName
{
background-color: #2E3837;
}
.BgClassName
{
background-color: #2E3837;
}
</style>
border-color css
<style>
span { border-color: #2E3837; }
span { border-color: rgb(46,56,55); }
td.TdClassName
{
border-color: #2E3837;
}
.TagClassName
{
border-color: #2E3837;
}
</style>