Shades of Oil #2D3929
Tints of Oil #2D3929
RGB
CMYK
RGB Variations
Color information
#2D3929 (or 0x2D3929) is known color: Oil. HEX triplet: 2D, 39 and 29. RGB value is (45,57,41). Sum of RGB (Red+Green+Blue) = 45+57+41=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3929 is #D2C6D6. Grayscale: #333333. Windows color (decimal): -13813463 or 2701613. OLE color: 2701613.
HSL color Cylindrical-coordinate representation of color #2D3929: hue angle of 105º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2D3929 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 41 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.78 |
| HSL | 105º | 0.16% | 0.19% | - |
| HSV(B) | 105º | 0.28% | 0.22% | - |
| XYZ | 2.95 | 3.64 | 2.65 | - |
| YUV | 51.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 41 | 0.21 | 0 | 0.28 | 0.78 | 105 | 0.16 | 0.19 |
| Hex | 2D | 39 | 29 | 15 | 0 | 1C | 4E | 69 | 10 | 13 |
| Octal | 55 | 71 | 51 | 25 | 0 | 34 | 116 | 151 | 20 | 23 |
| Binary | 101101 | 111001 | 101001 | 10101 | 0 | 11100 | 1001110 | 1101001 | 10000 | 10011 |
Color Harmonies of #2D3929
Complementary color
Monochromatic Colors of #2D3929
Black with #2D3929
Text Example
Text Example
White with #2D3929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3929; }
p { color: rgb(45,57,41); }
H1.HeaderClassName
{
color: #2D3929;
}
.AnyTagClassName
{
color: #2D3929;
}
</style>
background-color css
<style>
a { background-color: #2D3929; }
a { background-color: rgb(45,57,41); }
div.DivClassName
{
background-color: #2D3929;
}
.BgClassName
{
background-color: #2D3929;
}
</style>
border-color css
<style>
span { border-color: #2D3929; }
span { border-color: rgb(45,57,41); }
td.TdClassName
{
border-color: #2D3929;
}
.TagClassName
{
border-color: #2D3929;
}
</style>