Shades of Aztec #293B38
Tints of Aztec #293B38
RGB
CMYK
RGB Variations
Color information
#293B38 (or 0x293B38) is known color: Aztec. HEX triplet: 29, 3B and 38. RGB value is (41,59,56). Sum of RGB (Red+Green+Blue) = 41+59+56=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #293B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B38 is #D6C4C7. Grayscale: #353535. Windows color (decimal): -14075080 or 3685161. OLE color: 3685161.
HSL color Cylindrical-coordinate representation of color #293B38: hue angle of 170º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293B38 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 56 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.77 |
| HSL | 170º | 0.18% | 0.2% | - |
| HSV(B) | 170º | 0.31% | 0.23% | - |
| XYZ | 3.19 | 3.88 | 4.32 | - |
| YUV | 53.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 56 | 0.31 | 0 | 0.05 | 0.77 | 170 | 0.18 | 0.2 |
| Hex | 29 | 3B | 38 | 1F | 0 | 5 | 4D | AA | 12 | 14 |
| Octal | 51 | 73 | 70 | 37 | 0 | 5 | 115 | 252 | 22 | 24 |
| Binary | 101001 | 111011 | 111000 | 11111 | 0 | 101 | 1001101 | 10101010 | 10010 | 10100 |
Color Harmonies of #293B38
Complementary color
Monochromatic Colors of #293B38
Black with #293B38
Text Example
Text Example
White with #293B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B38; }
p { color: rgb(41,59,56); }
H1.HeaderClassName
{
color: #293B38;
}
.AnyTagClassName
{
color: #293B38;
}
</style>
background-color css
<style>
a { background-color: #293B38; }
a { background-color: rgb(41,59,56); }
div.DivClassName
{
background-color: #293B38;
}
.BgClassName
{
background-color: #293B38;
}
</style>
border-color css
<style>
span { border-color: #293B38; }
span { border-color: rgb(41,59,56); }
td.TdClassName
{
border-color: #293B38;
}
.TagClassName
{
border-color: #293B38;
}
</style>