Shades of Black Forest #1D2E15
Tints of Black Forest #1D2E15
RGB
CMYK
RGB Variations
Color information
#1D2E15 (or 0x1D2E15) is known color: Black Forest. HEX triplet: 1D, 2E and 15. RGB value is (29,46,21). Sum of RGB (Red+Green+Blue) = 29+46+21=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #1D2E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2E15 is #E2D1EA. Grayscale: #262626. Windows color (decimal): -14864875 or 1388061. OLE color: 1388061.
HSL color Cylindrical-coordinate representation of color #1D2E15: hue angle of 100.8º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D2E15 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 46 | 21 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.82 |
| HSL | 100.8º | 0.37% | 0.13% | - |
| HSV(B) | 100.8º | 0.54% | 0.18% | - |
| XYZ | 1.62 | 2.27 | 1.06 | - |
| YUV | 38.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 21 | 0.37 | 0 | 0.54 | 0.82 | 100.8 | 0.37 | 0.13 |
| Hex | 1D | 2E | 15 | 25 | 0 | 36 | 52 | 65 | 25 | D |
| Octal | 35 | 56 | 25 | 45 | 0 | 66 | 122 | 145 | 45 | 15 |
| Binary | 11101 | 101110 | 10101 | 100101 | 0 | 110110 | 1010010 | 1100101 | 100101 | 1101 |
Color Harmonies of #1D2E15
Complementary color
Monochromatic Colors of #1D2E15
Black with #1D2E15
Text Example
Text Example
White with #1D2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E15; }
p { color: rgb(29,46,21); }
H1.HeaderClassName
{
color: #1D2E15;
}
.AnyTagClassName
{
color: #1D2E15;
}
</style>
background-color css
<style>
a { background-color: #1D2E15; }
a { background-color: rgb(29,46,21); }
div.DivClassName
{
background-color: #1D2E15;
}
.BgClassName
{
background-color: #1D2E15;
}
</style>
border-color css
<style>
span { border-color: #1D2E15; }
span { border-color: rgb(29,46,21); }
td.TdClassName
{
border-color: #1D2E15;
}
.TagClassName
{
border-color: #1D2E15;
}
</style>