Shades of Black Forest #2D3B24
Tints of Black Forest #2D3B24
RGB
CMYK
RGB Variations
Color information
#2D3B24 (or 0x2D3B24) is known color: Black Forest. HEX triplet: 2D, 3B and 24. RGB value is (45,59,36). Sum of RGB (Red+Green+Blue) = 45+59+36=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B24 is #D2C4DB. Grayscale: #343434. Windows color (decimal): -13812956 or 2374445. OLE color: 2374445.
HSL color Cylindrical-coordinate representation of color #2D3B24: hue angle of 96.52º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D3B24 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 36 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.77 |
| HSL | 96.52º | 0.24% | 0.19% | - |
| HSV(B) | 96.52º | 0.39% | 0.23% | - |
| XYZ | 2.96 | 3.81 | 2.25 | - |
| YUV | 52.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 36 | 0.24 | 0 | 0.39 | 0.77 | 96.52 | 0.24 | 0.19 |
| Hex | 2D | 3B | 24 | 18 | 0 | 27 | 4D | 61 | 18 | 13 |
| Octal | 55 | 73 | 44 | 30 | 0 | 47 | 115 | 141 | 30 | 23 |
| Binary | 101101 | 111011 | 100100 | 11000 | 0 | 100111 | 1001101 | 1100001 | 11000 | 10011 |
Color Harmonies of #2D3B24
Complementary color
Monochromatic Colors of #2D3B24
Black with #2D3B24
Text Example
Text Example
White with #2D3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B24; }
p { color: rgb(45,59,36); }
H1.HeaderClassName
{
color: #2D3B24;
}
.AnyTagClassName
{
color: #2D3B24;
}
</style>
background-color css
<style>
a { background-color: #2D3B24; }
a { background-color: rgb(45,59,36); }
div.DivClassName
{
background-color: #2D3B24;
}
.BgClassName
{
background-color: #2D3B24;
}
</style>
border-color css
<style>
span { border-color: #2D3B24; }
span { border-color: rgb(45,59,36); }
td.TdClassName
{
border-color: #2D3B24;
}
.TagClassName
{
border-color: #2D3B24;
}
</style>