Shades of Black Forest #2D3E21
Tints of Black Forest #2D3E21
RGB
CMYK
RGB Variations
Color information
#2D3E21 (or 0x2D3E21) is known color: Black Forest. HEX triplet: 2D, 3E and 21. RGB value is (45,62,33). Sum of RGB (Red+Green+Blue) = 45+62+33=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3E21 is #D2C1DE. Grayscale: #353535. Windows color (decimal): -13812191 or 2178605. OLE color: 2178605.
HSL color Cylindrical-coordinate representation of color #2D3E21: hue angle of 95.17º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D3E21 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 33 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.76 |
| HSL | 95.17º | 0.31% | 0.19% | - |
| HSV(B) | 95.17º | 0.47% | 0.24% | - |
| XYZ | 3.08 | 4.11 | 2.07 | - |
| YUV | 53.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 33 | 0.27 | 0 | 0.47 | 0.76 | 95.17 | 0.31 | 0.19 |
| Hex | 2D | 3E | 21 | 1B | 0 | 2F | 4C | 5F | 1F | 13 |
| Octal | 55 | 76 | 41 | 33 | 0 | 57 | 114 | 137 | 37 | 23 |
| Binary | 101101 | 111110 | 100001 | 11011 | 0 | 101111 | 1001100 | 1011111 | 11111 | 10011 |
Color Harmonies of #2D3E21
Complementary color
Monochromatic Colors of #2D3E21
Black with #2D3E21
Text Example
Text Example
White with #2D3E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E21; }
p { color: rgb(45,62,33); }
H1.HeaderClassName
{
color: #2D3E21;
}
.AnyTagClassName
{
color: #2D3E21;
}
</style>
background-color css
<style>
a { background-color: #2D3E21; }
a { background-color: rgb(45,62,33); }
div.DivClassName
{
background-color: #2D3E21;
}
.BgClassName
{
background-color: #2D3E21;
}
</style>
border-color css
<style>
span { border-color: #2D3E21; }
span { border-color: rgb(45,62,33); }
td.TdClassName
{
border-color: #2D3E21;
}
.TagClassName
{
border-color: #2D3E21;
}
</style>