Shades of Oil #2D3E25
Tints of Oil #2D3E25
RGB
CMYK
RGB Variations
Color information
#2D3E25 (or 0x2D3E25) is known color: Oil. HEX triplet: 2D, 3E and 25. RGB value is (45,62,37). Sum of RGB (Red+Green+Blue) = 45+62+37=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3E25 is #D2C1DA. Grayscale: #363636. Windows color (decimal): -13812187 or 2440749. OLE color: 2440749.
HSL color Cylindrical-coordinate representation of color #2D3E25: hue angle of 100.8º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D3E25 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 37 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.76 |
| HSL | 100.8º | 0.25% | 0.19% | - |
| HSV(B) | 100.8º | 0.4% | 0.24% | - |
| XYZ | 3.14 | 4.14 | 2.38 | - |
| YUV | 54.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 37 | 0.27 | 0 | 0.40 | 0.76 | 100.8 | 0.25 | 0.19 |
| Hex | 2D | 3E | 25 | 1B | 0 | 28 | 4C | 65 | 19 | 13 |
| Octal | 55 | 76 | 45 | 33 | 0 | 50 | 114 | 145 | 31 | 23 |
| Binary | 101101 | 111110 | 100101 | 11011 | 0 | 101000 | 1001100 | 1100101 | 11001 | 10011 |
Color Harmonies of #2D3E25
Complementary color
Monochromatic Colors of #2D3E25
Black with #2D3E25
Text Example
Text Example
White with #2D3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E25; }
p { color: rgb(45,62,37); }
H1.HeaderClassName
{
color: #2D3E25;
}
.AnyTagClassName
{
color: #2D3E25;
}
</style>
background-color css
<style>
a { background-color: #2D3E25; }
a { background-color: rgb(45,62,37); }
div.DivClassName
{
background-color: #2D3E25;
}
.BgClassName
{
background-color: #2D3E25;
}
</style>
border-color css
<style>
span { border-color: #2D3E25; }
span { border-color: rgb(45,62,37); }
td.TdClassName
{
border-color: #2D3E25;
}
.TagClassName
{
border-color: #2D3E25;
}
</style>