Shades of Black Forest #2B4214
Tints of Black Forest #2B4214
RGB
CMYK
RGB Variations
Color information
#2B4214 (or 0x2B4214) is known color: Black Forest. HEX triplet: 2B, 42 and 14. RGB value is (43,66,20). Sum of RGB (Red+Green+Blue) = 43+66+20=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4214 is #D4BDEB. Grayscale: #363636. Windows color (decimal): -13942252 or 1327659. OLE color: 1327659.
HSL color Cylindrical-coordinate representation of color #2B4214: hue angle of 90º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4214 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 20 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.74 |
| HSL | 90º | 0.53% | 0.17% | - |
| HSV(B) | 90º | 0.7% | 0.26% | - |
| XYZ | 3.07 | 4.46 | 1.36 | - |
| YUV | 53.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 20 | 0.35 | 0 | 0.70 | 0.74 | 90 | 0.53 | 0.17 |
| Hex | 2B | 42 | 14 | 23 | 0 | 46 | 4A | 5A | 35 | 11 |
| Octal | 53 | 102 | 24 | 43 | 0 | 106 | 112 | 132 | 65 | 21 |
| Binary | 101011 | 1000010 | 10100 | 100011 | 0 | 1000110 | 1001010 | 1011010 | 110101 | 10001 |
Color Harmonies of #2B4214
Complementary color
Monochromatic Colors of #2B4214
Black with #2B4214
Text Example
Text Example
White with #2B4214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4214; }
p { color: rgb(43,66,20); }
H1.HeaderClassName
{
color: #2B4214;
}
.AnyTagClassName
{
color: #2B4214;
}
</style>
background-color css
<style>
a { background-color: #2B4214; }
a { background-color: rgb(43,66,20); }
div.DivClassName
{
background-color: #2B4214;
}
.BgClassName
{
background-color: #2B4214;
}
</style>
border-color css
<style>
span { border-color: #2B4214; }
span { border-color: rgb(43,66,20); }
td.TdClassName
{
border-color: #2B4214;
}
.TagClassName
{
border-color: #2B4214;
}
</style>