Shades of Black Forest #2A4316
Tints of Black Forest #2A4316
RGB
CMYK
RGB Variations
Color information
#2A4316 (or 0x2A4316) is known color: Black Forest. HEX triplet: 2A, 43 and 16. RGB value is (42,67,22). Sum of RGB (Red+Green+Blue) = 42+67+22=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4316 is #D5BCE9. Grayscale: #363636. Windows color (decimal): -14007530 or 1458986. OLE color: 1458986.
HSL color Cylindrical-coordinate representation of color #2A4316: hue angle of 93.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A4316 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 22 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.74 |
| HSL | 93.33º | 0.51% | 0.17% | - |
| HSV(B) | 93.33º | 0.67% | 0.26% | - |
| XYZ | 3.11 | 4.56 | 1.48 | - |
| YUV | 54.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 22 | 0.37 | 0 | 0.67 | 0.74 | 93.33 | 0.51 | 0.17 |
| Hex | 2A | 43 | 16 | 25 | 0 | 43 | 4A | 5D | 33 | 11 |
| Octal | 52 | 103 | 26 | 45 | 0 | 103 | 112 | 135 | 63 | 21 |
| Binary | 101010 | 1000011 | 10110 | 100101 | 0 | 1000011 | 1001010 | 1011101 | 110011 | 10001 |
Color Harmonies of #2A4316
Complementary color
Monochromatic Colors of #2A4316
Black with #2A4316
Text Example
Text Example
White with #2A4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4316; }
p { color: rgb(42,67,22); }
H1.HeaderClassName
{
color: #2A4316;
}
.AnyTagClassName
{
color: #2A4316;
}
</style>
background-color css
<style>
a { background-color: #2A4316; }
a { background-color: rgb(42,67,22); }
div.DivClassName
{
background-color: #2A4316;
}
.BgClassName
{
background-color: #2A4316;
}
</style>
border-color css
<style>
span { border-color: #2A4316; }
span { border-color: rgb(42,67,22); }
td.TdClassName
{
border-color: #2A4316;
}
.TagClassName
{
border-color: #2A4316;
}
</style>