Shades of Midnight Moss #282E2B
Tints of Midnight Moss #282E2B
RGB
CMYK
RGB Variations
Color information
#282E2B (or 0x282E2B) is known color: Midnight Moss. HEX triplet: 28, 2E and 2B. RGB value is (40,46,43). Sum of RGB (Red+Green+Blue) = 40+46+43=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 46 - color contains mainly: green. Hex color #282E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E2B is #D7D1D4. Grayscale: #2B2B2B. Windows color (decimal): -14143957 or 2829864. OLE color: 2829864.
HSL color Cylindrical-coordinate representation of color #282E2B: hue angle of 150º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #282E2B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 40 | 46 | 43 | - |
CMYK | 0.13 | 0 | 0.07 | 0.82 |
HSL | 150º | 0.07% | 0.17% | - |
HSV(B) | 150º | 0.13% | 0.18% | - |
XYZ | 2.29 | 2.58 | 2.66 | - |
YUV | 43.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 46 | 43 | 0.13 | 0 | 0.07 | 0.82 | 150 | 0.07 | 0.17 |
Hex | 28 | 2E | 2B | D | 0 | 7 | 52 | 96 | 7 | 11 |
Octal | 50 | 56 | 53 | 15 | 0 | 7 | 122 | 226 | 7 | 21 |
Binary | 101000 | 101110 | 101011 | 1101 | 0 | 111 | 1010010 | 10010110 | 111 | 10001 |
Color Harmonies of #282E2B
Complementary color
Monochromatic Colors of #282E2B
Black with #282E2B
Text Example
Text Example
White with #282E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E2B; }
p { color: rgb(40,46,43); }
H1.HeaderClassName
{
color: #282E2B;
}
.AnyTagClassName
{
color: #282E2B;
}
</style>
background-color css
<style>
a { background-color: #282E2B; }
a { background-color: rgb(40,46,43); }
div.DivClassName
{
background-color: #282E2B;
}
.BgClassName
{
background-color: #282E2B;
}
</style>
border-color css
<style>
span { border-color: #282E2B; }
span { border-color: rgb(40,46,43); }
td.TdClassName
{
border-color: #282E2B;
}
.TagClassName
{
border-color: #282E2B;
}
</style>