Shades of Black Forest #2A3D1E
Tints of Black Forest #2A3D1E
RGB
CMYK
RGB Variations
Color information
#2A3D1E (or 0x2A3D1E) is known color: Black Forest. HEX triplet: 2A, 3D and 1E. RGB value is (42,61,30). Sum of RGB (Red+Green+Blue) = 42+61+30=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3D1E is #D5C2E1. Grayscale: #333333. Windows color (decimal): -14009058 or 1981738. OLE color: 1981738.
HSL color Cylindrical-coordinate representation of color #2A3D1E: hue angle of 96.77º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A3D1E is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 61 | 30 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.76 |
| HSL | 96.77º | 0.34% | 0.18% | - |
| HSV(B) | 96.77º | 0.51% | 0.24% | - |
| XYZ | 2.86 | 3.92 | 1.83 | - |
| YUV | 51.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 30 | 0.31 | 0 | 0.51 | 0.76 | 96.77 | 0.34 | 0.18 |
| Hex | 2A | 3D | 1E | 1F | 0 | 33 | 4C | 61 | 22 | 12 |
| Octal | 52 | 75 | 36 | 37 | 0 | 63 | 114 | 141 | 42 | 22 |
| Binary | 101010 | 111101 | 11110 | 11111 | 0 | 110011 | 1001100 | 1100001 | 100010 | 10010 |
Color Harmonies of #2A3D1E
Complementary color
Monochromatic Colors of #2A3D1E
Black with #2A3D1E
Text Example
Text Example
White with #2A3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D1E; }
p { color: rgb(42,61,30); }
H1.HeaderClassName
{
color: #2A3D1E;
}
.AnyTagClassName
{
color: #2A3D1E;
}
</style>
background-color css
<style>
a { background-color: #2A3D1E; }
a { background-color: rgb(42,61,30); }
div.DivClassName
{
background-color: #2A3D1E;
}
.BgClassName
{
background-color: #2A3D1E;
}
</style>
border-color css
<style>
span { border-color: #2A3D1E; }
span { border-color: rgb(42,61,30); }
td.TdClassName
{
border-color: #2A3D1E;
}
.TagClassName
{
border-color: #2A3D1E;
}
</style>