Shades of Black Forest #2E3D26
Tints of Black Forest #2E3D26
RGB
CMYK
RGB Variations
Color information
#2E3D26 (or 0x2E3D26) is known color: Black Forest. HEX triplet: 2E, 3D and 26. RGB value is (46,61,38). Sum of RGB (Red+Green+Blue) = 46+61+38=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D26 is #D1C2D9. Grayscale: #353535. Windows color (decimal): -13746906 or 2506030. OLE color: 2506030.
HSL color Cylindrical-coordinate representation of color #2E3D26: hue angle of 99.13º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E3D26 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 38 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.76 |
| HSL | 99.13º | 0.23% | 0.19% | - |
| HSV(B) | 99.13º | 0.38% | 0.24% | - |
| XYZ | 3.15 | 4.06 | 2.45 | - |
| YUV | 53.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 38 | 0.25 | 0 | 0.38 | 0.76 | 99.13 | 0.23 | 0.19 |
| Hex | 2E | 3D | 26 | 19 | 0 | 26 | 4C | 63 | 17 | 13 |
| Octal | 56 | 75 | 46 | 31 | 0 | 46 | 114 | 143 | 27 | 23 |
| Binary | 101110 | 111101 | 100110 | 11001 | 0 | 100110 | 1001100 | 1100011 | 10111 | 10011 |
Color Harmonies of #2E3D26
Complementary color
Monochromatic Colors of #2E3D26
Black with #2E3D26
Text Example
Text Example
White with #2E3D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D26; }
p { color: rgb(46,61,38); }
H1.HeaderClassName
{
color: #2E3D26;
}
.AnyTagClassName
{
color: #2E3D26;
}
</style>
background-color css
<style>
a { background-color: #2E3D26; }
a { background-color: rgb(46,61,38); }
div.DivClassName
{
background-color: #2E3D26;
}
.BgClassName
{
background-color: #2E3D26;
}
</style>
border-color css
<style>
span { border-color: #2E3D26; }
span { border-color: rgb(46,61,38); }
td.TdClassName
{
border-color: #2E3D26;
}
.TagClassName
{
border-color: #2E3D26;
}
</style>