Shades of Oil #303E28
Tints of Oil #303E28
RGB
CMYK
RGB Variations
Color information
#303E28 (or 0x303E28) is known color: Oil. HEX triplet: 30, 3E and 28. RGB value is (48,62,40). Sum of RGB (Red+Green+Blue) = 48+62+40=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #303E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E28 is #CFC1D7. Grayscale: #373737. Windows color (decimal): -13615576 or 2637360. OLE color: 2637360.
HSL color Cylindrical-coordinate representation of color #303E28: hue angle of 98.18º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303E28 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 40 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.76 |
| HSL | 98.18º | 0.22% | 0.2% | - |
| HSV(B) | 98.18º | 0.35% | 0.24% | - |
| XYZ | 3.32 | 4.23 | 2.65 | - |
| YUV | 55.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 40 | 0.23 | 0 | 0.35 | 0.76 | 98.18 | 0.22 | 0.2 |
| Hex | 30 | 3E | 28 | 17 | 0 | 23 | 4C | 62 | 16 | 14 |
| Octal | 60 | 76 | 50 | 27 | 0 | 43 | 114 | 142 | 26 | 24 |
| Binary | 110000 | 111110 | 101000 | 10111 | 0 | 100011 | 1001100 | 1100010 | 10110 | 10100 |
Color Harmonies of #303E28
Complementary color
Monochromatic Colors of #303E28
Black with #303E28
Text Example
Text Example
White with #303E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E28; }
p { color: rgb(48,62,40); }
H1.HeaderClassName
{
color: #303E28;
}
.AnyTagClassName
{
color: #303E28;
}
</style>
background-color css
<style>
a { background-color: #303E28; }
a { background-color: rgb(48,62,40); }
div.DivClassName
{
background-color: #303E28;
}
.BgClassName
{
background-color: #303E28;
}
</style>
border-color css
<style>
span { border-color: #303E28; }
span { border-color: rgb(48,62,40); }
td.TdClassName
{
border-color: #303E28;
}
.TagClassName
{
border-color: #303E28;
}
</style>