Shades of Oil #2D342C
Tints of Oil #2D342C
RGB
CMYK
RGB Variations
Color information
#2D342C (or 0x2D342C) is known color: Oil. HEX triplet: 2D, 34 and 2C. RGB value is (45,52,44). Sum of RGB (Red+Green+Blue) = 45+52+44=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #2D342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D342C is #D2CBD3. Grayscale: #313131. Windows color (decimal): -13814740 or 2896941. OLE color: 2896941.
HSL color Cylindrical-coordinate representation of color #2D342C: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2D342C is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 44 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.80 |
| HSL | 112.5º | 0.08% | 0.19% | - |
| HSV(B) | 112.5º | 0.15% | 0.2% | - |
| XYZ | 2.76 | 3.2 | 2.85 | - |
| YUV | 49 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 44 | 0.13 | 0 | 0.15 | 0.80 | 112.5 | 0.08 | 0.19 |
| Hex | 2D | 34 | 2C | D | 0 | F | 50 | 70 | 8 | 13 |
| Octal | 55 | 64 | 54 | 15 | 0 | 17 | 120 | 160 | 10 | 23 |
| Binary | 101101 | 110100 | 101100 | 1101 | 0 | 1111 | 1010000 | 1110000 | 1000 | 10011 |
Color Harmonies of #2D342C
Complementary color
Monochromatic Colors of #2D342C
Black with #2D342C
Text Example
Text Example
White with #2D342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D342C; }
p { color: rgb(45,52,44); }
H1.HeaderClassName
{
color: #2D342C;
}
.AnyTagClassName
{
color: #2D342C;
}
</style>
background-color css
<style>
a { background-color: #2D342C; }
a { background-color: rgb(45,52,44); }
div.DivClassName
{
background-color: #2D342C;
}
.BgClassName
{
background-color: #2D342C;
}
</style>
border-color css
<style>
span { border-color: #2D342C; }
span { border-color: rgb(45,52,44); }
td.TdClassName
{
border-color: #2D342C;
}
.TagClassName
{
border-color: #2D342C;
}
</style>