Shades of Oil #2A3128
Tints of Oil #2A3128
RGB
CMYK
RGB Variations
Color information
#2A3128 (or 0x2A3128) is known color: Oil. HEX triplet: 2A, 31 and 28. RGB value is (42,49,40). Sum of RGB (Red+Green+Blue) = 42+49+40=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3128 is #D5CED7. Grayscale: #2D2D2D. Windows color (decimal): -14012120 or 2634026. OLE color: 2634026.
HSL color Cylindrical-coordinate representation of color #2A3128: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2A3128 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 40 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.81 |
| HSL | 106.67º | 0.1% | 0.17% | - |
| HSV(B) | 106.67º | 0.18% | 0.19% | - |
| XYZ | 2.44 | 2.84 | 2.43 | - |
| YUV | 45.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 40 | 0.14 | 0 | 0.18 | 0.81 | 106.67 | 0.1 | 0.17 |
| Hex | 2A | 31 | 28 | E | 0 | 12 | 51 | 6B | A | 11 |
| Octal | 52 | 61 | 50 | 16 | 0 | 22 | 121 | 153 | 12 | 21 |
| Binary | 101010 | 110001 | 101000 | 1110 | 0 | 10010 | 1010001 | 1101011 | 1010 | 10001 |
Color Harmonies of #2A3128
Complementary color
Monochromatic Colors of #2A3128
Black with #2A3128
Text Example
Text Example
White with #2A3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3128; }
p { color: rgb(42,49,40); }
H1.HeaderClassName
{
color: #2A3128;
}
.AnyTagClassName
{
color: #2A3128;
}
</style>
background-color css
<style>
a { background-color: #2A3128; }
a { background-color: rgb(42,49,40); }
div.DivClassName
{
background-color: #2A3128;
}
.BgClassName
{
background-color: #2A3128;
}
</style>
border-color css
<style>
span { border-color: #2A3128; }
span { border-color: rgb(42,49,40); }
td.TdClassName
{
border-color: #2A3128;
}
.TagClassName
{
border-color: #2A3128;
}
</style>