Shades of Black Forest #2D431E
Tints of Black Forest #2D431E
RGB
CMYK
RGB Variations
Color information
#2D431E (or 0x2D431E) is known color: Black Forest. HEX triplet: 2D, 43 and 1E. RGB value is (45,67,30). Sum of RGB (Red+Green+Blue) = 45+67+30=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #2D431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D431E is #D2BCE1. Grayscale: #383838. Windows color (decimal): -13810914 or 1983277. OLE color: 1983277.
HSL color Cylindrical-coordinate representation of color #2D431E: hue angle of 95.68º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D431E is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 30 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.74 |
| HSL | 95.68º | 0.38% | 0.19% | - |
| HSV(B) | 95.68º | 0.55% | 0.26% | - |
| XYZ | 3.32 | 4.67 | 1.95 | - |
| YUV | 56.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 30 | 0.33 | 0 | 0.55 | 0.74 | 95.68 | 0.38 | 0.19 |
| Hex | 2D | 43 | 1E | 21 | 0 | 37 | 4A | 60 | 26 | 13 |
| Octal | 55 | 103 | 36 | 41 | 0 | 67 | 112 | 140 | 46 | 23 |
| Binary | 101101 | 1000011 | 11110 | 100001 | 0 | 110111 | 1001010 | 1100000 | 100110 | 10011 |
Color Harmonies of #2D431E
Complementary color
Monochromatic Colors of #2D431E
Black with #2D431E
Text Example
Text Example
White with #2D431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D431E; }
p { color: rgb(45,67,30); }
H1.HeaderClassName
{
color: #2D431E;
}
.AnyTagClassName
{
color: #2D431E;
}
</style>
background-color css
<style>
a { background-color: #2D431E; }
a { background-color: rgb(45,67,30); }
div.DivClassName
{
background-color: #2D431E;
}
.BgClassName
{
background-color: #2D431E;
}
</style>
border-color css
<style>
span { border-color: #2D431E; }
span { border-color: rgb(45,67,30); }
td.TdClassName
{
border-color: #2D431E;
}
.TagClassName
{
border-color: #2D431E;
}
</style>