Shades of Black Forest #2D441D
Tints of Black Forest #2D441D
RGB
CMYK
RGB Variations
Color information
#2D441D (or 0x2D441D) is known color: Black Forest. HEX triplet: 2D, 44 and 1D. RGB value is (45,68,29). Sum of RGB (Red+Green+Blue) = 45+68+29=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #2D441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D441D is #D2BBE2. Grayscale: #383838. Windows color (decimal): -13810659 or 1917997. OLE color: 1917997.
HSL color Cylindrical-coordinate representation of color #2D441D: hue angle of 95.38º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D441D is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 29 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.73 |
| HSL | 95.38º | 0.4% | 0.19% | - |
| HSV(B) | 95.38º | 0.57% | 0.27% | - |
| XYZ | 3.37 | 4.78 | 1.91 | - |
| YUV | 56.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 29 | 0.34 | 0 | 0.57 | 0.73 | 95.38 | 0.4 | 0.19 |
| Hex | 2D | 44 | 1D | 22 | 0 | 39 | 49 | 5F | 28 | 13 |
| Octal | 55 | 104 | 35 | 42 | 0 | 71 | 111 | 137 | 50 | 23 |
| Binary | 101101 | 1000100 | 11101 | 100010 | 0 | 111001 | 1001001 | 1011111 | 101000 | 10011 |
Color Harmonies of #2D441D
Complementary color
Monochromatic Colors of #2D441D
Black with #2D441D
Text Example
Text Example
White with #2D441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D441D; }
p { color: rgb(45,68,29); }
H1.HeaderClassName
{
color: #2D441D;
}
.AnyTagClassName
{
color: #2D441D;
}
</style>
background-color css
<style>
a { background-color: #2D441D; }
a { background-color: rgb(45,68,29); }
div.DivClassName
{
background-color: #2D441D;
}
.BgClassName
{
background-color: #2D441D;
}
</style>
border-color css
<style>
span { border-color: #2D441D; }
span { border-color: rgb(45,68,29); }
td.TdClassName
{
border-color: #2D441D;
}
.TagClassName
{
border-color: #2D441D;
}
</style>