Shades of Black Forest #2D3528
Tints of Black Forest #2D3528
RGB
CMYK
RGB Variations
Color information
#2D3528 (or 0x2D3528) is known color: Black Forest. HEX triplet: 2D, 35 and 28. RGB value is (45,53,40). Sum of RGB (Red+Green+Blue) = 45+53+40=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3528 is #D2CAD7. Grayscale: #313131. Windows color (decimal): -13814488 or 2635053. OLE color: 2635053.
HSL color Cylindrical-coordinate representation of color #2D3528: hue angle of 96.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D3528 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 40 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.79 |
| HSL | 96.92º | 0.14% | 0.18% | - |
| HSV(B) | 96.92º | 0.25% | 0.21% | - |
| XYZ | 2.74 | 3.26 | 2.49 | - |
| YUV | 49.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 40 | 0.15 | 0 | 0.25 | 0.79 | 96.92 | 0.14 | 0.18 |
| Hex | 2D | 35 | 28 | F | 0 | 19 | 4F | 61 | E | 12 |
| Octal | 55 | 65 | 50 | 17 | 0 | 31 | 117 | 141 | 16 | 22 |
| Binary | 101101 | 110101 | 101000 | 1111 | 0 | 11001 | 1001111 | 1100001 | 1110 | 10010 |
Color Harmonies of #2D3528
Complementary color
Monochromatic Colors of #2D3528
Black with #2D3528
Text Example
Text Example
White with #2D3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3528; }
p { color: rgb(45,53,40); }
H1.HeaderClassName
{
color: #2D3528;
}
.AnyTagClassName
{
color: #2D3528;
}
</style>
background-color css
<style>
a { background-color: #2D3528; }
a { background-color: rgb(45,53,40); }
div.DivClassName
{
background-color: #2D3528;
}
.BgClassName
{
background-color: #2D3528;
}
</style>
border-color css
<style>
span { border-color: #2D3528; }
span { border-color: rgb(45,53,40); }
td.TdClassName
{
border-color: #2D3528;
}
.TagClassName
{
border-color: #2D3528;
}
</style>