Shades of Oil #2B3029
Tints of Oil #2B3029
RGB
CMYK
RGB Variations
Color information
#2B3029 (or 0x2B3029) is known color: Oil. HEX triplet: 2B, 30 and 29. RGB value is (43,48,41). Sum of RGB (Red+Green+Blue) = 43+48+41=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3029 is #D4CFD6. Grayscale: #2D2D2D. Windows color (decimal): -13946839 or 2699307. OLE color: 2699307.
HSL color Cylindrical-coordinate representation of color #2B3029: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2B3029 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 41 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.81 |
| HSL | 102.86º | 0.08% | 0.17% | - |
| HSV(B) | 102.86º | 0.15% | 0.19% | - |
| XYZ | 2.45 | 2.79 | 2.51 | - |
| YUV | 45.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 41 | 0.10 | 0 | 0.15 | 0.81 | 102.86 | 0.08 | 0.17 |
| Hex | 2B | 30 | 29 | A | 0 | F | 51 | 67 | 8 | 11 |
| Octal | 53 | 60 | 51 | 12 | 0 | 17 | 121 | 147 | 10 | 21 |
| Binary | 101011 | 110000 | 101001 | 1010 | 0 | 1111 | 1010001 | 1100111 | 1000 | 10001 |
Color Harmonies of #2B3029
Complementary color
Monochromatic Colors of #2B3029
Black with #2B3029
Text Example
Text Example
White with #2B3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3029; }
p { color: rgb(43,48,41); }
H1.HeaderClassName
{
color: #2B3029;
}
.AnyTagClassName
{
color: #2B3029;
}
</style>
background-color css
<style>
a { background-color: #2B3029; }
a { background-color: rgb(43,48,41); }
div.DivClassName
{
background-color: #2B3029;
}
.BgClassName
{
background-color: #2B3029;
}
</style>
border-color css
<style>
span { border-color: #2B3029; }
span { border-color: rgb(43,48,41); }
td.TdClassName
{
border-color: #2B3029;
}
.TagClassName
{
border-color: #2B3029;
}
</style>