Shades of Midnight Moss #272E2A
Tints of Midnight Moss #272E2A
RGB
CMYK
RGB Variations
Color information
#272E2A (or 0x272E2A) is known color: Midnight Moss. HEX triplet: 27, 2E and 2A. RGB value is (39,46,42). Sum of RGB (Red+Green+Blue) = 39+46+42=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 46 - color contains mainly: green. Hex color #272E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E2A is #D8D1D5. Grayscale: #2B2B2B. Windows color (decimal): -14209494 or 2764327. OLE color: 2764327.
HSL color Cylindrical-coordinate representation of color #272E2A: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272E2A is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 46 | 42 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.82 |
| HSL | 145.71º | 0.08% | 0.17% | - |
| HSV(B) | 145.71º | 0.15% | 0.18% | - |
| XYZ | 2.23 | 2.55 | 2.57 | - |
| YUV | 43.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 42 | 0.15 | 0 | 0.09 | 0.82 | 145.71 | 0.08 | 0.17 |
| Hex | 27 | 2E | 2A | F | 0 | 9 | 52 | 92 | 8 | 11 |
| Octal | 47 | 56 | 52 | 17 | 0 | 11 | 122 | 222 | 10 | 21 |
| Binary | 100111 | 101110 | 101010 | 1111 | 0 | 1001 | 1010010 | 10010010 | 1000 | 10001 |
Color Harmonies of #272E2A
Complementary color
Monochromatic Colors of #272E2A
Black with #272E2A
Text Example
Text Example
White with #272E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E2A; }
p { color: rgb(39,46,42); }
H1.HeaderClassName
{
color: #272E2A;
}
.AnyTagClassName
{
color: #272E2A;
}
</style>
background-color css
<style>
a { background-color: #272E2A; }
a { background-color: rgb(39,46,42); }
div.DivClassName
{
background-color: #272E2A;
}
.BgClassName
{
background-color: #272E2A;
}
</style>
border-color css
<style>
span { border-color: #272E2A; }
span { border-color: rgb(39,46,42); }
td.TdClassName
{
border-color: #272E2A;
}
.TagClassName
{
border-color: #272E2A;
}
</style>