Shades of Midnight Moss #1D2E24
Tints of Midnight Moss #1D2E24
RGB
CMYK
RGB Variations
Color information
#1D2E24 (or 0x1D2E24) is known color: Midnight Moss. HEX triplet: 1D, 2E and 24. RGB value is (29,46,36). Sum of RGB (Red+Green+Blue) = 29+46+36=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 46 - color contains mainly: green. Hex color #1D2E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2E24 is #E2D1DB. Grayscale: #272727. Windows color (decimal): -14864860 or 2371101. OLE color: 2371101.
HSL color Cylindrical-coordinate representation of color #1D2E24: hue angle of 144.71º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D2E24 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 46 | 36 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.82 |
| HSL | 144.71º | 0.23% | 0.15% | - |
| HSV(B) | 144.71º | 0.37% | 0.18% | - |
| XYZ | 1.8 | 2.34 | 2.03 | - |
| YUV | 39.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 36 | 0.37 | 0 | 0.22 | 0.82 | 144.71 | 0.23 | 0.15 |
| Hex | 1D | 2E | 24 | 25 | 0 | 16 | 52 | 91 | 17 | F |
| Octal | 35 | 56 | 44 | 45 | 0 | 26 | 122 | 221 | 27 | 17 |
| Binary | 11101 | 101110 | 100100 | 100101 | 0 | 10110 | 1010010 | 10010001 | 10111 | 1111 |
Color Harmonies of #1D2E24
Complementary color
Monochromatic Colors of #1D2E24
Black with #1D2E24
Text Example
Text Example
White with #1D2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E24; }
p { color: rgb(29,46,36); }
H1.HeaderClassName
{
color: #1D2E24;
}
.AnyTagClassName
{
color: #1D2E24;
}
</style>
background-color css
<style>
a { background-color: #1D2E24; }
a { background-color: rgb(29,46,36); }
div.DivClassName
{
background-color: #1D2E24;
}
.BgClassName
{
background-color: #1D2E24;
}
</style>
border-color css
<style>
span { border-color: #1D2E24; }
span { border-color: rgb(29,46,36); }
td.TdClassName
{
border-color: #1D2E24;
}
.TagClassName
{
border-color: #1D2E24;
}
</style>