Shades of Oil #2F3C28
Tints of Oil #2F3C28
RGB
CMYK
RGB Variations
Color information
#2F3C28 (or 0x2F3C28) is known color: Oil. HEX triplet: 2F, 3C and 28. RGB value is (47,60,40). Sum of RGB (Red+Green+Blue) = 47+60+40=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3C28 is #D0C3D7. Grayscale: #353535. Windows color (decimal): -13681624 or 2636847. OLE color: 2636847.
HSL color Cylindrical-coordinate representation of color #2F3C28: hue angle of 99º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F3C28 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 40 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.76 |
| HSL | 99º | 0.2% | 0.2% | - |
| HSV(B) | 99º | 0.33% | 0.24% | - |
| XYZ | 3.17 | 3.99 | 2.61 | - |
| YUV | 53.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 40 | 0.22 | 0 | 0.33 | 0.76 | 99 | 0.2 | 0.2 |
| Hex | 2F | 3C | 28 | 16 | 0 | 21 | 4C | 63 | 14 | 14 |
| Octal | 57 | 74 | 50 | 26 | 0 | 41 | 114 | 143 | 24 | 24 |
| Binary | 101111 | 111100 | 101000 | 10110 | 0 | 100001 | 1001100 | 1100011 | 10100 | 10100 |
Color Harmonies of #2F3C28
Complementary color
Monochromatic Colors of #2F3C28
Black with #2F3C28
Text Example
Text Example
White with #2F3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C28; }
p { color: rgb(47,60,40); }
H1.HeaderClassName
{
color: #2F3C28;
}
.AnyTagClassName
{
color: #2F3C28;
}
</style>
background-color css
<style>
a { background-color: #2F3C28; }
a { background-color: rgb(47,60,40); }
div.DivClassName
{
background-color: #2F3C28;
}
.BgClassName
{
background-color: #2F3C28;
}
</style>
border-color css
<style>
span { border-color: #2F3C28; }
span { border-color: rgb(47,60,40); }
td.TdClassName
{
border-color: #2F3C28;
}
.TagClassName
{
border-color: #2F3C28;
}
</style>