Shades of Oil #2F382A
Tints of Oil #2F382A
RGB
CMYK
RGB Variations
Color information
#2F382A (or 0x2F382A) is known color: Oil. HEX triplet: 2F, 38 and 2A. RGB value is (47,56,42). Sum of RGB (Red+Green+Blue) = 47+56+42=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #2F382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F382A is #D0C7D5. Grayscale: #333333. Windows color (decimal): -13682646 or 2766895. OLE color: 2766895.
HSL color Cylindrical-coordinate representation of color #2F382A: hue angle of 98.57º 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 #2F382A is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 42 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.78 |
| HSL | 98.57º | 0.14% | 0.19% | - |
| HSV(B) | 98.57º | 0.25% | 0.22% | - |
| XYZ | 3 | 3.6 | 2.73 | - |
| YUV | 51.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 42 | 0.16 | 0 | 0.25 | 0.78 | 98.57 | 0.14 | 0.19 |
| Hex | 2F | 38 | 2A | 10 | 0 | 19 | 4E | 63 | E | 13 |
| Octal | 57 | 70 | 52 | 20 | 0 | 31 | 116 | 143 | 16 | 23 |
| Binary | 101111 | 111000 | 101010 | 10000 | 0 | 11001 | 1001110 | 1100011 | 1110 | 10011 |
Color Harmonies of #2F382A
Complementary color
Monochromatic Colors of #2F382A
Black with #2F382A
Text Example
Text Example
White with #2F382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F382A; }
p { color: rgb(47,56,42); }
H1.HeaderClassName
{
color: #2F382A;
}
.AnyTagClassName
{
color: #2F382A;
}
</style>
background-color css
<style>
a { background-color: #2F382A; }
a { background-color: rgb(47,56,42); }
div.DivClassName
{
background-color: #2F382A;
}
.BgClassName
{
background-color: #2F382A;
}
</style>
border-color css
<style>
span { border-color: #2F382A; }
span { border-color: rgb(47,56,42); }
td.TdClassName
{
border-color: #2F382A;
}
.TagClassName
{
border-color: #2F382A;
}
</style>