Shades of Oil #2D382A
Tints of Oil #2D382A
RGB
CMYK
RGB Variations
Color information
#2D382A (or 0x2D382A) is known color: Oil. HEX triplet: 2D, 38 and 2A. RGB value is (45,56,42). Sum of RGB (Red+Green+Blue) = 45+56+42=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #2D382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D382A is #D2C7D5. Grayscale: #333333. Windows color (decimal): -13813718 or 2766893. OLE color: 2766893.
HSL color Cylindrical-coordinate representation of color #2D382A: hue angle of 107.14º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D382A is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 42 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.78 |
| HSL | 107.14º | 0.14% | 0.19% | - |
| HSV(B) | 107.14º | 0.25% | 0.22% | - |
| XYZ | 2.91 | 3.55 | 2.72 | - |
| YUV | 51.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 42 | 0.20 | 0 | 0.25 | 0.78 | 107.14 | 0.14 | 0.19 |
| Hex | 2D | 38 | 2A | 14 | 0 | 19 | 4E | 6B | E | 13 |
| Octal | 55 | 70 | 52 | 24 | 0 | 31 | 116 | 153 | 16 | 23 |
| Binary | 101101 | 111000 | 101010 | 10100 | 0 | 11001 | 1001110 | 1101011 | 1110 | 10011 |
Color Harmonies of #2D382A
Complementary color
Monochromatic Colors of #2D382A
Black with #2D382A
Text Example
Text Example
White with #2D382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D382A; }
p { color: rgb(45,56,42); }
H1.HeaderClassName
{
color: #2D382A;
}
.AnyTagClassName
{
color: #2D382A;
}
</style>
background-color css
<style>
a { background-color: #2D382A; }
a { background-color: rgb(45,56,42); }
div.DivClassName
{
background-color: #2D382A;
}
.BgClassName
{
background-color: #2D382A;
}
</style>
border-color css
<style>
span { border-color: #2D382A; }
span { border-color: rgb(45,56,42); }
td.TdClassName
{
border-color: #2D382A;
}
.TagClassName
{
border-color: #2D382A;
}
</style>