Shades of Black Forest #2D3F23
Tints of Black Forest #2D3F23
RGB
CMYK
RGB Variations
Color information
#2D3F23 (or 0x2D3F23) is known color: Black Forest. HEX triplet: 2D, 3F and 23. RGB value is (45,63,35). Sum of RGB (Red+Green+Blue) = 45+63+35=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3F23 is #D2C0DC. Grayscale: #363636. Windows color (decimal): -13811933 or 2309933. OLE color: 2309933.
HSL color Cylindrical-coordinate representation of color #2D3F23: hue angle of 98.57º 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 #2D3F23 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 35 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.75 |
| HSL | 98.57º | 0.29% | 0.19% | - |
| HSV(B) | 98.57º | 0.44% | 0.25% | - |
| XYZ | 3.16 | 4.23 | 2.24 | - |
| YUV | 54.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 35 | 0.29 | 0 | 0.44 | 0.75 | 98.57 | 0.29 | 0.19 |
| Hex | 2D | 3F | 23 | 1D | 0 | 2C | 4B | 63 | 1D | 13 |
| Octal | 55 | 77 | 43 | 35 | 0 | 54 | 113 | 143 | 35 | 23 |
| Binary | 101101 | 111111 | 100011 | 11101 | 0 | 101100 | 1001011 | 1100011 | 11101 | 10011 |
Color Harmonies of #2D3F23
Complementary color
Monochromatic Colors of #2D3F23
Black with #2D3F23
Text Example
Text Example
White with #2D3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F23; }
p { color: rgb(45,63,35); }
H1.HeaderClassName
{
color: #2D3F23;
}
.AnyTagClassName
{
color: #2D3F23;
}
</style>
background-color css
<style>
a { background-color: #2D3F23; }
a { background-color: rgb(45,63,35); }
div.DivClassName
{
background-color: #2D3F23;
}
.BgClassName
{
background-color: #2D3F23;
}
</style>
border-color css
<style>
span { border-color: #2D3F23; }
span { border-color: rgb(45,63,35); }
td.TdClassName
{
border-color: #2D3F23;
}
.TagClassName
{
border-color: #2D3F23;
}
</style>