Shades of Midnight Moss #1D2D23
Tints of Midnight Moss #1D2D23
RGB
CMYK
RGB Variations
Color information
#1D2D23 (or 0x1D2D23) is known color: Midnight Moss. HEX triplet: 1D, 2D and 23. RGB value is (29,45,35). Sum of RGB (Red+Green+Blue) = 29+45+35=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D23 is #E2D2DC. Grayscale: #272727. Windows color (decimal): -14865117 or 2305309. OLE color: 2305309.
HSL color Cylindrical-coordinate representation of color #1D2D23: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D2D23 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 45 | 35 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.82 |
| HSL | 142.5º | 0.22% | 0.15% | - |
| HSV(B) | 142.5º | 0.36% | 0.18% | - |
| XYZ | 1.75 | 2.26 | 1.93 | - |
| YUV | 39.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 35 | 0.36 | 0 | 0.22 | 0.82 | 142.5 | 0.22 | 0.15 |
| Hex | 1D | 2D | 23 | 24 | 0 | 16 | 52 | 8E | 16 | F |
| Octal | 35 | 55 | 43 | 44 | 0 | 26 | 122 | 216 | 26 | 17 |
| Binary | 11101 | 101101 | 100011 | 100100 | 0 | 10110 | 1010010 | 10001110 | 10110 | 1111 |
Color Harmonies of #1D2D23
Complementary color
Monochromatic Colors of #1D2D23
Black with #1D2D23
Text Example
Text Example
White with #1D2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D23; }
p { color: rgb(29,45,35); }
H1.HeaderClassName
{
color: #1D2D23;
}
.AnyTagClassName
{
color: #1D2D23;
}
</style>
background-color css
<style>
a { background-color: #1D2D23; }
a { background-color: rgb(29,45,35); }
div.DivClassName
{
background-color: #1D2D23;
}
.BgClassName
{
background-color: #1D2D23;
}
</style>
border-color css
<style>
span { border-color: #1D2D23; }
span { border-color: rgb(29,45,35); }
td.TdClassName
{
border-color: #1D2D23;
}
.TagClassName
{
border-color: #1D2D23;
}
</style>