Shades of Oil #2A3028
Tints of Oil #2A3028
RGB
CMYK
RGB Variations
Color information
#2A3028 (or 0x2A3028) is known color: Oil. HEX triplet: 2A, 30 and 28. RGB value is (42,48,40). Sum of RGB (Red+Green+Blue) = 42+48+40=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3028 is #D5CFD7. Grayscale: #2D2D2D. Windows color (decimal): -14012376 or 2633770. OLE color: 2633770.
HSL color Cylindrical-coordinate representation of color #2A3028: hue angle of 105º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2A3028 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
RGB | 42 | 48 | 40 | - |
CMYK | 0.13 | 0 | 0.17 | 0.81 |
HSL | 105º | 0.09% | 0.17% | - |
HSV(B) | 105º | 0.17% | 0.19% | - |
XYZ | 2.39 | 2.76 | 2.41 | - |
YUV | 45.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 48 | 40 | 0.13 | 0 | 0.17 | 0.81 | 105 | 0.09 | 0.17 |
Hex | 2A | 30 | 28 | D | 0 | 11 | 51 | 69 | 9 | 11 |
Octal | 52 | 60 | 50 | 15 | 0 | 21 | 121 | 151 | 11 | 21 |
Binary | 101010 | 110000 | 101000 | 1101 | 0 | 10001 | 1010001 | 1101001 | 1001 | 10001 |
Color Harmonies of #2A3028
Complementary color
Monochromatic Colors of #2A3028
Black with #2A3028
Text Example
Text Example
White with #2A3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3028; }
p { color: rgb(42,48,40); }
H1.HeaderClassName
{
color: #2A3028;
}
.AnyTagClassName
{
color: #2A3028;
}
</style>
background-color css
<style>
a { background-color: #2A3028; }
a { background-color: rgb(42,48,40); }
div.DivClassName
{
background-color: #2A3028;
}
.BgClassName
{
background-color: #2A3028;
}
</style>
border-color css
<style>
span { border-color: #2A3028; }
span { border-color: rgb(42,48,40); }
td.TdClassName
{
border-color: #2A3028;
}
.TagClassName
{
border-color: #2A3028;
}
</style>