Shades of Aztec #2E3635
Tints of Aztec #2E3635
RGB
CMYK
RGB Variations
Color information
#2E3635 (or 0x2E3635) is known color: Aztec. HEX triplet: 2E, 36 and 35. RGB value is (46,54,53). Sum of RGB (Red+Green+Blue) = 46+54+53=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 54 - color contains mainly: green. Hex color #2E3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3635 is #D1C9CA. Grayscale: #333333. Windows color (decimal): -13748683 or 3487278. OLE color: 3487278.
HSL color Cylindrical-coordinate representation of color #2E3635: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E3635 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 53 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.79 |
| HSL | 172.5º | 0.08% | 0.2% | - |
| HSV(B) | 172.5º | 0.15% | 0.21% | - |
| XYZ | 3.09 | 3.48 | 3.88 | - |
| YUV | 51.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 53 | 0.15 | 0 | 0.02 | 0.79 | 172.5 | 0.08 | 0.2 |
| Hex | 2E | 36 | 35 | F | 0 | 2 | 4F | AC | 8 | 14 |
| Octal | 56 | 66 | 65 | 17 | 0 | 2 | 117 | 254 | 10 | 24 |
| Binary | 101110 | 110110 | 110101 | 1111 | 0 | 10 | 1001111 | 10101100 | 1000 | 10100 |
Color Harmonies of #2E3635
Complementary color
Monochromatic Colors of #2E3635
Black with #2E3635
Text Example
Text Example
White with #2E3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3635; }
p { color: rgb(46,54,53); }
H1.HeaderClassName
{
color: #2E3635;
}
.AnyTagClassName
{
color: #2E3635;
}
</style>
background-color css
<style>
a { background-color: #2E3635; }
a { background-color: rgb(46,54,53); }
div.DivClassName
{
background-color: #2E3635;
}
.BgClassName
{
background-color: #2E3635;
}
</style>
border-color css
<style>
span { border-color: #2E3635; }
span { border-color: rgb(46,54,53); }
td.TdClassName
{
border-color: #2E3635;
}
.TagClassName
{
border-color: #2E3635;
}
</style>