Shades of Black Forest #2C4022
Tints of Black Forest #2C4022
RGB
CMYK
RGB Variations
Color information
#2C4022 (or 0x2C4022) is known color: Black Forest. HEX triplet: 2C, 40 and 22. RGB value is (44,64,34). Sum of RGB (Red+Green+Blue) = 44+64+34=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4022 is #D3BFDD. Grayscale: #363636. Windows color (decimal): -13877214 or 2244652. OLE color: 2244652.
HSL color Cylindrical-coordinate representation of color #2C4022: hue angle of 100º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C4022 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 64 | 34 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.75 |
| HSL | 100º | 0.31% | 0.19% | - |
| HSV(B) | 100º | 0.47% | 0.25% | - |
| XYZ | 3.16 | 4.32 | 2.18 | - |
| YUV | 54.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 34 | 0.31 | 0 | 0.47 | 0.75 | 100 | 0.31 | 0.19 |
| Hex | 2C | 40 | 22 | 1F | 0 | 2F | 4B | 64 | 1F | 13 |
| Octal | 54 | 100 | 42 | 37 | 0 | 57 | 113 | 144 | 37 | 23 |
| Binary | 101100 | 1000000 | 100010 | 11111 | 0 | 101111 | 1001011 | 1100100 | 11111 | 10011 |
Color Harmonies of #2C4022
Complementary color
Monochromatic Colors of #2C4022
Black with #2C4022
Text Example
Text Example
White with #2C4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4022; }
p { color: rgb(44,64,34); }
H1.HeaderClassName
{
color: #2C4022;
}
.AnyTagClassName
{
color: #2C4022;
}
</style>
background-color css
<style>
a { background-color: #2C4022; }
a { background-color: rgb(44,64,34); }
div.DivClassName
{
background-color: #2C4022;
}
.BgClassName
{
background-color: #2C4022;
}
</style>
border-color css
<style>
span { border-color: #2C4022; }
span { border-color: rgb(44,64,34); }
td.TdClassName
{
border-color: #2C4022;
}
.TagClassName
{
border-color: #2C4022;
}
</style>