Shades of Aztec #2D3B39
Tints of Aztec #2D3B39
RGB
CMYK
RGB Variations
Color information
#2D3B39 (or 0x2D3B39) is known color: Aztec. HEX triplet: 2D, 3B and 39. RGB value is (45,59,57). Sum of RGB (Red+Green+Blue) = 45+59+57=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B39 is #D2C4C6. Grayscale: #363636. Windows color (decimal): -13812935 or 3750701. OLE color: 3750701.
HSL color Cylindrical-coordinate representation of color #2D3B39: hue angle of 171.43º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D3B39 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 57 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.77 |
| HSL | 171.43º | 0.13% | 0.2% | - |
| HSV(B) | 171.43º | 0.24% | 0.23% | - |
| XYZ | 3.38 | 3.98 | 4.46 | - |
| YUV | 54.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 57 | 0.24 | 0 | 0.03 | 0.77 | 171.43 | 0.13 | 0.2 |
| Hex | 2D | 3B | 39 | 18 | 0 | 3 | 4D | AB | D | 14 |
| Octal | 55 | 73 | 71 | 30 | 0 | 3 | 115 | 253 | 15 | 24 |
| Binary | 101101 | 111011 | 111001 | 11000 | 0 | 11 | 1001101 | 10101011 | 1101 | 10100 |
Color Harmonies of #2D3B39
Complementary color
Monochromatic Colors of #2D3B39
Black with #2D3B39
Text Example
Text Example
White with #2D3B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B39; }
p { color: rgb(45,59,57); }
H1.HeaderClassName
{
color: #2D3B39;
}
.AnyTagClassName
{
color: #2D3B39;
}
</style>
background-color css
<style>
a { background-color: #2D3B39; }
a { background-color: rgb(45,59,57); }
div.DivClassName
{
background-color: #2D3B39;
}
.BgClassName
{
background-color: #2D3B39;
}
</style>
border-color css
<style>
span { border-color: #2D3B39; }
span { border-color: rgb(45,59,57); }
td.TdClassName
{
border-color: #2D3B39;
}
.TagClassName
{
border-color: #2D3B39;
}
</style>