Shades of Midnight Moss #2B2E2C
Tints of Midnight Moss #2B2E2C
RGB
CMYK
RGB Variations
Color information
#2B2E2C (or 0x2B2E2C) is known color: Midnight Moss. HEX triplet: 2B, 2E and 2C. RGB value is (43,46,44). Sum of RGB (Red+Green+Blue) = 43+46+44=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E2C is #D4D1D3. Grayscale: #2C2C2C. Windows color (decimal): -13947348 or 2895403. OLE color: 2895403.
HSL color Cylindrical-coordinate representation of color #2B2E2C: hue angle of 140º degrees, saturation: 0.03, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2B2E2C is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 46 | 44 | - |
CMYK | 0.07 | 0 | 0.04 | 0.82 |
HSL | 140º | 0.03% | 0.17% | - |
HSV(B) | 140º | 0.07% | 0.18% | - |
XYZ | 2.43 | 2.65 | 2.77 | - |
YUV | 44.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 46 | 44 | 0.07 | 0 | 0.04 | 0.82 | 140 | 0.03 | 0.17 |
Hex | 2B | 2E | 2C | 7 | 0 | 4 | 52 | 8C | 3 | 11 |
Octal | 53 | 56 | 54 | 7 | 0 | 4 | 122 | 214 | 3 | 21 |
Binary | 101011 | 101110 | 101100 | 111 | 0 | 100 | 1010010 | 10001100 | 11 | 10001 |
Color Harmonies of #2B2E2C
Complementary color
Monochromatic Colors of #2B2E2C
Black with #2B2E2C
Text Example
Text Example
White with #2B2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E2C; }
p { color: rgb(43,46,44); }
H1.HeaderClassName
{
color: #2B2E2C;
}
.AnyTagClassName
{
color: #2B2E2C;
}
</style>
background-color css
<style>
a { background-color: #2B2E2C; }
a { background-color: rgb(43,46,44); }
div.DivClassName
{
background-color: #2B2E2C;
}
.BgClassName
{
background-color: #2B2E2C;
}
</style>
border-color css
<style>
span { border-color: #2B2E2C; }
span { border-color: rgb(43,46,44); }
td.TdClassName
{
border-color: #2B2E2C;
}
.TagClassName
{
border-color: #2B2E2C;
}
</style>