Shades of Oil #2A3029
Tints of Oil #2A3029
RGB
CMYK
RGB Variations
Color information
#2A3029 (or 0x2A3029) is known color: Oil. HEX triplet: 2A, 30 and 29. RGB value is (42,48,41). Sum of RGB (Red+Green+Blue) = 42+48+41=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3029 is #D5CFD6. Grayscale: #2D2D2D. Windows color (decimal): -14012375 or 2699306. OLE color: 2699306.
HSL color Cylindrical-coordinate representation of color #2A3029: hue angle of 111.43º 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 #2A3029 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
RGB | 42 | 48 | 41 | - |
CMYK | 0.13 | 0 | 0.15 | 0.81 |
HSL | 111.43º | 0.08% | 0.17% | - |
HSV(B) | 111.43º | 0.15% | 0.19% | - |
XYZ | 2.41 | 2.77 | 2.5 | - |
YUV | 45.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 48 | 41 | 0.13 | 0 | 0.15 | 0.81 | 111.43 | 0.08 | 0.17 |
Hex | 2A | 30 | 29 | D | 0 | F | 51 | 6F | 8 | 11 |
Octal | 52 | 60 | 51 | 15 | 0 | 17 | 121 | 157 | 10 | 21 |
Binary | 101010 | 110000 | 101001 | 1101 | 0 | 1111 | 1010001 | 1101111 | 1000 | 10001 |
Color Harmonies of #2A3029
Complementary color
Monochromatic Colors of #2A3029
Black with #2A3029
Text Example
Text Example
White with #2A3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3029; }
p { color: rgb(42,48,41); }
H1.HeaderClassName
{
color: #2A3029;
}
.AnyTagClassName
{
color: #2A3029;
}
</style>
background-color css
<style>
a { background-color: #2A3029; }
a { background-color: rgb(42,48,41); }
div.DivClassName
{
background-color: #2A3029;
}
.BgClassName
{
background-color: #2A3029;
}
</style>
border-color css
<style>
span { border-color: #2A3029; }
span { border-color: rgb(42,48,41); }
td.TdClassName
{
border-color: #2A3029;
}
.TagClassName
{
border-color: #2A3029;
}
</style>