Shades of Aztec #283D3A
Tints of Aztec #283D3A
RGB
CMYK
RGB Variations
Color information
#283D3A (or 0x283D3A) is known color: Aztec. HEX triplet: 28, 3D and 3A. RGB value is (40,61,58). Sum of RGB (Red+Green+Blue) = 40+61+58=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 61 - color contains mainly: green. Hex color #283D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D3A is #D7C2C5. Grayscale: #363636. Windows color (decimal): -14140102 or 3816744. OLE color: 3816744.
HSL color Cylindrical-coordinate representation of color #283D3A: hue angle of 171.43º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283D3A is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 58 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.76 |
| HSL | 171.43º | 0.21% | 0.2% | - |
| HSV(B) | 171.43º | 0.34% | 0.24% | - |
| XYZ | 3.31 | 4.09 | 4.62 | - |
| YUV | 54.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 58 | 0.34 | 0 | 0.05 | 0.76 | 171.43 | 0.21 | 0.2 |
| Hex | 28 | 3D | 3A | 22 | 0 | 5 | 4C | AB | 15 | 14 |
| Octal | 50 | 75 | 72 | 42 | 0 | 5 | 114 | 253 | 25 | 24 |
| Binary | 101000 | 111101 | 111010 | 100010 | 0 | 101 | 1001100 | 10101011 | 10101 | 10100 |
Color Harmonies of #283D3A
Complementary color
Monochromatic Colors of #283D3A
Black with #283D3A
Text Example
Text Example
White with #283D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D3A; }
p { color: rgb(40,61,58); }
H1.HeaderClassName
{
color: #283D3A;
}
.AnyTagClassName
{
color: #283D3A;
}
</style>
background-color css
<style>
a { background-color: #283D3A; }
a { background-color: rgb(40,61,58); }
div.DivClassName
{
background-color: #283D3A;
}
.BgClassName
{
background-color: #283D3A;
}
</style>
border-color css
<style>
span { border-color: #283D3A; }
span { border-color: rgb(40,61,58); }
td.TdClassName
{
border-color: #283D3A;
}
.TagClassName
{
border-color: #283D3A;
}
</style>