Shades of Black Forest #2F3F23
Tints of Black Forest #2F3F23
RGB
CMYK
RGB Variations
Color information
#2F3F23 (or 0x2F3F23) is known color: Black Forest. HEX triplet: 2F, 3F and 23. RGB value is (47,63,35). Sum of RGB (Red+Green+Blue) = 47+63+35=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3F23 is #D0C0DC. Grayscale: #373737. Windows color (decimal): -13680861 or 2309935. OLE color: 2309935.
HSL color Cylindrical-coordinate representation of color #2F3F23: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F3F23 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 63 | 35 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.75 |
| HSL | 94.29º | 0.29% | 0.19% | - |
| HSV(B) | 94.29º | 0.44% | 0.25% | - |
| XYZ | 3.25 | 4.28 | 2.24 | - |
| YUV | 55.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 35 | 0.25 | 0 | 0.44 | 0.75 | 94.29 | 0.29 | 0.19 |
| Hex | 2F | 3F | 23 | 19 | 0 | 2C | 4B | 5E | 1D | 13 |
| Octal | 57 | 77 | 43 | 31 | 0 | 54 | 113 | 136 | 35 | 23 |
| Binary | 101111 | 111111 | 100011 | 11001 | 0 | 101100 | 1001011 | 1011110 | 11101 | 10011 |
Color Harmonies of #2F3F23
Complementary color
Monochromatic Colors of #2F3F23
Black with #2F3F23
Text Example
Text Example
White with #2F3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3F23; }
p { color: rgb(47,63,35); }
H1.HeaderClassName
{
color: #2F3F23;
}
.AnyTagClassName
{
color: #2F3F23;
}
</style>
background-color css
<style>
a { background-color: #2F3F23; }
a { background-color: rgb(47,63,35); }
div.DivClassName
{
background-color: #2F3F23;
}
.BgClassName
{
background-color: #2F3F23;
}
</style>
border-color css
<style>
span { border-color: #2F3F23; }
span { border-color: rgb(47,63,35); }
td.TdClassName
{
border-color: #2F3F23;
}
.TagClassName
{
border-color: #2F3F23;
}
</style>