Shades of Black Forest #2E4020
Tints of Black Forest #2E4020
RGB
CMYK
RGB Variations
Color information
#2E4020 (or 0x2E4020) is known color: Black Forest. HEX triplet: 2E, 40 and 20. RGB value is (46,64,32). Sum of RGB (Red+Green+Blue) = 46+64+32=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4020 is #D1BFDF. Grayscale: #373737. Windows color (decimal): -13746144 or 2113582. OLE color: 2113582.
HSL color Cylindrical-coordinate representation of color #2E4020: hue angle of 93.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E4020 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 32 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.75 |
| HSL | 93.75º | 0.33% | 0.19% | - |
| HSV(B) | 93.75º | 0.5% | 0.25% | - |
| XYZ | 3.22 | 4.35 | 2.04 | - |
| YUV | 54.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 32 | 0.28 | 0 | 0.50 | 0.75 | 93.75 | 0.33 | 0.19 |
| Hex | 2E | 40 | 20 | 1C | 0 | 32 | 4B | 5E | 21 | 13 |
| Octal | 56 | 100 | 40 | 34 | 0 | 62 | 113 | 136 | 41 | 23 |
| Binary | 101110 | 1000000 | 100000 | 11100 | 0 | 110010 | 1001011 | 1011110 | 100001 | 10011 |
Color Harmonies of #2E4020
Complementary color
Monochromatic Colors of #2E4020
Black with #2E4020
Text Example
Text Example
White with #2E4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4020; }
p { color: rgb(46,64,32); }
H1.HeaderClassName
{
color: #2E4020;
}
.AnyTagClassName
{
color: #2E4020;
}
</style>
background-color css
<style>
a { background-color: #2E4020; }
a { background-color: rgb(46,64,32); }
div.DivClassName
{
background-color: #2E4020;
}
.BgClassName
{
background-color: #2E4020;
}
</style>
border-color css
<style>
span { border-color: #2E4020; }
span { border-color: rgb(46,64,32); }
td.TdClassName
{
border-color: #2E4020;
}
.TagClassName
{
border-color: #2E4020;
}
</style>