Shades of Black Forest #2E3825
Tints of Black Forest #2E3825
RGB
CMYK
RGB Variations
Color information
#2E3825 (or 0x2E3825) is known color: Black Forest. HEX triplet: 2E, 38 and 25. RGB value is (46,56,37). Sum of RGB (Red+Green+Blue) = 46+56+37=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #2E3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3825 is #D1C7DA. Grayscale: #323232. Windows color (decimal): -13748187 or 2439214. OLE color: 2439214.
HSL color Cylindrical-coordinate representation of color #2E3825: hue angle of 91.58º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E3825 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 56 | 37 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.78 |
| HSL | 91.58º | 0.2% | 0.18% | - |
| HSV(B) | 91.58º | 0.34% | 0.22% | - |
| XYZ | 2.87 | 3.54 | 2.28 | - |
| YUV | 50.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 37 | 0.18 | 0 | 0.34 | 0.78 | 91.58 | 0.2 | 0.18 |
| Hex | 2E | 38 | 25 | 12 | 0 | 22 | 4E | 5C | 14 | 12 |
| Octal | 56 | 70 | 45 | 22 | 0 | 42 | 116 | 134 | 24 | 22 |
| Binary | 101110 | 111000 | 100101 | 10010 | 0 | 100010 | 1001110 | 1011100 | 10100 | 10010 |
Color Harmonies of #2E3825
Complementary color
Monochromatic Colors of #2E3825
Black with #2E3825
Text Example
Text Example
White with #2E3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3825; }
p { color: rgb(46,56,37); }
H1.HeaderClassName
{
color: #2E3825;
}
.AnyTagClassName
{
color: #2E3825;
}
</style>
background-color css
<style>
a { background-color: #2E3825; }
a { background-color: rgb(46,56,37); }
div.DivClassName
{
background-color: #2E3825;
}
.BgClassName
{
background-color: #2E3825;
}
</style>
border-color css
<style>
span { border-color: #2E3825; }
span { border-color: rgb(46,56,37); }
td.TdClassName
{
border-color: #2E3825;
}
.TagClassName
{
border-color: #2E3825;
}
</style>