Shades of Black Forest #2D3C24
Tints of Black Forest #2D3C24
RGB
CMYK
RGB Variations
Color information
#2D3C24 (or 0x2D3C24) is known color: Black Forest. HEX triplet: 2D, 3C and 24. RGB value is (45,60,36). Sum of RGB (Red+Green+Blue) = 45+60+36=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3C24 is #D2C3DB. Grayscale: #343434. Windows color (decimal): -13812700 or 2374701. OLE color: 2374701.
HSL color Cylindrical-coordinate representation of color #2D3C24: hue angle of 97.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D3C24 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 36 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.76 |
| HSL | 97.5º | 0.25% | 0.19% | - |
| HSV(B) | 97.5º | 0.4% | 0.24% | - |
| XYZ | 3.02 | 3.92 | 2.27 | - |
| YUV | 52.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 36 | 0.25 | 0 | 0.40 | 0.76 | 97.5 | 0.25 | 0.19 |
| Hex | 2D | 3C | 24 | 19 | 0 | 28 | 4C | 62 | 19 | 13 |
| Octal | 55 | 74 | 44 | 31 | 0 | 50 | 114 | 142 | 31 | 23 |
| Binary | 101101 | 111100 | 100100 | 11001 | 0 | 101000 | 1001100 | 1100010 | 11001 | 10011 |
Color Harmonies of #2D3C24
Complementary color
Monochromatic Colors of #2D3C24
Black with #2D3C24
Text Example
Text Example
White with #2D3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C24; }
p { color: rgb(45,60,36); }
H1.HeaderClassName
{
color: #2D3C24;
}
.AnyTagClassName
{
color: #2D3C24;
}
</style>
background-color css
<style>
a { background-color: #2D3C24; }
a { background-color: rgb(45,60,36); }
div.DivClassName
{
background-color: #2D3C24;
}
.BgClassName
{
background-color: #2D3C24;
}
</style>
border-color css
<style>
span { border-color: #2D3C24; }
span { border-color: rgb(45,60,36); }
td.TdClassName
{
border-color: #2D3C24;
}
.TagClassName
{
border-color: #2D3C24;
}
</style>