Shades of Black Forest #2E3923
Tints of Black Forest #2E3923
RGB
CMYK
RGB Variations
Color information
#2E3923 (or 0x2E3923) is known color: Black Forest. HEX triplet: 2E, 39 and 23. RGB value is (46,57,35). Sum of RGB (Red+Green+Blue) = 46+57+35=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3923 is #D1C6DC. Grayscale: #333333. Windows color (decimal): -13747933 or 2308398. OLE color: 2308398.
HSL color Cylindrical-coordinate representation of color #2E3923: hue angle of 90º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E3923 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 35 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.78 |
| HSL | 90º | 0.24% | 0.18% | - |
| HSV(B) | 90º | 0.39% | 0.22% | - |
| XYZ | 2.89 | 3.63 | 2.14 | - |
| YUV | 51.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 35 | 0.19 | 0 | 0.39 | 0.78 | 90 | 0.24 | 0.18 |
| Hex | 2E | 39 | 23 | 13 | 0 | 27 | 4E | 5A | 18 | 12 |
| Octal | 56 | 71 | 43 | 23 | 0 | 47 | 116 | 132 | 30 | 22 |
| Binary | 101110 | 111001 | 100011 | 10011 | 0 | 100111 | 1001110 | 1011010 | 11000 | 10010 |
Color Harmonies of #2E3923
Complementary color
Monochromatic Colors of #2E3923
Black with #2E3923
Text Example
Text Example
White with #2E3923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3923; }
p { color: rgb(46,57,35); }
H1.HeaderClassName
{
color: #2E3923;
}
.AnyTagClassName
{
color: #2E3923;
}
</style>
background-color css
<style>
a { background-color: #2E3923; }
a { background-color: rgb(46,57,35); }
div.DivClassName
{
background-color: #2E3923;
}
.BgClassName
{
background-color: #2E3923;
}
</style>
border-color css
<style>
span { border-color: #2E3923; }
span { border-color: rgb(46,57,35); }
td.TdClassName
{
border-color: #2E3923;
}
.TagClassName
{
border-color: #2E3923;
}
</style>