Shades of Black Forest #2F3C23
Tints of Black Forest #2F3C23
RGB
CMYK
RGB Variations
Color information
#2F3C23 (or 0x2F3C23) is known color: Black Forest. HEX triplet: 2F, 3C and 23. RGB value is (47,60,35). Sum of RGB (Red+Green+Blue) = 47+60+35=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3C23 is #D0C3DC. Grayscale: #353535. Windows color (decimal): -13681629 or 2309167. OLE color: 2309167.
HSL color Cylindrical-coordinate representation of color #2F3C23: hue angle of 91.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F3C23 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 35 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.76 |
| HSL | 91.2º | 0.26% | 0.19% | - |
| HSV(B) | 91.2º | 0.42% | 0.24% | - |
| XYZ | 3.09 | 3.96 | 2.19 | - |
| YUV | 53.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 35 | 0.22 | 0 | 0.42 | 0.76 | 91.2 | 0.26 | 0.19 |
| Hex | 2F | 3C | 23 | 16 | 0 | 2A | 4C | 5B | 1A | 13 |
| Octal | 57 | 74 | 43 | 26 | 0 | 52 | 114 | 133 | 32 | 23 |
| Binary | 101111 | 111100 | 100011 | 10110 | 0 | 101010 | 1001100 | 1011011 | 11010 | 10011 |
Color Harmonies of #2F3C23
Complementary color
Monochromatic Colors of #2F3C23
Black with #2F3C23
Text Example
Text Example
White with #2F3C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C23; }
p { color: rgb(47,60,35); }
H1.HeaderClassName
{
color: #2F3C23;
}
.AnyTagClassName
{
color: #2F3C23;
}
</style>
background-color css
<style>
a { background-color: #2F3C23; }
a { background-color: rgb(47,60,35); }
div.DivClassName
{
background-color: #2F3C23;
}
.BgClassName
{
background-color: #2F3C23;
}
</style>
border-color css
<style>
span { border-color: #2F3C23; }
span { border-color: rgb(47,60,35); }
td.TdClassName
{
border-color: #2F3C23;
}
.TagClassName
{
border-color: #2F3C23;
}
</style>