Shades of Aztec #2E3937
Tints of Aztec #2E3937
RGB
CMYK
RGB Variations
Color information
#2E3937 (or 0x2E3937) is known color: Aztec. HEX triplet: 2E, 39 and 37. RGB value is (46,57,55). Sum of RGB (Red+Green+Blue) = 46+57+55=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3937 is #D1C6C8. Grayscale: #353535. Windows color (decimal): -13747913 or 3619118. OLE color: 3619118.
HSL color Cylindrical-coordinate representation of color #2E3937: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2E3937 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 55 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.78 |
| HSL | 169.09º | 0.11% | 0.2% | - |
| HSV(B) | 169.09º | 0.19% | 0.22% | - |
| XYZ | 3.28 | 3.78 | 4.17 | - |
| YUV | 53.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 55 | 0.19 | 0 | 0.04 | 0.78 | 169.09 | 0.11 | 0.2 |
| Hex | 2E | 39 | 37 | 13 | 0 | 4 | 4E | A9 | B | 14 |
| Octal | 56 | 71 | 67 | 23 | 0 | 4 | 116 | 251 | 13 | 24 |
| Binary | 101110 | 111001 | 110111 | 10011 | 0 | 100 | 1001110 | 10101001 | 1011 | 10100 |
Color Harmonies of #2E3937
Complementary color
Monochromatic Colors of #2E3937
Black with #2E3937
Text Example
Text Example
White with #2E3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3937; }
p { color: rgb(46,57,55); }
H1.HeaderClassName
{
color: #2E3937;
}
.AnyTagClassName
{
color: #2E3937;
}
</style>
background-color css
<style>
a { background-color: #2E3937; }
a { background-color: rgb(46,57,55); }
div.DivClassName
{
background-color: #2E3937;
}
.BgClassName
{
background-color: #2E3937;
}
</style>
border-color css
<style>
span { border-color: #2E3937; }
span { border-color: rgb(46,57,55); }
td.TdClassName
{
border-color: #2E3937;
}
.TagClassName
{
border-color: #2E3937;
}
</style>