Shades of Black Forest #2D3428
Tints of Black Forest #2D3428
RGB
CMYK
RGB Variations
Color information
#2D3428 (or 0x2D3428) is known color: Black Forest. HEX triplet: 2D, 34 and 28. RGB value is (45,52,40). Sum of RGB (Red+Green+Blue) = 45+52+40=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3428 is #D2CBD7. Grayscale: #303030. Windows color (decimal): -13814744 or 2634797. OLE color: 2634797.
HSL color Cylindrical-coordinate representation of color #2D3428: hue angle of 95º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2D3428 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 40 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.80 |
| HSL | 95º | 0.13% | 0.18% | - |
| HSV(B) | 95º | 0.23% | 0.2% | - |
| XYZ | 2.69 | 3.17 | 2.48 | - |
| YUV | 48.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 40 | 0.13 | 0 | 0.23 | 0.80 | 95 | 0.13 | 0.18 |
| Hex | 2D | 34 | 28 | D | 0 | 17 | 50 | 5F | D | 12 |
| Octal | 55 | 64 | 50 | 15 | 0 | 27 | 120 | 137 | 15 | 22 |
| Binary | 101101 | 110100 | 101000 | 1101 | 0 | 10111 | 1010000 | 1011111 | 1101 | 10010 |
Color Harmonies of #2D3428
Complementary color
Monochromatic Colors of #2D3428
Black with #2D3428
Text Example
Text Example
White with #2D3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3428; }
p { color: rgb(45,52,40); }
H1.HeaderClassName
{
color: #2D3428;
}
.AnyTagClassName
{
color: #2D3428;
}
</style>
background-color css
<style>
a { background-color: #2D3428; }
a { background-color: rgb(45,52,40); }
div.DivClassName
{
background-color: #2D3428;
}
.BgClassName
{
background-color: #2D3428;
}
</style>
border-color css
<style>
span { border-color: #2D3428; }
span { border-color: rgb(45,52,40); }
td.TdClassName
{
border-color: #2D3428;
}
.TagClassName
{
border-color: #2D3428;
}
</style>