Shades of Goblin #304D3A
Tints of Goblin #304D3A
RGB
CMYK
RGB Variations
Color information
#304D3A (or 0x304D3A) is known color: Goblin. HEX triplet: 30, 4D and 3A. RGB value is (48,77,58). Sum of RGB (Red+Green+Blue) = 48+77+58=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #304D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D3A is #CFB2C5. Grayscale: #424242. Windows color (decimal): -13611718 or 3820848. OLE color: 3820848.
HSL color Cylindrical-coordinate representation of color #304D3A: hue angle of 140.69º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D3A is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 77 | 58 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.70 |
| HSL | 140.69º | 0.23% | 0.25% | - |
| HSV(B) | 140.69º | 0.38% | 0.3% | - |
| XYZ | 4.64 | 6.24 | 4.96 | - |
| YUV | 66.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 58 | 0.38 | 0 | 0.25 | 0.70 | 140.69 | 0.23 | 0.25 |
| Hex | 30 | 4D | 3A | 26 | 0 | 19 | 46 | 8D | 17 | 19 |
| Octal | 60 | 115 | 72 | 46 | 0 | 31 | 106 | 215 | 27 | 31 |
| Binary | 110000 | 1001101 | 111010 | 100110 | 0 | 11001 | 1000110 | 10001101 | 10111 | 11001 |
Color Harmonies of #304D3A
Complementary color
Monochromatic Colors of #304D3A
Black with #304D3A
Text Example
Text Example
White with #304D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D3A; }
p { color: rgb(48,77,58); }
H1.HeaderClassName
{
color: #304D3A;
}
.AnyTagClassName
{
color: #304D3A;
}
</style>
background-color css
<style>
a { background-color: #304D3A; }
a { background-color: rgb(48,77,58); }
div.DivClassName
{
background-color: #304D3A;
}
.BgClassName
{
background-color: #304D3A;
}
</style>
border-color css
<style>
span { border-color: #304D3A; }
span { border-color: rgb(48,77,58); }
td.TdClassName
{
border-color: #304D3A;
}
.TagClassName
{
border-color: #304D3A;
}
</style>