Shades of Goblin #304E3D
Tints of Goblin #304E3D
RGB
CMYK
RGB Variations
Color information
#304E3D (or 0x304E3D) is known color: Goblin. HEX triplet: 30, 4E and 3D. RGB value is (48,78,61). Sum of RGB (Red+Green+Blue) = 48+78+61=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #304E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E3D is #CFB1C2. Grayscale: #434343. Windows color (decimal): -13611459 or 4017712. OLE color: 4017712.
HSL color Cylindrical-coordinate representation of color #304E3D: hue angle of 146º 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 #304E3D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 61 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.69 |
| HSL | 146º | 0.24% | 0.25% | - |
| HSV(B) | 146º | 0.38% | 0.31% | - |
| XYZ | 4.79 | 6.41 | 5.4 | - |
| YUV | 67.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 61 | 0.38 | 0 | 0.22 | 0.69 | 146 | 0.24 | 0.25 |
| Hex | 30 | 4E | 3D | 26 | 0 | 16 | 45 | 92 | 18 | 19 |
| Octal | 60 | 116 | 75 | 46 | 0 | 26 | 105 | 222 | 30 | 31 |
| Binary | 110000 | 1001110 | 111101 | 100110 | 0 | 10110 | 1000101 | 10010010 | 11000 | 11001 |
Color Harmonies of #304E3D
Complementary color
Monochromatic Colors of #304E3D
Black with #304E3D
Text Example
Text Example
White with #304E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E3D; }
p { color: rgb(48,78,61); }
H1.HeaderClassName
{
color: #304E3D;
}
.AnyTagClassName
{
color: #304E3D;
}
</style>
background-color css
<style>
a { background-color: #304E3D; }
a { background-color: rgb(48,78,61); }
div.DivClassName
{
background-color: #304E3D;
}
.BgClassName
{
background-color: #304E3D;
}
</style>
border-color css
<style>
span { border-color: #304E3D; }
span { border-color: rgb(48,78,61); }
td.TdClassName
{
border-color: #304E3D;
}
.TagClassName
{
border-color: #304E3D;
}
</style>