Shades of Black Forest #2C3D20
Tints of Black Forest #2C3D20
RGB
CMYK
RGB Variations
Color information
#2C3D20 (or 0x2C3D20) is known color: Black Forest. HEX triplet: 2C, 3D and 20. RGB value is (44,61,32). Sum of RGB (Red+Green+Blue) = 44+61+32=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D20 is #D3C2DF. Grayscale: #343434. Windows color (decimal): -13877984 or 2112812. OLE color: 2112812.
HSL color Cylindrical-coordinate representation of color #2C3D20: hue angle of 95.17º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C3D20 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 32 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.76 |
| HSL | 95.17º | 0.31% | 0.18% | - |
| HSV(B) | 95.17º | 0.48% | 0.24% | - |
| XYZ | 2.97 | 3.98 | 1.98 | - |
| YUV | 52.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 32 | 0.28 | 0 | 0.48 | 0.76 | 95.17 | 0.31 | 0.18 |
| Hex | 2C | 3D | 20 | 1C | 0 | 30 | 4C | 5F | 1F | 12 |
| Octal | 54 | 75 | 40 | 34 | 0 | 60 | 114 | 137 | 37 | 22 |
| Binary | 101100 | 111101 | 100000 | 11100 | 0 | 110000 | 1001100 | 1011111 | 11111 | 10010 |
Color Harmonies of #2C3D20
Complementary color
Monochromatic Colors of #2C3D20
Black with #2C3D20
Text Example
Text Example
White with #2C3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D20; }
p { color: rgb(44,61,32); }
H1.HeaderClassName
{
color: #2C3D20;
}
.AnyTagClassName
{
color: #2C3D20;
}
</style>
background-color css
<style>
a { background-color: #2C3D20; }
a { background-color: rgb(44,61,32); }
div.DivClassName
{
background-color: #2C3D20;
}
.BgClassName
{
background-color: #2C3D20;
}
</style>
border-color css
<style>
span { border-color: #2C3D20; }
span { border-color: rgb(44,61,32); }
td.TdClassName
{
border-color: #2C3D20;
}
.TagClassName
{
border-color: #2C3D20;
}
</style>