Shades of Black Forest #2C4319
Tints of Black Forest #2C4319
RGB
CMYK
RGB Variations
Color information
#2C4319 (or 0x2C4319) is known color: Black Forest. HEX triplet: 2C, 43 and 19. RGB value is (44,67,25). Sum of RGB (Red+Green+Blue) = 44+67+25=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4319 is #D3BCE6. Grayscale: #373737. Windows color (decimal): -13876455 or 1655596. OLE color: 1655596.
HSL color Cylindrical-coordinate representation of color #2C4319: hue angle of 92.86º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C4319 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 67 | 25 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.74 |
| HSL | 92.86º | 0.46% | 0.18% | - |
| HSV(B) | 92.86º | 0.63% | 0.26% | - |
| XYZ | 3.22 | 4.62 | 1.64 | - |
| YUV | 55.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 25 | 0.34 | 0 | 0.63 | 0.74 | 92.86 | 0.46 | 0.18 |
| Hex | 2C | 43 | 19 | 22 | 0 | 3F | 4A | 5D | 2E | 12 |
| Octal | 54 | 103 | 31 | 42 | 0 | 77 | 112 | 135 | 56 | 22 |
| Binary | 101100 | 1000011 | 11001 | 100010 | 0 | 111111 | 1001010 | 1011101 | 101110 | 10010 |
Color Harmonies of #2C4319
Complementary color
Monochromatic Colors of #2C4319
Black with #2C4319
Text Example
Text Example
White with #2C4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4319; }
p { color: rgb(44,67,25); }
H1.HeaderClassName
{
color: #2C4319;
}
.AnyTagClassName
{
color: #2C4319;
}
</style>
background-color css
<style>
a { background-color: #2C4319; }
a { background-color: rgb(44,67,25); }
div.DivClassName
{
background-color: #2C4319;
}
.BgClassName
{
background-color: #2C4319;
}
</style>
border-color css
<style>
span { border-color: #2C4319; }
span { border-color: rgb(44,67,25); }
td.TdClassName
{
border-color: #2C4319;
}
.TagClassName
{
border-color: #2C4319;
}
</style>