Shades of Aztec #2A3A38
Tints of Aztec #2A3A38
RGB
CMYK
RGB Variations
Color information
#2A3A38 (or 0x2A3A38) is known color: Aztec. HEX triplet: 2A, 3A and 38. RGB value is (42,58,56). Sum of RGB (Red+Green+Blue) = 42+58+56=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A38 is #D5C5C7. Grayscale: #343434. Windows color (decimal): -14009800 or 3684906. OLE color: 3684906.
HSL color Cylindrical-coordinate representation of color #2A3A38: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A3A38 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 58 | 56 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.77 |
| HSL | 172.5º | 0.16% | 0.2% | - |
| HSV(B) | 172.5º | 0.28% | 0.23% | - |
| XYZ | 3.18 | 3.8 | 4.31 | - |
| YUV | 52.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 56 | 0.28 | 0 | 0.03 | 0.77 | 172.5 | 0.16 | 0.2 |
| Hex | 2A | 3A | 38 | 1C | 0 | 3 | 4D | AC | 10 | 14 |
| Octal | 52 | 72 | 70 | 34 | 0 | 3 | 115 | 254 | 20 | 24 |
| Binary | 101010 | 111010 | 111000 | 11100 | 0 | 11 | 1001101 | 10101100 | 10000 | 10100 |
Color Harmonies of #2A3A38
Complementary color
Monochromatic Colors of #2A3A38
Black with #2A3A38
Text Example
Text Example
White with #2A3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A38; }
p { color: rgb(42,58,56); }
H1.HeaderClassName
{
color: #2A3A38;
}
.AnyTagClassName
{
color: #2A3A38;
}
</style>
background-color css
<style>
a { background-color: #2A3A38; }
a { background-color: rgb(42,58,56); }
div.DivClassName
{
background-color: #2A3A38;
}
.BgClassName
{
background-color: #2A3A38;
}
</style>
border-color css
<style>
span { border-color: #2A3A38; }
span { border-color: rgb(42,58,56); }
td.TdClassName
{
border-color: #2A3A38;
}
.TagClassName
{
border-color: #2A3A38;
}
</style>