Shades of Aztec #283A38
Tints of Aztec #283A38
RGB
CMYK
RGB Variations
Color information
#283A38 (or 0x283A38) is known color: Aztec. HEX triplet: 28, 3A and 38. RGB value is (40,58,56). Sum of RGB (Red+Green+Blue) = 40+58+56=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #283A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A38 is #D7C5C7. Grayscale: #343434. Windows color (decimal): -14140872 or 3684904. OLE color: 3684904.
HSL color Cylindrical-coordinate representation of color #283A38: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A38 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 58 | 56 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.77 |
| HSL | 173.33º | 0.18% | 0.19% | - |
| HSV(B) | 173.33º | 0.31% | 0.23% | - |
| XYZ | 3.1 | 3.76 | 4.3 | - |
| YUV | 52.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 56 | 0.31 | 0 | 0.03 | 0.77 | 173.33 | 0.18 | 0.19 |
| Hex | 28 | 3A | 38 | 1F | 0 | 3 | 4D | AD | 12 | 13 |
| Octal | 50 | 72 | 70 | 37 | 0 | 3 | 115 | 255 | 22 | 23 |
| Binary | 101000 | 111010 | 111000 | 11111 | 0 | 11 | 1001101 | 10101101 | 10010 | 10011 |
Color Harmonies of #283A38
Complementary color
Monochromatic Colors of #283A38
Black with #283A38
Text Example
Text Example
White with #283A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A38; }
p { color: rgb(40,58,56); }
H1.HeaderClassName
{
color: #283A38;
}
.AnyTagClassName
{
color: #283A38;
}
</style>
background-color css
<style>
a { background-color: #283A38; }
a { background-color: rgb(40,58,56); }
div.DivClassName
{
background-color: #283A38;
}
.BgClassName
{
background-color: #283A38;
}
</style>
border-color css
<style>
span { border-color: #283A38; }
span { border-color: rgb(40,58,56); }
td.TdClassName
{
border-color: #283A38;
}
.TagClassName
{
border-color: #283A38;
}
</style>