Shades of Oil #2C3D25
Tints of Oil #2C3D25
RGB
CMYK
RGB Variations
Color information
#2C3D25 (or 0x2C3D25) is known color: Oil. HEX triplet: 2C, 3D and 25. RGB value is (44,61,37). Sum of RGB (Red+Green+Blue) = 44+61+37=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D25 is #D3C2DA. Grayscale: #353535. Windows color (decimal): -13877979 or 2440492. OLE color: 2440492.
HSL color Cylindrical-coordinate representation of color #2C3D25: hue angle of 102.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C3D25 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 37 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.76 |
| HSL | 102.5º | 0.24% | 0.19% | - |
| HSV(B) | 102.5º | 0.39% | 0.24% | - |
| XYZ | 3.04 | 4.01 | 2.36 | - |
| YUV | 53.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 37 | 0.28 | 0 | 0.39 | 0.76 | 102.5 | 0.24 | 0.19 |
| Hex | 2C | 3D | 25 | 1C | 0 | 27 | 4C | 66 | 18 | 13 |
| Octal | 54 | 75 | 45 | 34 | 0 | 47 | 114 | 146 | 30 | 23 |
| Binary | 101100 | 111101 | 100101 | 11100 | 0 | 100111 | 1001100 | 1100110 | 11000 | 10011 |
Color Harmonies of #2C3D25
Complementary color
Monochromatic Colors of #2C3D25
Black with #2C3D25
Text Example
Text Example
White with #2C3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D25; }
p { color: rgb(44,61,37); }
H1.HeaderClassName
{
color: #2C3D25;
}
.AnyTagClassName
{
color: #2C3D25;
}
</style>
background-color css
<style>
a { background-color: #2C3D25; }
a { background-color: rgb(44,61,37); }
div.DivClassName
{
background-color: #2C3D25;
}
.BgClassName
{
background-color: #2C3D25;
}
</style>
border-color css
<style>
span { border-color: #2C3D25; }
span { border-color: rgb(44,61,37); }
td.TdClassName
{
border-color: #2C3D25;
}
.TagClassName
{
border-color: #2C3D25;
}
</style>