Shades of Midnight Moss #272D29
Tints of Midnight Moss #272D29
RGB
CMYK
RGB Variations
Color information
#272D29 (or 0x272D29) is known color: Midnight Moss. HEX triplet: 27, 2D and 29. RGB value is (39,45,41). Sum of RGB (Red+Green+Blue) = 39+45+41=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #272D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D29 is #D8D2D6. Grayscale: #2A2A2A. Windows color (decimal): -14209751 or 2698535. OLE color: 2698535.
HSL color Cylindrical-coordinate representation of color #272D29: hue angle of 140º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #272D29 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 45 | 41 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.82 |
| HSL | 140º | 0.07% | 0.16% | - |
| HSV(B) | 140º | 0.13% | 0.18% | - |
| XYZ | 2.18 | 2.47 | 2.46 | - |
| YUV | 42.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 41 | 0.13 | 0 | 0.09 | 0.82 | 140 | 0.07 | 0.16 |
| Hex | 27 | 2D | 29 | D | 0 | 9 | 52 | 8C | 7 | 10 |
| Octal | 47 | 55 | 51 | 15 | 0 | 11 | 122 | 214 | 7 | 20 |
| Binary | 100111 | 101101 | 101001 | 1101 | 0 | 1001 | 1010010 | 10001100 | 111 | 10000 |
Color Harmonies of #272D29
Complementary color
Monochromatic Colors of #272D29
Black with #272D29
Text Example
Text Example
White with #272D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D29; }
p { color: rgb(39,45,41); }
H1.HeaderClassName
{
color: #272D29;
}
.AnyTagClassName
{
color: #272D29;
}
</style>
background-color css
<style>
a { background-color: #272D29; }
a { background-color: rgb(39,45,41); }
div.DivClassName
{
background-color: #272D29;
}
.BgClassName
{
background-color: #272D29;
}
</style>
border-color css
<style>
span { border-color: #272D29; }
span { border-color: rgb(39,45,41); }
td.TdClassName
{
border-color: #272D29;
}
.TagClassName
{
border-color: #272D29;
}
</style>