Shades of Oil #2C3728
Tints of Oil #2C3728
RGB
CMYK
RGB Variations
Color information
#2C3728 (or 0x2C3728) is known color: Oil. HEX triplet: 2C, 37 and 28. RGB value is (44,55,40). Sum of RGB (Red+Green+Blue) = 44+55+40=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3728 is #D3C8D7. Grayscale: #323232. Windows color (decimal): -13879512 or 2635564. OLE color: 2635564.
HSL color Cylindrical-coordinate representation of color #2C3728: hue angle of 104º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C3728 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 40 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.78 |
| HSL | 104º | 0.16% | 0.19% | - |
| HSV(B) | 104º | 0.27% | 0.22% | - |
| XYZ | 2.79 | 3.42 | 2.52 | - |
| YUV | 50 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 40 | 0.2 | 0 | 0.27 | 0.78 | 104 | 0.16 | 0.19 |
| Hex | 2C | 37 | 28 | 14 | 0 | 1B | 4E | 68 | 10 | 13 |
| Octal | 54 | 67 | 50 | 24 | 0 | 33 | 116 | 150 | 20 | 23 |
| Binary | 101100 | 110111 | 101000 | 10100 | 0 | 11011 | 1001110 | 1101000 | 10000 | 10011 |
Color Harmonies of #2C3728
Complementary color
Monochromatic Colors of #2C3728
Black with #2C3728
Text Example
Text Example
White with #2C3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3728; }
p { color: rgb(44,55,40); }
H1.HeaderClassName
{
color: #2C3728;
}
.AnyTagClassName
{
color: #2C3728;
}
</style>
background-color css
<style>
a { background-color: #2C3728; }
a { background-color: rgb(44,55,40); }
div.DivClassName
{
background-color: #2C3728;
}
.BgClassName
{
background-color: #2C3728;
}
</style>
border-color css
<style>
span { border-color: #2C3728; }
span { border-color: rgb(44,55,40); }
td.TdClassName
{
border-color: #2C3728;
}
.TagClassName
{
border-color: #2C3728;
}
</style>