Shades of Oil #2D3728
Tints of Oil #2D3728
RGB
CMYK
RGB Variations
Color information
#2D3728 (or 0x2D3728) is known color: Oil. HEX triplet: 2D, 37 and 28. RGB value is (45,55,40). Sum of RGB (Red+Green+Blue) = 45+55+40=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3728 is #D2C8D7. Grayscale: #323232. Windows color (decimal): -13813976 or 2635565. OLE color: 2635565.
HSL color Cylindrical-coordinate representation of color #2D3728: hue angle of 100º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D3728 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 40 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.78 |
| HSL | 100º | 0.16% | 0.19% | - |
| HSV(B) | 100º | 0.27% | 0.22% | - |
| XYZ | 2.83 | 3.44 | 2.52 | - |
| YUV | 50.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 40 | 0.18 | 0 | 0.27 | 0.78 | 100 | 0.16 | 0.19 |
| Hex | 2D | 37 | 28 | 12 | 0 | 1B | 4E | 64 | 10 | 13 |
| Octal | 55 | 67 | 50 | 22 | 0 | 33 | 116 | 144 | 20 | 23 |
| Binary | 101101 | 110111 | 101000 | 10010 | 0 | 11011 | 1001110 | 1100100 | 10000 | 10011 |
Color Harmonies of #2D3728
Complementary color
Monochromatic Colors of #2D3728
Black with #2D3728
Text Example
Text Example
White with #2D3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3728; }
p { color: rgb(45,55,40); }
H1.HeaderClassName
{
color: #2D3728;
}
.AnyTagClassName
{
color: #2D3728;
}
</style>
background-color css
<style>
a { background-color: #2D3728; }
a { background-color: rgb(45,55,40); }
div.DivClassName
{
background-color: #2D3728;
}
.BgClassName
{
background-color: #2D3728;
}
</style>
border-color css
<style>
span { border-color: #2D3728; }
span { border-color: rgb(45,55,40); }
td.TdClassName
{
border-color: #2D3728;
}
.TagClassName
{
border-color: #2D3728;
}
</style>