Shades of Black Forest #2D3724
Tints of Black Forest #2D3724
RGB
CMYK
RGB Variations
Color information
#2D3724 (or 0x2D3724) is known color: Black Forest. HEX triplet: 2D, 37 and 24. RGB value is (45,55,36). Sum of RGB (Red+Green+Blue) = 45+55+36=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3724 is #D2C8DB. Grayscale: #313131. Windows color (decimal): -13813980 or 2373421. OLE color: 2373421.
HSL color Cylindrical-coordinate representation of color #2D3724: hue angle of 91.58º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D3724 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 36 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.78 |
| HSL | 91.58º | 0.21% | 0.18% | - |
| HSV(B) | 91.58º | 0.35% | 0.22% | - |
| XYZ | 2.77 | 3.42 | 2.18 | - |
| YUV | 49.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 36 | 0.18 | 0 | 0.35 | 0.78 | 91.58 | 0.21 | 0.18 |
| Hex | 2D | 37 | 24 | 12 | 0 | 23 | 4E | 5C | 15 | 12 |
| Octal | 55 | 67 | 44 | 22 | 0 | 43 | 116 | 134 | 25 | 22 |
| Binary | 101101 | 110111 | 100100 | 10010 | 0 | 100011 | 1001110 | 1011100 | 10101 | 10010 |
Color Harmonies of #2D3724
Complementary color
Monochromatic Colors of #2D3724
Black with #2D3724
Text Example
Text Example
White with #2D3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3724; }
p { color: rgb(45,55,36); }
H1.HeaderClassName
{
color: #2D3724;
}
.AnyTagClassName
{
color: #2D3724;
}
</style>
background-color css
<style>
a { background-color: #2D3724; }
a { background-color: rgb(45,55,36); }
div.DivClassName
{
background-color: #2D3724;
}
.BgClassName
{
background-color: #2D3724;
}
</style>
border-color css
<style>
span { border-color: #2D3724; }
span { border-color: rgb(45,55,36); }
td.TdClassName
{
border-color: #2D3724;
}
.TagClassName
{
border-color: #2D3724;
}
</style>