Shades of Oil #2D3D26
Tints of Oil #2D3D26
RGB
CMYK
RGB Variations
Color information
#2D3D26 (or 0x2D3D26) is known color: Oil. HEX triplet: 2D, 3D and 26. RGB value is (45,61,38). Sum of RGB (Red+Green+Blue) = 45+61+38=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D26 is #D2C2D9. Grayscale: #353535. Windows color (decimal): -13812442 or 2506029. OLE color: 2506029.
HSL color Cylindrical-coordinate representation of color #2D3D26: hue angle of 101.74º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D3D26 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 38 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.76 |
| HSL | 101.74º | 0.23% | 0.19% | - |
| HSV(B) | 101.74º | 0.38% | 0.24% | - |
| XYZ | 3.1 | 4.04 | 2.45 | - |
| YUV | 53.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 38 | 0.26 | 0 | 0.38 | 0.76 | 101.74 | 0.23 | 0.19 |
| Hex | 2D | 3D | 26 | 1A | 0 | 26 | 4C | 66 | 17 | 13 |
| Octal | 55 | 75 | 46 | 32 | 0 | 46 | 114 | 146 | 27 | 23 |
| Binary | 101101 | 111101 | 100110 | 11010 | 0 | 100110 | 1001100 | 1100110 | 10111 | 10011 |
Color Harmonies of #2D3D26
Complementary color
Monochromatic Colors of #2D3D26
Black with #2D3D26
Text Example
Text Example
White with #2D3D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D26; }
p { color: rgb(45,61,38); }
H1.HeaderClassName
{
color: #2D3D26;
}
.AnyTagClassName
{
color: #2D3D26;
}
</style>
background-color css
<style>
a { background-color: #2D3D26; }
a { background-color: rgb(45,61,38); }
div.DivClassName
{
background-color: #2D3D26;
}
.BgClassName
{
background-color: #2D3D26;
}
</style>
border-color css
<style>
span { border-color: #2D3D26; }
span { border-color: rgb(45,61,38); }
td.TdClassName
{
border-color: #2D3D26;
}
.TagClassName
{
border-color: #2D3D26;
}
</style>