Shades of Black Forest #2D4121
Tints of Black Forest #2D4121
RGB
CMYK
RGB Variations
Color information
#2D4121 (or 0x2D4121) is known color: Black Forest. HEX triplet: 2D, 41 and 21. RGB value is (45,65,33). Sum of RGB (Red+Green+Blue) = 45+65+33=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4121 is #D2BEDE. Grayscale: #373737. Windows color (decimal): -13811423 or 2179373. OLE color: 2179373.
HSL color Cylindrical-coordinate representation of color #2D4121: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4121 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 33 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.75 |
| HSL | 97.5º | 0.33% | 0.19% | - |
| HSV(B) | 97.5º | 0.49% | 0.25% | - |
| XYZ | 3.25 | 4.45 | 2.13 | - |
| YUV | 55.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 33 | 0.31 | 0 | 0.49 | 0.75 | 97.5 | 0.33 | 0.19 |
| Hex | 2D | 41 | 21 | 1F | 0 | 31 | 4B | 62 | 21 | 13 |
| Octal | 55 | 101 | 41 | 37 | 0 | 61 | 113 | 142 | 41 | 23 |
| Binary | 101101 | 1000001 | 100001 | 11111 | 0 | 110001 | 1001011 | 1100010 | 100001 | 10011 |
Color Harmonies of #2D4121
Complementary color
Monochromatic Colors of #2D4121
Black with #2D4121
Text Example
Text Example
White with #2D4121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4121; }
p { color: rgb(45,65,33); }
H1.HeaderClassName
{
color: #2D4121;
}
.AnyTagClassName
{
color: #2D4121;
}
</style>
background-color css
<style>
a { background-color: #2D4121; }
a { background-color: rgb(45,65,33); }
div.DivClassName
{
background-color: #2D4121;
}
.BgClassName
{
background-color: #2D4121;
}
</style>
border-color css
<style>
span { border-color: #2D4121; }
span { border-color: rgb(45,65,33); }
td.TdClassName
{
border-color: #2D4121;
}
.TagClassName
{
border-color: #2D4121;
}
</style>