Shades of Black Forest #2E3924
Tints of Black Forest #2E3924
RGB
CMYK
RGB Variations
Color information
#2E3924 (or 0x2E3924) is known color: Black Forest. HEX triplet: 2E, 39 and 24. RGB value is (46,57,36). Sum of RGB (Red+Green+Blue) = 46+57+36=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3924 is #D1C6DB. Grayscale: #333333. Windows color (decimal): -13747932 or 2373934. OLE color: 2373934.
HSL color Cylindrical-coordinate representation of color #2E3924: hue angle of 91.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E3924 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 36 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.78 |
| HSL | 91.43º | 0.23% | 0.18% | - |
| HSV(B) | 91.43º | 0.37% | 0.22% | - |
| XYZ | 2.91 | 3.63 | 2.22 | - |
| YUV | 51.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 36 | 0.19 | 0 | 0.37 | 0.78 | 91.43 | 0.23 | 0.18 |
| Hex | 2E | 39 | 24 | 13 | 0 | 25 | 4E | 5B | 17 | 12 |
| Octal | 56 | 71 | 44 | 23 | 0 | 45 | 116 | 133 | 27 | 22 |
| Binary | 101110 | 111001 | 100100 | 10011 | 0 | 100101 | 1001110 | 1011011 | 10111 | 10010 |
Color Harmonies of #2E3924
Complementary color
Monochromatic Colors of #2E3924
Black with #2E3924
Text Example
Text Example
White with #2E3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3924; }
p { color: rgb(46,57,36); }
H1.HeaderClassName
{
color: #2E3924;
}
.AnyTagClassName
{
color: #2E3924;
}
</style>
background-color css
<style>
a { background-color: #2E3924; }
a { background-color: rgb(46,57,36); }
div.DivClassName
{
background-color: #2E3924;
}
.BgClassName
{
background-color: #2E3924;
}
</style>
border-color css
<style>
span { border-color: #2E3924; }
span { border-color: rgb(46,57,36); }
td.TdClassName
{
border-color: #2E3924;
}
.TagClassName
{
border-color: #2E3924;
}
</style>