Shades of Oil #2C3A26
Tints of Oil #2C3A26
RGB
CMYK
RGB Variations
Color information
#2C3A26 (or 0x2C3A26) is known color: Oil. HEX triplet: 2C, 3A and 26. RGB value is (44,58,38). Sum of RGB (Red+Green+Blue) = 44+58+38=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A26 is #D3C5D9. Grayscale: #333333. Windows color (decimal): -13878746 or 2505260. OLE color: 2505260.
HSL color Cylindrical-coordinate representation of color #2C3A26: hue angle of 102º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C3A26 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 58 | 38 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.77 |
| HSL | 102º | 0.21% | 0.19% | - |
| HSV(B) | 102º | 0.34% | 0.23% | - |
| XYZ | 2.9 | 3.7 | 2.4 | - |
| YUV | 51.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 38 | 0.24 | 0 | 0.34 | 0.77 | 102 | 0.21 | 0.19 |
| Hex | 2C | 3A | 26 | 18 | 0 | 22 | 4D | 66 | 15 | 13 |
| Octal | 54 | 72 | 46 | 30 | 0 | 42 | 115 | 146 | 25 | 23 |
| Binary | 101100 | 111010 | 100110 | 11000 | 0 | 100010 | 1001101 | 1100110 | 10101 | 10011 |
Color Harmonies of #2C3A26
Complementary color
Monochromatic Colors of #2C3A26
Black with #2C3A26
Text Example
Text Example
White with #2C3A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3A26; }
p { color: rgb(44,58,38); }
H1.HeaderClassName
{
color: #2C3A26;
}
.AnyTagClassName
{
color: #2C3A26;
}
</style>
background-color css
<style>
a { background-color: #2C3A26; }
a { background-color: rgb(44,58,38); }
div.DivClassName
{
background-color: #2C3A26;
}
.BgClassName
{
background-color: #2C3A26;
}
</style>
border-color css
<style>
span { border-color: #2C3A26; }
span { border-color: rgb(44,58,38); }
td.TdClassName
{
border-color: #2C3A26;
}
.TagClassName
{
border-color: #2C3A26;
}
</style>