Shades of Aztec #2D3735
Tints of Aztec #2D3735
RGB
CMYK
RGB Variations
Color information
#2D3735 (or 0x2D3735) is known color: Aztec. HEX triplet: 2D, 37 and 35. RGB value is (45,55,53). Sum of RGB (Red+Green+Blue) = 45+55+53=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3735 is #D2C8CA. Grayscale: #333333. Windows color (decimal): -13813963 or 3487533. OLE color: 3487533.
HSL color Cylindrical-coordinate representation of color #2D3735: hue angle of 168º 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 #2D3735 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 53 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.78 |
| HSL | 168º | 0.1% | 0.2% | - |
| HSV(B) | 168º | 0.18% | 0.22% | - |
| XYZ | 3.09 | 3.55 | 3.89 | - |
| YUV | 51.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 53 | 0.18 | 0 | 0.04 | 0.78 | 168 | 0.1 | 0.2 |
| Hex | 2D | 37 | 35 | 12 | 0 | 4 | 4E | A8 | A | 14 |
| Octal | 55 | 67 | 65 | 22 | 0 | 4 | 116 | 250 | 12 | 24 |
| Binary | 101101 | 110111 | 110101 | 10010 | 0 | 100 | 1001110 | 10101000 | 1010 | 10100 |
Color Harmonies of #2D3735
Complementary color
Monochromatic Colors of #2D3735
Black with #2D3735
Text Example
Text Example
White with #2D3735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3735; }
p { color: rgb(45,55,53); }
H1.HeaderClassName
{
color: #2D3735;
}
.AnyTagClassName
{
color: #2D3735;
}
</style>
background-color css
<style>
a { background-color: #2D3735; }
a { background-color: rgb(45,55,53); }
div.DivClassName
{
background-color: #2D3735;
}
.BgClassName
{
background-color: #2D3735;
}
</style>
border-color css
<style>
span { border-color: #2D3735; }
span { border-color: rgb(45,55,53); }
td.TdClassName
{
border-color: #2D3735;
}
.TagClassName
{
border-color: #2D3735;
}
</style>