Shades of Black Forest #2E3E25
Tints of Black Forest #2E3E25
RGB
CMYK
RGB Variations
Color information
#2E3E25 (or 0x2E3E25) is known color: Black Forest. HEX triplet: 2E, 3E and 25. RGB value is (46,62,37). Sum of RGB (Red+Green+Blue) = 46+62+37=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E25 is #D1C1DA. Grayscale: #363636. Windows color (decimal): -13746651 or 2440750. OLE color: 2440750.
HSL color Cylindrical-coordinate representation of color #2E3E25: hue angle of 98.4º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E3E25 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 37 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.76 |
| HSL | 98.4º | 0.25% | 0.19% | - |
| HSV(B) | 98.4º | 0.4% | 0.24% | - |
| XYZ | 3.18 | 4.16 | 2.39 | - |
| YUV | 54.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 37 | 0.26 | 0 | 0.40 | 0.76 | 98.4 | 0.25 | 0.19 |
| Hex | 2E | 3E | 25 | 1A | 0 | 28 | 4C | 62 | 19 | 13 |
| Octal | 56 | 76 | 45 | 32 | 0 | 50 | 114 | 142 | 31 | 23 |
| Binary | 101110 | 111110 | 100101 | 11010 | 0 | 101000 | 1001100 | 1100010 | 11001 | 10011 |
Color Harmonies of #2E3E25
Complementary color
Monochromatic Colors of #2E3E25
Black with #2E3E25
Text Example
Text Example
White with #2E3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E25; }
p { color: rgb(46,62,37); }
H1.HeaderClassName
{
color: #2E3E25;
}
.AnyTagClassName
{
color: #2E3E25;
}
</style>
background-color css
<style>
a { background-color: #2E3E25; }
a { background-color: rgb(46,62,37); }
div.DivClassName
{
background-color: #2E3E25;
}
.BgClassName
{
background-color: #2E3E25;
}
</style>
border-color css
<style>
span { border-color: #2E3E25; }
span { border-color: rgb(46,62,37); }
td.TdClassName
{
border-color: #2E3E25;
}
.TagClassName
{
border-color: #2E3E25;
}
</style>