Shades of Aztec #2C3B38
Tints of Aztec #2C3B38
RGB
CMYK
RGB Variations
Color information
#2C3B38 (or 0x2C3B38) is known color: Aztec. HEX triplet: 2C, 3B and 38. RGB value is (44,59,56). Sum of RGB (Red+Green+Blue) = 44+59+56=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B38 is #D3C4C7. Grayscale: #363636. Windows color (decimal): -13878472 or 3685164. OLE color: 3685164.
HSL color Cylindrical-coordinate representation of color #2C3B38: hue angle of 168º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C3B38 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 59 | 56 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.77 |
| HSL | 168º | 0.15% | 0.2% | - |
| HSV(B) | 168º | 0.25% | 0.23% | - |
| XYZ | 3.32 | 3.95 | 4.33 | - |
| YUV | 54.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 56 | 0.25 | 0 | 0.05 | 0.77 | 168 | 0.15 | 0.2 |
| Hex | 2C | 3B | 38 | 19 | 0 | 5 | 4D | A8 | F | 14 |
| Octal | 54 | 73 | 70 | 31 | 0 | 5 | 115 | 250 | 17 | 24 |
| Binary | 101100 | 111011 | 111000 | 11001 | 0 | 101 | 1001101 | 10101000 | 1111 | 10100 |
Color Harmonies of #2C3B38
Complementary color
Monochromatic Colors of #2C3B38
Black with #2C3B38
Text Example
Text Example
White with #2C3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B38; }
p { color: rgb(44,59,56); }
H1.HeaderClassName
{
color: #2C3B38;
}
.AnyTagClassName
{
color: #2C3B38;
}
</style>
background-color css
<style>
a { background-color: #2C3B38; }
a { background-color: rgb(44,59,56); }
div.DivClassName
{
background-color: #2C3B38;
}
.BgClassName
{
background-color: #2C3B38;
}
</style>
border-color css
<style>
span { border-color: #2C3B38; }
span { border-color: rgb(44,59,56); }
td.TdClassName
{
border-color: #2C3B38;
}
.TagClassName
{
border-color: #2C3B38;
}
</style>