Shades of Aztec #2D3A38
Tints of Aztec #2D3A38
RGB
CMYK
RGB Variations
Color information
#2D3A38 (or 0x2D3A38) is known color: Aztec. HEX triplet: 2D, 3A and 38. RGB value is (45,58,56). Sum of RGB (Red+Green+Blue) = 45+58+56=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3A38 is #D2C5C7. Grayscale: #353535. Windows color (decimal): -13813192 or 3684909. OLE color: 3684909.
HSL color Cylindrical-coordinate representation of color #2D3A38: hue angle of 170.77º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D3A38 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 58 | 56 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.77 |
| HSL | 170.77º | 0.13% | 0.2% | - |
| HSV(B) | 170.77º | 0.22% | 0.23% | - |
| XYZ | 3.31 | 3.87 | 4.31 | - |
| YUV | 53.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 56 | 0.22 | 0 | 0.03 | 0.77 | 170.77 | 0.13 | 0.2 |
| Hex | 2D | 3A | 38 | 16 | 0 | 3 | 4D | AB | D | 14 |
| Octal | 55 | 72 | 70 | 26 | 0 | 3 | 115 | 253 | 15 | 24 |
| Binary | 101101 | 111010 | 111000 | 10110 | 0 | 11 | 1001101 | 10101011 | 1101 | 10100 |
Color Harmonies of #2D3A38
Complementary color
Monochromatic Colors of #2D3A38
Black with #2D3A38
Text Example
Text Example
White with #2D3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A38; }
p { color: rgb(45,58,56); }
H1.HeaderClassName
{
color: #2D3A38;
}
.AnyTagClassName
{
color: #2D3A38;
}
</style>
background-color css
<style>
a { background-color: #2D3A38; }
a { background-color: rgb(45,58,56); }
div.DivClassName
{
background-color: #2D3A38;
}
.BgClassName
{
background-color: #2D3A38;
}
</style>
border-color css
<style>
span { border-color: #2D3A38; }
span { border-color: rgb(45,58,56); }
td.TdClassName
{
border-color: #2D3A38;
}
.TagClassName
{
border-color: #2D3A38;
}
</style>