Shades of Oil #2F3B28
Tints of Oil #2F3B28
RGB
CMYK
RGB Variations
Color information
#2F3B28 (or 0x2F3B28) is known color: Oil. HEX triplet: 2F, 3B and 28. RGB value is (47,59,40). Sum of RGB (Red+Green+Blue) = 47+59+40=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B28 is #D0C4D7. Grayscale: #353535. Windows color (decimal): -13681880 or 2636591. OLE color: 2636591.
HSL color Cylindrical-coordinate representation of color #2F3B28: hue angle of 97.89º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F3B28 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 59 | 40 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.77 |
| HSL | 97.89º | 0.19% | 0.19% | - |
| HSV(B) | 97.89º | 0.32% | 0.23% | - |
| XYZ | 3.12 | 3.89 | 2.59 | - |
| YUV | 53.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 40 | 0.20 | 0 | 0.32 | 0.77 | 97.89 | 0.19 | 0.19 |
| Hex | 2F | 3B | 28 | 14 | 0 | 20 | 4D | 62 | 13 | 13 |
| Octal | 57 | 73 | 50 | 24 | 0 | 40 | 115 | 142 | 23 | 23 |
| Binary | 101111 | 111011 | 101000 | 10100 | 0 | 100000 | 1001101 | 1100010 | 10011 | 10011 |
Color Harmonies of #2F3B28
Complementary color
Monochromatic Colors of #2F3B28
Black with #2F3B28
Text Example
Text Example
White with #2F3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B28; }
p { color: rgb(47,59,40); }
H1.HeaderClassName
{
color: #2F3B28;
}
.AnyTagClassName
{
color: #2F3B28;
}
</style>
background-color css
<style>
a { background-color: #2F3B28; }
a { background-color: rgb(47,59,40); }
div.DivClassName
{
background-color: #2F3B28;
}
.BgClassName
{
background-color: #2F3B28;
}
</style>
border-color css
<style>
span { border-color: #2F3B28; }
span { border-color: rgb(47,59,40); }
td.TdClassName
{
border-color: #2F3B28;
}
.TagClassName
{
border-color: #2F3B28;
}
</style>