Shades of Black Forest #2F3D21
Tints of Black Forest #2F3D21
RGB
CMYK
RGB Variations
Color information
#2F3D21 (or 0x2F3D21) is known color: Black Forest. HEX triplet: 2F, 3D and 21. RGB value is (47,61,33). Sum of RGB (Red+Green+Blue) = 47+61+33=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #2F3D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D21 is #D0C2DE. Grayscale: #353535. Windows color (decimal): -13681375 or 2178351. OLE color: 2178351.
HSL color Cylindrical-coordinate representation of color #2F3D21: hue angle of 90º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F3D21 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 61 | 33 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.76 |
| HSL | 90º | 0.3% | 0.18% | - |
| HSV(B) | 90º | 0.46% | 0.24% | - |
| XYZ | 3.12 | 4.05 | 2.06 | - |
| YUV | 53.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 33 | 0.23 | 0 | 0.46 | 0.76 | 90 | 0.3 | 0.18 |
| Hex | 2F | 3D | 21 | 17 | 0 | 2E | 4C | 5A | 1E | 12 |
| Octal | 57 | 75 | 41 | 27 | 0 | 56 | 114 | 132 | 36 | 22 |
| Binary | 101111 | 111101 | 100001 | 10111 | 0 | 101110 | 1001100 | 1011010 | 11110 | 10010 |
Color Harmonies of #2F3D21
Complementary color
Monochromatic Colors of #2F3D21
Black with #2F3D21
Text Example
Text Example
White with #2F3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3D21; }
p { color: rgb(47,61,33); }
H1.HeaderClassName
{
color: #2F3D21;
}
.AnyTagClassName
{
color: #2F3D21;
}
</style>
background-color css
<style>
a { background-color: #2F3D21; }
a { background-color: rgb(47,61,33); }
div.DivClassName
{
background-color: #2F3D21;
}
.BgClassName
{
background-color: #2F3D21;
}
</style>
border-color css
<style>
span { border-color: #2F3D21; }
span { border-color: rgb(47,61,33); }
td.TdClassName
{
border-color: #2F3D21;
}
.TagClassName
{
border-color: #2F3D21;
}
</style>