Shades of Black Forest #2C4019
Tints of Black Forest #2C4019
RGB
CMYK
RGB Variations
Color information
#2C4019 (or 0x2C4019) is known color: Black Forest. HEX triplet: 2C, 40 and 19. RGB value is (44,64,25). Sum of RGB (Red+Green+Blue) = 44+64+25=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4019 is #D3BFE6. Grayscale: #353535. Windows color (decimal): -13877223 or 1654828. OLE color: 1654828.
HSL color Cylindrical-coordinate representation of color #2C4019: hue angle of 90.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C4019 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 64 | 25 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.75 |
| HSL | 90.77º | 0.44% | 0.17% | - |
| HSV(B) | 90.77º | 0.61% | 0.25% | - |
| XYZ | 3.05 | 4.27 | 1.58 | - |
| YUV | 53.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 25 | 0.31 | 0 | 0.61 | 0.75 | 90.77 | 0.44 | 0.17 |
| Hex | 2C | 40 | 19 | 1F | 0 | 3D | 4B | 5B | 2C | 11 |
| Octal | 54 | 100 | 31 | 37 | 0 | 75 | 113 | 133 | 54 | 21 |
| Binary | 101100 | 1000000 | 11001 | 11111 | 0 | 111101 | 1001011 | 1011011 | 101100 | 10001 |
Color Harmonies of #2C4019
Complementary color
Monochromatic Colors of #2C4019
Black with #2C4019
Text Example
Text Example
White with #2C4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4019; }
p { color: rgb(44,64,25); }
H1.HeaderClassName
{
color: #2C4019;
}
.AnyTagClassName
{
color: #2C4019;
}
</style>
background-color css
<style>
a { background-color: #2C4019; }
a { background-color: rgb(44,64,25); }
div.DivClassName
{
background-color: #2C4019;
}
.BgClassName
{
background-color: #2C4019;
}
</style>
border-color css
<style>
span { border-color: #2C4019; }
span { border-color: rgb(44,64,25); }
td.TdClassName
{
border-color: #2C4019;
}
.TagClassName
{
border-color: #2C4019;
}
</style>