Shades of Wood Bark #2D1D14
Tints of Wood Bark #2D1D14
RGB
CMYK
RGB Variations
Color information
#2D1D14 (or 0x2D1D14) is known color: Wood Bark. HEX triplet: 2D, 1D and 14. RGB value is (45,29,20). Sum of RGB (Red+Green+Blue) = 45+29+20=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1D14 is #D2E2EB. Grayscale: #202020. Windows color (decimal): -13820652 or 1318189. OLE color: 1318189.
HSL color Cylindrical-coordinate representation of color #2D1D14: hue angle of 21.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D1D14 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 29 | 20 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.82 |
| HSL | 21.6º | 0.38% | 0.13% | - |
| HSV(B) | 21.6º | 0.56% | 0.18% | - |
| XYZ | 1.65 | 1.49 | 0.86 | - |
| YUV | 32.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 20 | 0 | 0.36 | 0.56 | 0.82 | 21.6 | 0.38 | 0.13 |
| Hex | 2D | 1D | 14 | 0 | 24 | 38 | 52 | 16 | 26 | D |
| Octal | 55 | 35 | 24 | 0 | 44 | 70 | 122 | 26 | 46 | 15 |
| Binary | 101101 | 11101 | 10100 | 0 | 100100 | 111000 | 1010010 | 10110 | 100110 | 1101 |
Color Harmonies of #2D1D14
Complementary color
Monochromatic Colors of #2D1D14
Black with #2D1D14
Text Example
Text Example
White with #2D1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1D14; }
p { color: rgb(45,29,20); }
H1.HeaderClassName
{
color: #2D1D14;
}
.AnyTagClassName
{
color: #2D1D14;
}
</style>
background-color css
<style>
a { background-color: #2D1D14; }
a { background-color: rgb(45,29,20); }
div.DivClassName
{
background-color: #2D1D14;
}
.BgClassName
{
background-color: #2D1D14;
}
</style>
border-color css
<style>
span { border-color: #2D1D14; }
span { border-color: rgb(45,29,20); }
td.TdClassName
{
border-color: #2D1D14;
}
.TagClassName
{
border-color: #2D1D14;
}
</style>