Shades of Black Forest #2E3428
Tints of Black Forest #2E3428
RGB
CMYK
RGB Variations
Color information
#2E3428 (or 0x2E3428) is known color: Black Forest. HEX triplet: 2E, 34 and 28. RGB value is (46,52,40). Sum of RGB (Red+Green+Blue) = 46+52+40=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3428 is #D1CBD7. Grayscale: #303030. Windows color (decimal): -13749208 or 2634798. OLE color: 2634798.
HSL color Cylindrical-coordinate representation of color #2E3428: hue angle of 90º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E3428 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 40 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.80 |
| HSL | 90º | 0.13% | 0.18% | - |
| HSV(B) | 90º | 0.23% | 0.2% | - |
| XYZ | 2.74 | 3.19 | 2.48 | - |
| YUV | 48.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 40 | 0.12 | 0 | 0.23 | 0.80 | 90 | 0.13 | 0.18 |
| Hex | 2E | 34 | 28 | C | 0 | 17 | 50 | 5A | D | 12 |
| Octal | 56 | 64 | 50 | 14 | 0 | 27 | 120 | 132 | 15 | 22 |
| Binary | 101110 | 110100 | 101000 | 1100 | 0 | 10111 | 1010000 | 1011010 | 1101 | 10010 |
Color Harmonies of #2E3428
Complementary color
Monochromatic Colors of #2E3428
Black with #2E3428
Text Example
Text Example
White with #2E3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3428; }
p { color: rgb(46,52,40); }
H1.HeaderClassName
{
color: #2E3428;
}
.AnyTagClassName
{
color: #2E3428;
}
</style>
background-color css
<style>
a { background-color: #2E3428; }
a { background-color: rgb(46,52,40); }
div.DivClassName
{
background-color: #2E3428;
}
.BgClassName
{
background-color: #2E3428;
}
</style>
border-color css
<style>
span { border-color: #2E3428; }
span { border-color: rgb(46,52,40); }
td.TdClassName
{
border-color: #2E3428;
}
.TagClassName
{
border-color: #2E3428;
}
</style>