Shades of Oil #2D3529
Tints of Oil #2D3529
RGB
CMYK
RGB Variations
Color information
#2D3529 (or 0x2D3529) is known color: Oil. HEX triplet: 2D, 35 and 29. RGB value is (45,53,41). Sum of RGB (Red+Green+Blue) = 45+53+41=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3529 is #D2CAD6. Grayscale: #313131. Windows color (decimal): -13814487 or 2700589. OLE color: 2700589.
HSL color Cylindrical-coordinate representation of color #2D3529: hue angle of 100º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2D3529 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 41 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.79 |
| HSL | 100º | 0.13% | 0.18% | - |
| HSV(B) | 100º | 0.23% | 0.21% | - |
| XYZ | 2.76 | 3.26 | 2.58 | - |
| YUV | 49.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 41 | 0.15 | 0 | 0.23 | 0.79 | 100 | 0.13 | 0.18 |
| Hex | 2D | 35 | 29 | F | 0 | 17 | 4F | 64 | D | 12 |
| Octal | 55 | 65 | 51 | 17 | 0 | 27 | 117 | 144 | 15 | 22 |
| Binary | 101101 | 110101 | 101001 | 1111 | 0 | 10111 | 1001111 | 1100100 | 1101 | 10010 |
Color Harmonies of #2D3529
Complementary color
Monochromatic Colors of #2D3529
Black with #2D3529
Text Example
Text Example
White with #2D3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3529; }
p { color: rgb(45,53,41); }
H1.HeaderClassName
{
color: #2D3529;
}
.AnyTagClassName
{
color: #2D3529;
}
</style>
background-color css
<style>
a { background-color: #2D3529; }
a { background-color: rgb(45,53,41); }
div.DivClassName
{
background-color: #2D3529;
}
.BgClassName
{
background-color: #2D3529;
}
</style>
border-color css
<style>
span { border-color: #2D3529; }
span { border-color: rgb(45,53,41); }
td.TdClassName
{
border-color: #2D3529;
}
.TagClassName
{
border-color: #2D3529;
}
</style>