Shades of Aztec #2C3A37
Tints of Aztec #2C3A37
RGB
CMYK
RGB Variations
Color information
#2C3A37 (or 0x2C3A37) is known color: Aztec. HEX triplet: 2C, 3A and 37. RGB value is (44,58,55). Sum of RGB (Red+Green+Blue) = 44+58+55=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A37 is #D3C5C8. Grayscale: #353535. Windows color (decimal): -13878729 or 3619372. OLE color: 3619372.
HSL color Cylindrical-coordinate representation of color #2C3A37: hue angle of 167.14º degrees, saturation: 0.14, 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 #2C3A37 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 58 | 55 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.77 |
| HSL | 167.14º | 0.14% | 0.2% | - |
| HSV(B) | 167.14º | 0.24% | 0.23% | - |
| XYZ | 3.24 | 3.84 | 4.18 | - |
| YUV | 53.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 55 | 0.24 | 0 | 0.05 | 0.77 | 167.14 | 0.14 | 0.2 |
| Hex | 2C | 3A | 37 | 18 | 0 | 5 | 4D | A7 | E | 14 |
| Octal | 54 | 72 | 67 | 30 | 0 | 5 | 115 | 247 | 16 | 24 |
| Binary | 101100 | 111010 | 110111 | 11000 | 0 | 101 | 1001101 | 10100111 | 1110 | 10100 |
Color Harmonies of #2C3A37
Complementary color
Monochromatic Colors of #2C3A37
Black with #2C3A37
Text Example
Text Example
White with #2C3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3A37; }
p { color: rgb(44,58,55); }
H1.HeaderClassName
{
color: #2C3A37;
}
.AnyTagClassName
{
color: #2C3A37;
}
</style>
background-color css
<style>
a { background-color: #2C3A37; }
a { background-color: rgb(44,58,55); }
div.DivClassName
{
background-color: #2C3A37;
}
.BgClassName
{
background-color: #2C3A37;
}
</style>
border-color css
<style>
span { border-color: #2C3A37; }
span { border-color: rgb(44,58,55); }
td.TdClassName
{
border-color: #2C3A37;
}
.TagClassName
{
border-color: #2C3A37;
}
</style>