Shades of Goblin #304E3A
Tints of Goblin #304E3A
RGB
CMYK
RGB Variations
Color information
#304E3A (or 0x304E3A) is known color: Goblin. HEX triplet: 30, 4E and 3A. RGB value is (48,78,58). Sum of RGB (Red+Green+Blue) = 48+78+58=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #304E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E3A is #CFB1C5. Grayscale: #424242. Windows color (decimal): -13611462 or 3821104. OLE color: 3821104.
HSL color Cylindrical-coordinate representation of color #304E3A: hue angle of 140º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304E3A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 58 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.69 |
| HSL | 140º | 0.24% | 0.25% | - |
| HSV(B) | 140º | 0.38% | 0.31% | - |
| XYZ | 4.71 | 6.38 | 4.99 | - |
| YUV | 66.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 58 | 0.38 | 0 | 0.26 | 0.69 | 140 | 0.24 | 0.25 |
| Hex | 30 | 4E | 3A | 26 | 0 | 1A | 45 | 8C | 18 | 19 |
| Octal | 60 | 116 | 72 | 46 | 0 | 32 | 105 | 214 | 30 | 31 |
| Binary | 110000 | 1001110 | 111010 | 100110 | 0 | 11010 | 1000101 | 10001100 | 11000 | 11001 |
Color Harmonies of #304E3A
Complementary color
Monochromatic Colors of #304E3A
Black with #304E3A
Text Example
Text Example
White with #304E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E3A; }
p { color: rgb(48,78,58); }
H1.HeaderClassName
{
color: #304E3A;
}
.AnyTagClassName
{
color: #304E3A;
}
</style>
background-color css
<style>
a { background-color: #304E3A; }
a { background-color: rgb(48,78,58); }
div.DivClassName
{
background-color: #304E3A;
}
.BgClassName
{
background-color: #304E3A;
}
</style>
border-color css
<style>
span { border-color: #304E3A; }
span { border-color: rgb(48,78,58); }
td.TdClassName
{
border-color: #304E3A;
}
.TagClassName
{
border-color: #304E3A;
}
</style>