Shades of Black Forest #2A4613
Tints of Black Forest #2A4613
RGB
CMYK
RGB Variations
Color information
#2A4613 (or 0x2A4613) is known color: Black Forest. HEX triplet: 2A, 46 and 13. RGB value is (42,70,19). Sum of RGB (Red+Green+Blue) = 42+70+19=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4613 is #D5B9EC. Grayscale: #373737. Windows color (decimal): -14006765 or 1263146. OLE color: 1263146.
HSL color Cylindrical-coordinate representation of color #2A4613: hue angle of 92.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4613 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 19 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.73 |
| HSL | 92.94º | 0.57% | 0.17% | - |
| HSV(B) | 92.94º | 0.73% | 0.27% | - |
| XYZ | 3.26 | 4.92 | 1.39 | - |
| YUV | 55.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 19 | 0.40 | 0 | 0.73 | 0.73 | 92.94 | 0.57 | 0.17 |
| Hex | 2A | 46 | 13 | 28 | 0 | 49 | 49 | 5D | 39 | 11 |
| Octal | 52 | 106 | 23 | 50 | 0 | 111 | 111 | 135 | 71 | 21 |
| Binary | 101010 | 1000110 | 10011 | 101000 | 0 | 1001001 | 1001001 | 1011101 | 111001 | 10001 |
Color Harmonies of #2A4613
Complementary color
Monochromatic Colors of #2A4613
Black with #2A4613
Text Example
Text Example
White with #2A4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4613; }
p { color: rgb(42,70,19); }
H1.HeaderClassName
{
color: #2A4613;
}
.AnyTagClassName
{
color: #2A4613;
}
</style>
background-color css
<style>
a { background-color: #2A4613; }
a { background-color: rgb(42,70,19); }
div.DivClassName
{
background-color: #2A4613;
}
.BgClassName
{
background-color: #2A4613;
}
</style>
border-color css
<style>
span { border-color: #2A4613; }
span { border-color: rgb(42,70,19); }
td.TdClassName
{
border-color: #2A4613;
}
.TagClassName
{
border-color: #2A4613;
}
</style>