Shades of Oil #2A3428
Tints of Oil #2A3428
RGB
CMYK
RGB Variations
Color information
#2A3428 (or 0x2A3428) is known color: Oil. HEX triplet: 2A, 34 and 28. RGB value is (42,52,40). Sum of RGB (Red+Green+Blue) = 42+52+40=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3428 is #D5CBD7. Grayscale: #2F2F2F. Windows color (decimal): -14011352 or 2634794. OLE color: 2634794.
HSL color Cylindrical-coordinate representation of color #2A3428: hue angle of 110º 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 #2A3428 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 40 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.80 |
| HSL | 110º | 0.13% | 0.18% | - |
| HSV(B) | 110º | 0.23% | 0.2% | - |
| XYZ | 2.57 | 3.1 | 2.47 | - |
| YUV | 47.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 40 | 0.19 | 0 | 0.23 | 0.80 | 110 | 0.13 | 0.18 |
| Hex | 2A | 34 | 28 | 13 | 0 | 17 | 50 | 6E | D | 12 |
| Octal | 52 | 64 | 50 | 23 | 0 | 27 | 120 | 156 | 15 | 22 |
| Binary | 101010 | 110100 | 101000 | 10011 | 0 | 10111 | 1010000 | 1101110 | 1101 | 10010 |
Color Harmonies of #2A3428
Complementary color
Monochromatic Colors of #2A3428
Black with #2A3428
Text Example
Text Example
White with #2A3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3428; }
p { color: rgb(42,52,40); }
H1.HeaderClassName
{
color: #2A3428;
}
.AnyTagClassName
{
color: #2A3428;
}
</style>
background-color css
<style>
a { background-color: #2A3428; }
a { background-color: rgb(42,52,40); }
div.DivClassName
{
background-color: #2A3428;
}
.BgClassName
{
background-color: #2A3428;
}
</style>
border-color css
<style>
span { border-color: #2A3428; }
span { border-color: rgb(42,52,40); }
td.TdClassName
{
border-color: #2A3428;
}
.TagClassName
{
border-color: #2A3428;
}
</style>