Shades of Midnight Moss #2A2E2C
Tints of Midnight Moss #2A2E2C
RGB
CMYK
RGB Variations
Color information
#2A2E2C (or 0x2A2E2C) is known color: Midnight Moss. HEX triplet: 2A, 2E and 2C. RGB value is (42,46,44). Sum of RGB (Red+Green+Blue) = 42+46+44=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2E2C is #D5D1D3. Grayscale: #2C2C2C. Windows color (decimal): -14012884 or 2895402. OLE color: 2895402.
HSL color Cylindrical-coordinate representation of color #2A2E2C: hue angle of 150º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2A2E2C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 46 | 44 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.82 |
| HSL | 150º | 0.05% | 0.17% | - |
| HSV(B) | 150º | 0.09% | 0.18% | - |
| XYZ | 2.39 | 2.63 | 2.76 | - |
| YUV | 44.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 44 | 0.09 | 0 | 0.04 | 0.82 | 150 | 0.05 | 0.17 |
| Hex | 2A | 2E | 2C | 9 | 0 | 4 | 52 | 96 | 5 | 11 |
| Octal | 52 | 56 | 54 | 11 | 0 | 4 | 122 | 226 | 5 | 21 |
| Binary | 101010 | 101110 | 101100 | 1001 | 0 | 100 | 1010010 | 10010110 | 101 | 10001 |
Color Harmonies of #2A2E2C
Complementary color
Monochromatic Colors of #2A2E2C
Black with #2A2E2C
Text Example
Text Example
White with #2A2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E2C; }
p { color: rgb(42,46,44); }
H1.HeaderClassName
{
color: #2A2E2C;
}
.AnyTagClassName
{
color: #2A2E2C;
}
</style>
background-color css
<style>
a { background-color: #2A2E2C; }
a { background-color: rgb(42,46,44); }
div.DivClassName
{
background-color: #2A2E2C;
}
.BgClassName
{
background-color: #2A2E2C;
}
</style>
border-color css
<style>
span { border-color: #2A2E2C; }
span { border-color: rgb(42,46,44); }
td.TdClassName
{
border-color: #2A2E2C;
}
.TagClassName
{
border-color: #2A2E2C;
}
</style>