Shades of Black Forest #2C3F20
Tints of Black Forest #2C3F20
RGB
CMYK
RGB Variations
Color information
#2C3F20 (or 0x2C3F20) is known color: Black Forest. HEX triplet: 2C, 3F and 20. RGB value is (44,63,32). Sum of RGB (Red+Green+Blue) = 44+63+32=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3F20 is #D3C0DF. Grayscale: #353535. Windows color (decimal): -13877472 or 2113324. OLE color: 2113324.
HSL color Cylindrical-coordinate representation of color #2C3F20: hue angle of 96.77º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C3F20 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 63 | 32 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.75 |
| HSL | 96.77º | 0.33% | 0.19% | - |
| HSV(B) | 96.77º | 0.49% | 0.25% | - |
| XYZ | 3.08 | 4.19 | 2.01 | - |
| YUV | 53.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 32 | 0.30 | 0 | 0.49 | 0.75 | 96.77 | 0.33 | 0.19 |
| Hex | 2C | 3F | 20 | 1E | 0 | 31 | 4B | 61 | 21 | 13 |
| Octal | 54 | 77 | 40 | 36 | 0 | 61 | 113 | 141 | 41 | 23 |
| Binary | 101100 | 111111 | 100000 | 11110 | 0 | 110001 | 1001011 | 1100001 | 100001 | 10011 |
Color Harmonies of #2C3F20
Complementary color
Monochromatic Colors of #2C3F20
Black with #2C3F20
Text Example
Text Example
White with #2C3F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3F20; }
p { color: rgb(44,63,32); }
H1.HeaderClassName
{
color: #2C3F20;
}
.AnyTagClassName
{
color: #2C3F20;
}
</style>
background-color css
<style>
a { background-color: #2C3F20; }
a { background-color: rgb(44,63,32); }
div.DivClassName
{
background-color: #2C3F20;
}
.BgClassName
{
background-color: #2C3F20;
}
</style>
border-color css
<style>
span { border-color: #2C3F20; }
span { border-color: rgb(44,63,32); }
td.TdClassName
{
border-color: #2C3F20;
}
.TagClassName
{
border-color: #2C3F20;
}
</style>