Shades of Aztec #262F2E
Tints of Aztec #262F2E
RGB
CMYK
RGB Variations
Color information
#262F2E (or 0x262F2E) is known color: Aztec. HEX triplet: 26, 2F and 2E. RGB value is (38,47,46). Sum of RGB (Red+Green+Blue) = 38+47+46=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 47 - color contains mainly: green. Hex color #262F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F2E is #D9D0D1. Grayscale: #2C2C2C. Windows color (decimal): -14274770 or 3026726. OLE color: 3026726.
HSL color Cylindrical-coordinate representation of color #262F2E: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #262F2E is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 47 | 46 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.82 |
| HSL | 173.33º | 0.11% | 0.17% | - |
| HSV(B) | 173.33º | 0.19% | 0.18% | - |
| XYZ | 2.31 | 2.64 | 2.97 | - |
| YUV | 44.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 46 | 0.19 | 0 | 0.02 | 0.82 | 173.33 | 0.11 | 0.17 |
| Hex | 26 | 2F | 2E | 13 | 0 | 2 | 52 | AD | B | 11 |
| Octal | 46 | 57 | 56 | 23 | 0 | 2 | 122 | 255 | 13 | 21 |
| Binary | 100110 | 101111 | 101110 | 10011 | 0 | 10 | 1010010 | 10101101 | 1011 | 10001 |
Color Harmonies of #262F2E
Complementary color
Monochromatic Colors of #262F2E
Black with #262F2E
Text Example
Text Example
White with #262F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F2E; }
p { color: rgb(38,47,46); }
H1.HeaderClassName
{
color: #262F2E;
}
.AnyTagClassName
{
color: #262F2E;
}
</style>
background-color css
<style>
a { background-color: #262F2E; }
a { background-color: rgb(38,47,46); }
div.DivClassName
{
background-color: #262F2E;
}
.BgClassName
{
background-color: #262F2E;
}
</style>
border-color css
<style>
span { border-color: #262F2E; }
span { border-color: rgb(38,47,46); }
td.TdClassName
{
border-color: #262F2E;
}
.TagClassName
{
border-color: #262F2E;
}
</style>