Shades of Oil #2A3825
Tints of Oil #2A3825
RGB
CMYK
RGB Variations
Color information
#2A3825 (or 0x2A3825) is known color: Oil. HEX triplet: 2A, 38 and 25. RGB value is (42,56,37). Sum of RGB (Red+Green+Blue) = 42+56+37=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3825 is #D5C7DA. Grayscale: #313131. Windows color (decimal): -14010331 or 2439210. OLE color: 2439210.
HSL color Cylindrical-coordinate representation of color #2A3825: hue angle of 104.21º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2A3825 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 37 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.78 |
| HSL | 104.21º | 0.2% | 0.18% | - |
| HSV(B) | 104.21º | 0.34% | 0.22% | - |
| XYZ | 2.7 | 3.45 | 2.27 | - |
| YUV | 49.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 37 | 0.25 | 0 | 0.34 | 0.78 | 104.21 | 0.2 | 0.18 |
| Hex | 2A | 38 | 25 | 19 | 0 | 22 | 4E | 68 | 14 | 12 |
| Octal | 52 | 70 | 45 | 31 | 0 | 42 | 116 | 150 | 24 | 22 |
| Binary | 101010 | 111000 | 100101 | 11001 | 0 | 100010 | 1001110 | 1101000 | 10100 | 10010 |
Color Harmonies of #2A3825
Complementary color
Monochromatic Colors of #2A3825
Black with #2A3825
Text Example
Text Example
White with #2A3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3825; }
p { color: rgb(42,56,37); }
H1.HeaderClassName
{
color: #2A3825;
}
.AnyTagClassName
{
color: #2A3825;
}
</style>
background-color css
<style>
a { background-color: #2A3825; }
a { background-color: rgb(42,56,37); }
div.DivClassName
{
background-color: #2A3825;
}
.BgClassName
{
background-color: #2A3825;
}
</style>
border-color css
<style>
span { border-color: #2A3825; }
span { border-color: rgb(42,56,37); }
td.TdClassName
{
border-color: #2A3825;
}
.TagClassName
{
border-color: #2A3825;
}
</style>