Shades of Oil #2A3129
Tints of Oil #2A3129
RGB
CMYK
RGB Variations
Color information
#2A3129 (or 0x2A3129) is known color: Oil. HEX triplet: 2A, 31 and 29. RGB value is (42,49,41). Sum of RGB (Red+Green+Blue) = 42+49+41=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3129 is #D5CED6. Grayscale: #2E2E2E. Windows color (decimal): -14012119 or 2699562. OLE color: 2699562.
HSL color Cylindrical-coordinate representation of color #2A3129: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2A3129 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 41 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.81 |
| HSL | 112.5º | 0.09% | 0.18% | - |
| HSV(B) | 112.5º | 0.16% | 0.19% | - |
| XYZ | 2.45 | 2.85 | 2.52 | - |
| YUV | 46 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 41 | 0.14 | 0 | 0.16 | 0.81 | 112.5 | 0.09 | 0.18 |
| Hex | 2A | 31 | 29 | E | 0 | 10 | 51 | 70 | 9 | 12 |
| Octal | 52 | 61 | 51 | 16 | 0 | 20 | 121 | 160 | 11 | 22 |
| Binary | 101010 | 110001 | 101001 | 1110 | 0 | 10000 | 1010001 | 1110000 | 1001 | 10010 |
Color Harmonies of #2A3129
Complementary color
Monochromatic Colors of #2A3129
Black with #2A3129
Text Example
Text Example
White with #2A3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3129; }
p { color: rgb(42,49,41); }
H1.HeaderClassName
{
color: #2A3129;
}
.AnyTagClassName
{
color: #2A3129;
}
</style>
background-color css
<style>
a { background-color: #2A3129; }
a { background-color: rgb(42,49,41); }
div.DivClassName
{
background-color: #2A3129;
}
.BgClassName
{
background-color: #2A3129;
}
</style>
border-color css
<style>
span { border-color: #2A3129; }
span { border-color: rgb(42,49,41); }
td.TdClassName
{
border-color: #2A3129;
}
.TagClassName
{
border-color: #2A3129;
}
</style>