Shades of Black Forest #2A4119
Tints of Black Forest #2A4119
RGB
CMYK
RGB Variations
Color information
#2A4119 (or 0x2A4119) is known color: Black Forest. HEX triplet: 2A, 41 and 19. RGB value is (42,65,25). Sum of RGB (Red+Green+Blue) = 42+65+25=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4119 is #D5BEE6. Grayscale: #353535. Windows color (decimal): -14008039 or 1655082. OLE color: 1655082.
HSL color Cylindrical-coordinate representation of color #2A4119: hue angle of 94.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A4119 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 25 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.75 |
| HSL | 94.5º | 0.44% | 0.18% | - |
| HSV(B) | 94.5º | 0.62% | 0.25% | - |
| XYZ | 3.02 | 4.34 | 1.6 | - |
| YUV | 53.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 25 | 0.35 | 0 | 0.62 | 0.75 | 94.5 | 0.44 | 0.18 |
| Hex | 2A | 41 | 19 | 23 | 0 | 3E | 4B | 5E | 2C | 12 |
| Octal | 52 | 101 | 31 | 43 | 0 | 76 | 113 | 136 | 54 | 22 |
| Binary | 101010 | 1000001 | 11001 | 100011 | 0 | 111110 | 1001011 | 1011110 | 101100 | 10010 |
Color Harmonies of #2A4119
Complementary color
Monochromatic Colors of #2A4119
Black with #2A4119
Text Example
Text Example
White with #2A4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4119; }
p { color: rgb(42,65,25); }
H1.HeaderClassName
{
color: #2A4119;
}
.AnyTagClassName
{
color: #2A4119;
}
</style>
background-color css
<style>
a { background-color: #2A4119; }
a { background-color: rgb(42,65,25); }
div.DivClassName
{
background-color: #2A4119;
}
.BgClassName
{
background-color: #2A4119;
}
</style>
border-color css
<style>
span { border-color: #2A4119; }
span { border-color: rgb(42,65,25); }
td.TdClassName
{
border-color: #2A4119;
}
.TagClassName
{
border-color: #2A4119;
}
</style>