Shades of Aztec #2D3634
Tints of Aztec #2D3634
RGB
CMYK
RGB Variations
Color information
#2D3634 (or 0x2D3634) is known color: Aztec. HEX triplet: 2D, 36 and 34. RGB value is (45,54,52). Sum of RGB (Red+Green+Blue) = 45+54+52=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3634 is #D2C9CB. Grayscale: #333333. Windows color (decimal): -13814220 or 3421741. OLE color: 3421741.
HSL color Cylindrical-coordinate representation of color #2D3634: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2D3634 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 54 | 52 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.79 |
| HSL | 166.67º | 0.09% | 0.19% | - |
| HSV(B) | 166.67º | 0.17% | 0.21% | - |
| XYZ | 3.02 | 3.44 | 3.75 | - |
| YUV | 51.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 52 | 0.17 | 0 | 0.04 | 0.79 | 166.67 | 0.09 | 0.19 |
| Hex | 2D | 36 | 34 | 11 | 0 | 4 | 4F | A7 | 9 | 13 |
| Octal | 55 | 66 | 64 | 21 | 0 | 4 | 117 | 247 | 11 | 23 |
| Binary | 101101 | 110110 | 110100 | 10001 | 0 | 100 | 1001111 | 10100111 | 1001 | 10011 |
Color Harmonies of #2D3634
Complementary color
Monochromatic Colors of #2D3634
Black with #2D3634
Text Example
Text Example
White with #2D3634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3634; }
p { color: rgb(45,54,52); }
H1.HeaderClassName
{
color: #2D3634;
}
.AnyTagClassName
{
color: #2D3634;
}
</style>
background-color css
<style>
a { background-color: #2D3634; }
a { background-color: rgb(45,54,52); }
div.DivClassName
{
background-color: #2D3634;
}
.BgClassName
{
background-color: #2D3634;
}
</style>
border-color css
<style>
span { border-color: #2D3634; }
span { border-color: rgb(45,54,52); }
td.TdClassName
{
border-color: #2D3634;
}
.TagClassName
{
border-color: #2D3634;
}
</style>