Shades of Oil #303D2B
Tints of Oil #303D2B
RGB
CMYK
RGB Variations
Color information
#303D2B (or 0x303D2B) is known color: Oil. HEX triplet: 30, 3D and 2B. RGB value is (48,61,43). Sum of RGB (Red+Green+Blue) = 48+61+43=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #303D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D2B is #CFC2D4. Grayscale: #373737. Windows color (decimal): -13615829 or 2833712. OLE color: 2833712.
HSL color Cylindrical-coordinate representation of color #303D2B: hue angle of 103.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303D2B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 43 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.76 |
| HSL | 103.33º | 0.17% | 0.2% | - |
| HSV(B) | 103.33º | 0.3% | 0.24% | - |
| XYZ | 3.32 | 4.14 | 2.91 | - |
| YUV | 55.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 43 | 0.21 | 0 | 0.30 | 0.76 | 103.33 | 0.17 | 0.2 |
| Hex | 30 | 3D | 2B | 15 | 0 | 1E | 4C | 67 | 11 | 14 |
| Octal | 60 | 75 | 53 | 25 | 0 | 36 | 114 | 147 | 21 | 24 |
| Binary | 110000 | 111101 | 101011 | 10101 | 0 | 11110 | 1001100 | 1100111 | 10001 | 10100 |
Color Harmonies of #303D2B
Complementary color
Monochromatic Colors of #303D2B
Black with #303D2B
Text Example
Text Example
White with #303D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D2B; }
p { color: rgb(48,61,43); }
H1.HeaderClassName
{
color: #303D2B;
}
.AnyTagClassName
{
color: #303D2B;
}
</style>
background-color css
<style>
a { background-color: #303D2B; }
a { background-color: rgb(48,61,43); }
div.DivClassName
{
background-color: #303D2B;
}
.BgClassName
{
background-color: #303D2B;
}
</style>
border-color css
<style>
span { border-color: #303D2B; }
span { border-color: rgb(48,61,43); }
td.TdClassName
{
border-color: #303D2B;
}
.TagClassName
{
border-color: #303D2B;
}
</style>