Shades of Oil #2D3D27
Tints of Oil #2D3D27
RGB
CMYK
RGB Variations
Color information
#2D3D27 (or 0x2D3D27) is known color: Oil. HEX triplet: 2D, 3D and 27. RGB value is (45,61,39). Sum of RGB (Red+Green+Blue) = 45+61+39=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D27 is #D2C2D8. Grayscale: #353535. Windows color (decimal): -13812441 or 2571565. OLE color: 2571565.
HSL color Cylindrical-coordinate representation of color #2D3D27: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D3D27 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 39 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.76 |
| HSL | 103.64º | 0.22% | 0.2% | - |
| HSV(B) | 103.64º | 0.36% | 0.24% | - |
| XYZ | 3.12 | 4.04 | 2.54 | - |
| YUV | 53.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 39 | 0.26 | 0 | 0.36 | 0.76 | 103.64 | 0.22 | 0.2 |
| Hex | 2D | 3D | 27 | 1A | 0 | 24 | 4C | 68 | 16 | 14 |
| Octal | 55 | 75 | 47 | 32 | 0 | 44 | 114 | 150 | 26 | 24 |
| Binary | 101101 | 111101 | 100111 | 11010 | 0 | 100100 | 1001100 | 1101000 | 10110 | 10100 |
Color Harmonies of #2D3D27
Complementary color
Monochromatic Colors of #2D3D27
Black with #2D3D27
Text Example
Text Example
White with #2D3D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D27; }
p { color: rgb(45,61,39); }
H1.HeaderClassName
{
color: #2D3D27;
}
.AnyTagClassName
{
color: #2D3D27;
}
</style>
background-color css
<style>
a { background-color: #2D3D27; }
a { background-color: rgb(45,61,39); }
div.DivClassName
{
background-color: #2D3D27;
}
.BgClassName
{
background-color: #2D3D27;
}
</style>
border-color css
<style>
span { border-color: #2D3D27; }
span { border-color: rgb(45,61,39); }
td.TdClassName
{
border-color: #2D3D27;
}
.TagClassName
{
border-color: #2D3D27;
}
</style>