Shades of Black Forest #2D3C1F
Tints of Black Forest #2D3C1F
RGB
CMYK
RGB Variations
Color information
#2D3C1F (or 0x2D3C1F) is known color: Black Forest. HEX triplet: 2D, 3C and 1F. RGB value is (45,60,31). Sum of RGB (Red+Green+Blue) = 45+60+31=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3C1F is #D2C3E0. Grayscale: #343434. Windows color (decimal): -13812705 or 2047021. OLE color: 2047021.
HSL color Cylindrical-coordinate representation of color #2D3C1F: hue angle of 91.03º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D3C1F is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 31 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.76 |
| HSL | 91.03º | 0.32% | 0.18% | - |
| HSV(B) | 91.03º | 0.48% | 0.24% | - |
| XYZ | 2.95 | 3.89 | 1.89 | - |
| YUV | 52.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 31 | 0.25 | 0 | 0.48 | 0.76 | 91.03 | 0.32 | 0.18 |
| Hex | 2D | 3C | 1F | 19 | 0 | 30 | 4C | 5B | 20 | 12 |
| Octal | 55 | 74 | 37 | 31 | 0 | 60 | 114 | 133 | 40 | 22 |
| Binary | 101101 | 111100 | 11111 | 11001 | 0 | 110000 | 1001100 | 1011011 | 100000 | 10010 |
Color Harmonies of #2D3C1F
Complementary color
Monochromatic Colors of #2D3C1F
Black with #2D3C1F
Text Example
Text Example
White with #2D3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C1F; }
p { color: rgb(45,60,31); }
H1.HeaderClassName
{
color: #2D3C1F;
}
.AnyTagClassName
{
color: #2D3C1F;
}
</style>
background-color css
<style>
a { background-color: #2D3C1F; }
a { background-color: rgb(45,60,31); }
div.DivClassName
{
background-color: #2D3C1F;
}
.BgClassName
{
background-color: #2D3C1F;
}
</style>
border-color css
<style>
span { border-color: #2D3C1F; }
span { border-color: rgb(45,60,31); }
td.TdClassName
{
border-color: #2D3C1F;
}
.TagClassName
{
border-color: #2D3C1F;
}
</style>