Shades of Black Forest #2F3629
Tints of Black Forest #2F3629
RGB
CMYK
RGB Variations
Color information
#2F3629 (or 0x2F3629) is known color: Black Forest. HEX triplet: 2F, 36 and 29. RGB value is (47,54,41). Sum of RGB (Red+Green+Blue) = 47+54+41=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 54 - color contains mainly: green. Hex color #2F3629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3629 is #D0C9D6. Grayscale: #323232. Windows color (decimal): -13683159 or 2700847. OLE color: 2700847.
HSL color Cylindrical-coordinate representation of color #2F3629: hue angle of 92.31º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3629 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 54 | 41 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.79 |
| HSL | 92.31º | 0.14% | 0.19% | - |
| HSV(B) | 92.31º | 0.24% | 0.21% | - |
| XYZ | 2.89 | 3.4 | 2.6 | - |
| YUV | 50.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 41 | 0.13 | 0 | 0.24 | 0.79 | 92.31 | 0.14 | 0.19 |
| Hex | 2F | 36 | 29 | D | 0 | 18 | 4F | 5C | E | 13 |
| Octal | 57 | 66 | 51 | 15 | 0 | 30 | 117 | 134 | 16 | 23 |
| Binary | 101111 | 110110 | 101001 | 1101 | 0 | 11000 | 1001111 | 1011100 | 1110 | 10011 |
Color Harmonies of #2F3629
Complementary color
Monochromatic Colors of #2F3629
Black with #2F3629
Text Example
Text Example
White with #2F3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3629; }
p { color: rgb(47,54,41); }
H1.HeaderClassName
{
color: #2F3629;
}
.AnyTagClassName
{
color: #2F3629;
}
</style>
background-color css
<style>
a { background-color: #2F3629; }
a { background-color: rgb(47,54,41); }
div.DivClassName
{
background-color: #2F3629;
}
.BgClassName
{
background-color: #2F3629;
}
</style>
border-color css
<style>
span { border-color: #2F3629; }
span { border-color: rgb(47,54,41); }
td.TdClassName
{
border-color: #2F3629;
}
.TagClassName
{
border-color: #2F3629;
}
</style>