Shades of Oil #2D3D28
Tints of Oil #2D3D28
RGB
CMYK
RGB Variations
Color information
#2D3D28 (or 0x2D3D28) is known color: Oil. HEX triplet: 2D, 3D and 28. RGB value is (45,61,40). Sum of RGB (Red+Green+Blue) = 45+61+40=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D28 is #D2C2D7. Grayscale: #353535. Windows color (decimal): -13812440 or 2637101. OLE color: 2637101.
HSL color Cylindrical-coordinate representation of color #2D3D28: hue angle of 105.71º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D3D28 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 40 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.76 |
| HSL | 105.71º | 0.21% | 0.2% | - |
| HSV(B) | 105.71º | 0.34% | 0.24% | - |
| XYZ | 3.13 | 4.05 | 2.62 | - |
| YUV | 53.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 40 | 0.26 | 0 | 0.34 | 0.76 | 105.71 | 0.21 | 0.2 |
| Hex | 2D | 3D | 28 | 1A | 0 | 22 | 4C | 6A | 15 | 14 |
| Octal | 55 | 75 | 50 | 32 | 0 | 42 | 114 | 152 | 25 | 24 |
| Binary | 101101 | 111101 | 101000 | 11010 | 0 | 100010 | 1001100 | 1101010 | 10101 | 10100 |
Color Harmonies of #2D3D28
Complementary color
Monochromatic Colors of #2D3D28
Black with #2D3D28
Text Example
Text Example
White with #2D3D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D28; }
p { color: rgb(45,61,40); }
H1.HeaderClassName
{
color: #2D3D28;
}
.AnyTagClassName
{
color: #2D3D28;
}
</style>
background-color css
<style>
a { background-color: #2D3D28; }
a { background-color: rgb(45,61,40); }
div.DivClassName
{
background-color: #2D3D28;
}
.BgClassName
{
background-color: #2D3D28;
}
</style>
border-color css
<style>
span { border-color: #2D3D28; }
span { border-color: rgb(45,61,40); }
td.TdClassName
{
border-color: #2D3D28;
}
.TagClassName
{
border-color: #2D3D28;
}
</style>