Shades of Black Forest #2A3D1D
Tints of Black Forest #2A3D1D
RGB
CMYK
RGB Variations
Color information
#2A3D1D (or 0x2A3D1D) is known color: Black Forest. HEX triplet: 2A, 3D and 1D. RGB value is (42,61,29). Sum of RGB (Red+Green+Blue) = 42+61+29=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3D1D is #D5C2E2. Grayscale: #333333. Windows color (decimal): -14009059 or 1916202. OLE color: 1916202.
HSL color Cylindrical-coordinate representation of color #2A3D1D: hue angle of 95.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A3D1D is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 61 | 29 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.76 |
| HSL | 95.63º | 0.36% | 0.18% | - |
| HSV(B) | 95.63º | 0.52% | 0.24% | - |
| XYZ | 2.85 | 3.92 | 1.77 | - |
| YUV | 51.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 29 | 0.31 | 0 | 0.52 | 0.76 | 95.63 | 0.36 | 0.18 |
| Hex | 2A | 3D | 1D | 1F | 0 | 34 | 4C | 60 | 24 | 12 |
| Octal | 52 | 75 | 35 | 37 | 0 | 64 | 114 | 140 | 44 | 22 |
| Binary | 101010 | 111101 | 11101 | 11111 | 0 | 110100 | 1001100 | 1100000 | 100100 | 10010 |
Color Harmonies of #2A3D1D
Complementary color
Monochromatic Colors of #2A3D1D
Black with #2A3D1D
Text Example
Text Example
White with #2A3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D1D; }
p { color: rgb(42,61,29); }
H1.HeaderClassName
{
color: #2A3D1D;
}
.AnyTagClassName
{
color: #2A3D1D;
}
</style>
background-color css
<style>
a { background-color: #2A3D1D; }
a { background-color: rgb(42,61,29); }
div.DivClassName
{
background-color: #2A3D1D;
}
.BgClassName
{
background-color: #2A3D1D;
}
</style>
border-color css
<style>
span { border-color: #2A3D1D; }
span { border-color: rgb(42,61,29); }
td.TdClassName
{
border-color: #2A3D1D;
}
.TagClassName
{
border-color: #2A3D1D;
}
</style>