Shades of Black Forest #2D3C1D
Tints of Black Forest #2D3C1D
RGB
CMYK
RGB Variations
Color information
#2D3C1D (or 0x2D3C1D) is known color: Black Forest. HEX triplet: 2D, 3C and 1D. RGB value is (45,60,29). Sum of RGB (Red+Green+Blue) = 45+60+29=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3C1D is #D2C3E2. Grayscale: #343434. Windows color (decimal): -13812707 or 1915949. OLE color: 1915949.
HSL color Cylindrical-coordinate representation of color #2D3C1D: hue angle of 89.03º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D3C1D is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 29 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.76 |
| HSL | 89.03º | 0.35% | 0.17% | - |
| HSV(B) | 89.03º | 0.52% | 0.24% | - |
| XYZ | 2.92 | 3.88 | 1.76 | - |
| YUV | 51.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 29 | 0.25 | 0 | 0.52 | 0.76 | 89.03 | 0.35 | 0.17 |
| Hex | 2D | 3C | 1D | 19 | 0 | 34 | 4C | 59 | 23 | 11 |
| Octal | 55 | 74 | 35 | 31 | 0 | 64 | 114 | 131 | 43 | 21 |
| Binary | 101101 | 111100 | 11101 | 11001 | 0 | 110100 | 1001100 | 1011001 | 100011 | 10001 |
Color Harmonies of #2D3C1D
Complementary color
Monochromatic Colors of #2D3C1D
Black with #2D3C1D
Text Example
Text Example
White with #2D3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C1D; }
p { color: rgb(45,60,29); }
H1.HeaderClassName
{
color: #2D3C1D;
}
.AnyTagClassName
{
color: #2D3C1D;
}
</style>
background-color css
<style>
a { background-color: #2D3C1D; }
a { background-color: rgb(45,60,29); }
div.DivClassName
{
background-color: #2D3C1D;
}
.BgClassName
{
background-color: #2D3C1D;
}
</style>
border-color css
<style>
span { border-color: #2D3C1D; }
span { border-color: rgb(45,60,29); }
td.TdClassName
{
border-color: #2D3C1D;
}
.TagClassName
{
border-color: #2D3C1D;
}
</style>