Shades of Oil #2D302C
Tints of Oil #2D302C
RGB
CMYK
RGB Variations
Color information
#2D302C (or 0x2D302C) is known color: Oil. HEX triplet: 2D, 30 and 2C. RGB value is (45,48,44). Sum of RGB (Red+Green+Blue) = 45+48+44=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 48 - color contains mainly: green. Hex color #2D302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D302C is #D2CFD3. Grayscale: #2E2E2E. Windows color (decimal): -13815764 or 2895917. OLE color: 2895917.
HSL color Cylindrical-coordinate representation of color #2D302C: hue angle of 105º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2D302C is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 48 | 44 | - |
CMYK | 0.06 | 0 | 0.08 | 0.81 |
HSL | 105º | 0.04% | 0.18% | - |
HSV(B) | 105º | 0.08% | 0.19% | - |
XYZ | 2.59 | 2.85 | 2.8 | - |
YUV | 46.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 48 | 44 | 0.06 | 0 | 0.08 | 0.81 | 105 | 0.04 | 0.18 |
Hex | 2D | 30 | 2C | 6 | 0 | 8 | 51 | 69 | 4 | 12 |
Octal | 55 | 60 | 54 | 6 | 0 | 10 | 121 | 151 | 4 | 22 |
Binary | 101101 | 110000 | 101100 | 110 | 0 | 1000 | 1010001 | 1101001 | 100 | 10010 |
Color Harmonies of #2D302C
Complementary color
Monochromatic Colors of #2D302C
Black with #2D302C
Text Example
Text Example
White with #2D302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D302C; }
p { color: rgb(45,48,44); }
H1.HeaderClassName
{
color: #2D302C;
}
.AnyTagClassName
{
color: #2D302C;
}
</style>
background-color css
<style>
a { background-color: #2D302C; }
a { background-color: rgb(45,48,44); }
div.DivClassName
{
background-color: #2D302C;
}
.BgClassName
{
background-color: #2D302C;
}
</style>
border-color css
<style>
span { border-color: #2D302C; }
span { border-color: rgb(45,48,44); }
td.TdClassName
{
border-color: #2D302C;
}
.TagClassName
{
border-color: #2D302C;
}
</style>