Shades of Aztec #2C3937
Tints of Aztec #2C3937
RGB
CMYK
RGB Variations
Color information
#2C3937 (or 0x2C3937) is known color: Aztec. HEX triplet: 2C, 39 and 37. RGB value is (44,57,55). Sum of RGB (Red+Green+Blue) = 44+57+55=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3937 is #D3C6C8. Grayscale: #343434. Windows color (decimal): -13878985 or 3619116. OLE color: 3619116.
HSL color Cylindrical-coordinate representation of color #2C3937: hue angle of 170.77º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C3937 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 55 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.78 |
| HSL | 170.77º | 0.13% | 0.2% | - |
| HSV(B) | 170.77º | 0.23% | 0.22% | - |
| XYZ | 3.19 | 3.74 | 4.17 | - |
| YUV | 52.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 55 | 0.23 | 0 | 0.04 | 0.78 | 170.77 | 0.13 | 0.2 |
| Hex | 2C | 39 | 37 | 17 | 0 | 4 | 4E | AB | D | 14 |
| Octal | 54 | 71 | 67 | 27 | 0 | 4 | 116 | 253 | 15 | 24 |
| Binary | 101100 | 111001 | 110111 | 10111 | 0 | 100 | 1001110 | 10101011 | 1101 | 10100 |
Color Harmonies of #2C3937
Complementary color
Monochromatic Colors of #2C3937
Black with #2C3937
Text Example
Text Example
White with #2C3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3937; }
p { color: rgb(44,57,55); }
H1.HeaderClassName
{
color: #2C3937;
}
.AnyTagClassName
{
color: #2C3937;
}
</style>
background-color css
<style>
a { background-color: #2C3937; }
a { background-color: rgb(44,57,55); }
div.DivClassName
{
background-color: #2C3937;
}
.BgClassName
{
background-color: #2C3937;
}
</style>
border-color css
<style>
span { border-color: #2C3937; }
span { border-color: rgb(44,57,55); }
td.TdClassName
{
border-color: #2C3937;
}
.TagClassName
{
border-color: #2C3937;
}
</style>