Shades of Black Forest #2D3826
Tints of Black Forest #2D3826
RGB
CMYK
RGB Variations
Color information
#2D3826 (or 0x2D3826) is known color: Black Forest. HEX triplet: 2D, 38 and 26. RGB value is (45,56,38). Sum of RGB (Red+Green+Blue) = 45+56+38=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3826 is #D2C7D9. Grayscale: #323232. Windows color (decimal): -13813722 or 2504749. OLE color: 2504749.
HSL color Cylindrical-coordinate representation of color #2D3826: hue angle of 96.67º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2D3826 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 38 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.78 |
| HSL | 96.67º | 0.19% | 0.18% | - |
| HSV(B) | 96.67º | 0.32% | 0.22% | - |
| XYZ | 2.85 | 3.53 | 2.36 | - |
| YUV | 50.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 38 | 0.20 | 0 | 0.32 | 0.78 | 96.67 | 0.19 | 0.18 |
| Hex | 2D | 38 | 26 | 14 | 0 | 20 | 4E | 61 | 13 | 12 |
| Octal | 55 | 70 | 46 | 24 | 0 | 40 | 116 | 141 | 23 | 22 |
| Binary | 101101 | 111000 | 100110 | 10100 | 0 | 100000 | 1001110 | 1100001 | 10011 | 10010 |
Color Harmonies of #2D3826
Complementary color
Monochromatic Colors of #2D3826
Black with #2D3826
Text Example
Text Example
White with #2D3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3826; }
p { color: rgb(45,56,38); }
H1.HeaderClassName
{
color: #2D3826;
}
.AnyTagClassName
{
color: #2D3826;
}
</style>
background-color css
<style>
a { background-color: #2D3826; }
a { background-color: rgb(45,56,38); }
div.DivClassName
{
background-color: #2D3826;
}
.BgClassName
{
background-color: #2D3826;
}
</style>
border-color css
<style>
span { border-color: #2D3826; }
span { border-color: rgb(45,56,38); }
td.TdClassName
{
border-color: #2D3826;
}
.TagClassName
{
border-color: #2D3826;
}
</style>