Shades of Oil #2C3428
Tints of Oil #2C3428
RGB
CMYK
RGB Variations
Color information
#2C3428 (or 0x2C3428) is known color: Oil. HEX triplet: 2C, 34 and 28. RGB value is (44,52,40). Sum of RGB (Red+Green+Blue) = 44+52+40=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3428 is #D3CBD7. Grayscale: #303030. Windows color (decimal): -13880280 or 2634796. OLE color: 2634796.
HSL color Cylindrical-coordinate representation of color #2C3428: hue angle of 100º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C3428 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 40 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.80 |
| HSL | 100º | 0.13% | 0.18% | - |
| HSV(B) | 100º | 0.23% | 0.2% | - |
| XYZ | 2.65 | 3.14 | 2.47 | - |
| YUV | 48.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 40 | 0.15 | 0 | 0.23 | 0.80 | 100 | 0.13 | 0.18 |
| Hex | 2C | 34 | 28 | F | 0 | 17 | 50 | 64 | D | 12 |
| Octal | 54 | 64 | 50 | 17 | 0 | 27 | 120 | 144 | 15 | 22 |
| Binary | 101100 | 110100 | 101000 | 1111 | 0 | 10111 | 1010000 | 1100100 | 1101 | 10010 |
Color Harmonies of #2C3428
Complementary color
Monochromatic Colors of #2C3428
Black with #2C3428
Text Example
Text Example
White with #2C3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3428; }
p { color: rgb(44,52,40); }
H1.HeaderClassName
{
color: #2C3428;
}
.AnyTagClassName
{
color: #2C3428;
}
</style>
background-color css
<style>
a { background-color: #2C3428; }
a { background-color: rgb(44,52,40); }
div.DivClassName
{
background-color: #2C3428;
}
.BgClassName
{
background-color: #2C3428;
}
</style>
border-color css
<style>
span { border-color: #2C3428; }
span { border-color: rgb(44,52,40); }
td.TdClassName
{
border-color: #2C3428;
}
.TagClassName
{
border-color: #2C3428;
}
</style>