Shades of Oil #2A3826
Tints of Oil #2A3826
RGB
CMYK
RGB Variations
Color information
#2A3826 (or 0x2A3826) is known color: Oil. HEX triplet: 2A, 38 and 26. RGB value is (42,56,38). Sum of RGB (Red+Green+Blue) = 42+56+38=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3826 is #D5C7D9. Grayscale: #313131. Windows color (decimal): -14010330 or 2504746. OLE color: 2504746.
HSL color Cylindrical-coordinate representation of color #2A3826: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2A3826 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 38 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.78 |
| HSL | 106.67º | 0.19% | 0.18% | - |
| HSV(B) | 106.67º | 0.32% | 0.22% | - |
| XYZ | 2.72 | 3.46 | 2.36 | - |
| YUV | 49.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 38 | 0.25 | 0 | 0.32 | 0.78 | 106.67 | 0.19 | 0.18 |
| Hex | 2A | 38 | 26 | 19 | 0 | 20 | 4E | 6B | 13 | 12 |
| Octal | 52 | 70 | 46 | 31 | 0 | 40 | 116 | 153 | 23 | 22 |
| Binary | 101010 | 111000 | 100110 | 11001 | 0 | 100000 | 1001110 | 1101011 | 10011 | 10010 |
Color Harmonies of #2A3826
Complementary color
Monochromatic Colors of #2A3826
Black with #2A3826
Text Example
Text Example
White with #2A3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3826; }
p { color: rgb(42,56,38); }
H1.HeaderClassName
{
color: #2A3826;
}
.AnyTagClassName
{
color: #2A3826;
}
</style>
background-color css
<style>
a { background-color: #2A3826; }
a { background-color: rgb(42,56,38); }
div.DivClassName
{
background-color: #2A3826;
}
.BgClassName
{
background-color: #2A3826;
}
</style>
border-color css
<style>
span { border-color: #2A3826; }
span { border-color: rgb(42,56,38); }
td.TdClassName
{
border-color: #2A3826;
}
.TagClassName
{
border-color: #2A3826;
}
</style>