Shades of Oil #2C3D27
Tints of Oil #2C3D27
RGB
CMYK
RGB Variations
Color information
#2C3D27 (or 0x2C3D27) is known color: Oil. HEX triplet: 2C, 3D and 27. RGB value is (44,61,39). Sum of RGB (Red+Green+Blue) = 44+61+39=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D27 is #D3C2D8. Grayscale: #353535. Windows color (decimal): -13877977 or 2571564. OLE color: 2571564.
HSL color Cylindrical-coordinate representation of color #2C3D27: hue angle of 106.36º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2C3D27 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 39 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.76 |
| HSL | 106.36º | 0.22% | 0.2% | - |
| HSV(B) | 106.36º | 0.36% | 0.24% | - |
| XYZ | 3.07 | 4.02 | 2.53 | - |
| YUV | 53.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 39 | 0.28 | 0 | 0.36 | 0.76 | 106.36 | 0.22 | 0.2 |
| Hex | 2C | 3D | 27 | 1C | 0 | 24 | 4C | 6A | 16 | 14 |
| Octal | 54 | 75 | 47 | 34 | 0 | 44 | 114 | 152 | 26 | 24 |
| Binary | 101100 | 111101 | 100111 | 11100 | 0 | 100100 | 1001100 | 1101010 | 10110 | 10100 |
Color Harmonies of #2C3D27
Complementary color
Monochromatic Colors of #2C3D27
Black with #2C3D27
Text Example
Text Example
White with #2C3D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D27; }
p { color: rgb(44,61,39); }
H1.HeaderClassName
{
color: #2C3D27;
}
.AnyTagClassName
{
color: #2C3D27;
}
</style>
background-color css
<style>
a { background-color: #2C3D27; }
a { background-color: rgb(44,61,39); }
div.DivClassName
{
background-color: #2C3D27;
}
.BgClassName
{
background-color: #2C3D27;
}
</style>
border-color css
<style>
span { border-color: #2C3D27; }
span { border-color: rgb(44,61,39); }
td.TdClassName
{
border-color: #2C3D27;
}
.TagClassName
{
border-color: #2C3D27;
}
</style>