Shades of Aztec #2E3B38
Tints of Aztec #2E3B38
RGB
CMYK
RGB Variations
Color information
#2E3B38 (or 0x2E3B38) is known color: Aztec. HEX triplet: 2E, 3B and 38. RGB value is (46,59,56). Sum of RGB (Red+Green+Blue) = 46+59+56=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #2E3B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B38 is #D1C4C7. Grayscale: #363636. Windows color (decimal): -13747400 or 3685166. OLE color: 3685166.
HSL color Cylindrical-coordinate representation of color #2E3B38: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E3B38 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 59 | 56 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.77 |
| HSL | 166.15º | 0.12% | 0.21% | - |
| HSV(B) | 166.15º | 0.22% | 0.23% | - |
| XYZ | 3.4 | 3.99 | 4.33 | - |
| YUV | 54.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 56 | 0.22 | 0 | 0.05 | 0.77 | 166.15 | 0.12 | 0.21 |
| Hex | 2E | 3B | 38 | 16 | 0 | 5 | 4D | A6 | C | 15 |
| Octal | 56 | 73 | 70 | 26 | 0 | 5 | 115 | 246 | 14 | 25 |
| Binary | 101110 | 111011 | 111000 | 10110 | 0 | 101 | 1001101 | 10100110 | 1100 | 10101 |
Color Harmonies of #2E3B38
Complementary color
Monochromatic Colors of #2E3B38
Black with #2E3B38
Text Example
Text Example
White with #2E3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B38; }
p { color: rgb(46,59,56); }
H1.HeaderClassName
{
color: #2E3B38;
}
.AnyTagClassName
{
color: #2E3B38;
}
</style>
background-color css
<style>
a { background-color: #2E3B38; }
a { background-color: rgb(46,59,56); }
div.DivClassName
{
background-color: #2E3B38;
}
.BgClassName
{
background-color: #2E3B38;
}
</style>
border-color css
<style>
span { border-color: #2E3B38; }
span { border-color: rgb(46,59,56); }
td.TdClassName
{
border-color: #2E3B38;
}
.TagClassName
{
border-color: #2E3B38;
}
</style>