Shades of Black Forest #2A3423
Tints of Black Forest #2A3423
RGB
CMYK
RGB Variations
Color information
#2A3423 (or 0x2A3423) is known color: Black Forest. HEX triplet: 2A, 34 and 23. RGB value is (42,52,35). Sum of RGB (Red+Green+Blue) = 42+52+35=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3423 is #D5CBDC. Grayscale: #2F2F2F. Windows color (decimal): -14011357 or 2307114. OLE color: 2307114.
HSL color Cylindrical-coordinate representation of color #2A3423: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A3423 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 35 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.80 |
| HSL | 95.29º | 0.2% | 0.17% | - |
| HSV(B) | 95.29º | 0.33% | 0.2% | - |
| XYZ | 2.49 | 3.07 | 2.05 | - |
| YUV | 47.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 35 | 0.19 | 0 | 0.33 | 0.80 | 95.29 | 0.2 | 0.17 |
| Hex | 2A | 34 | 23 | 13 | 0 | 21 | 50 | 5F | 14 | 11 |
| Octal | 52 | 64 | 43 | 23 | 0 | 41 | 120 | 137 | 24 | 21 |
| Binary | 101010 | 110100 | 100011 | 10011 | 0 | 100001 | 1010000 | 1011111 | 10100 | 10001 |
Color Harmonies of #2A3423
Complementary color
Monochromatic Colors of #2A3423
Black with #2A3423
Text Example
Text Example
White with #2A3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3423; }
p { color: rgb(42,52,35); }
H1.HeaderClassName
{
color: #2A3423;
}
.AnyTagClassName
{
color: #2A3423;
}
</style>
background-color css
<style>
a { background-color: #2A3423; }
a { background-color: rgb(42,52,35); }
div.DivClassName
{
background-color: #2A3423;
}
.BgClassName
{
background-color: #2A3423;
}
</style>
border-color css
<style>
span { border-color: #2A3423; }
span { border-color: rgb(42,52,35); }
td.TdClassName
{
border-color: #2A3423;
}
.TagClassName
{
border-color: #2A3423;
}
</style>