Shades of Black Forest #2A3026
Tints of Black Forest #2A3026
RGB
CMYK
RGB Variations
Color information
#2A3026 (or 0x2A3026) is known color: Black Forest. HEX triplet: 2A, 30 and 26. RGB value is (42,48,38). Sum of RGB (Red+Green+Blue) = 42+48+38=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3026 is #D5CFD9. Grayscale: #2D2D2D. Windows color (decimal): -14012378 or 2502698. OLE color: 2502698.
HSL color Cylindrical-coordinate representation of color #2A3026: hue angle of 96º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A3026 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 48 | 38 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.81 |
| HSL | 96º | 0.12% | 0.17% | - |
| HSV(B) | 96º | 0.21% | 0.19% | - |
| XYZ | 2.36 | 2.75 | 2.24 | - |
| YUV | 45.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 38 | 0.13 | 0 | 0.21 | 0.81 | 96 | 0.12 | 0.17 |
| Hex | 2A | 30 | 26 | D | 0 | 15 | 51 | 60 | C | 11 |
| Octal | 52 | 60 | 46 | 15 | 0 | 25 | 121 | 140 | 14 | 21 |
| Binary | 101010 | 110000 | 100110 | 1101 | 0 | 10101 | 1010001 | 1100000 | 1100 | 10001 |
Color Harmonies of #2A3026
Complementary color
Monochromatic Colors of #2A3026
Black with #2A3026
Text Example
Text Example
White with #2A3026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3026; }
p { color: rgb(42,48,38); }
H1.HeaderClassName
{
color: #2A3026;
}
.AnyTagClassName
{
color: #2A3026;
}
</style>
background-color css
<style>
a { background-color: #2A3026; }
a { background-color: rgb(42,48,38); }
div.DivClassName
{
background-color: #2A3026;
}
.BgClassName
{
background-color: #2A3026;
}
</style>
border-color css
<style>
span { border-color: #2A3026; }
span { border-color: rgb(42,48,38); }
td.TdClassName
{
border-color: #2A3026;
}
.TagClassName
{
border-color: #2A3026;
}
</style>