Shades of Goblin #304E3E
Tints of Goblin #304E3E
RGB
CMYK
RGB Variations
Color information
#304E3E (or 0x304E3E) is known color: Goblin. HEX triplet: 30, 4E and 3E. RGB value is (48,78,62). Sum of RGB (Red+Green+Blue) = 48+78+62=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #304E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E3E is #CFB1C1. Grayscale: #434343. Windows color (decimal): -13611458 or 4083248. OLE color: 4083248.
HSL color Cylindrical-coordinate representation of color #304E3E: hue angle of 148º 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 #304E3E is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 78 | 62 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.69 |
| HSL | 148º | 0.24% | 0.25% | - |
| HSV(B) | 148º | 0.38% | 0.31% | - |
| XYZ | 4.81 | 6.42 | 5.54 | - |
| YUV | 67.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 62 | 0.38 | 0 | 0.21 | 0.69 | 148 | 0.24 | 0.25 |
| Hex | 30 | 4E | 3E | 26 | 0 | 15 | 45 | 94 | 18 | 19 |
| Octal | 60 | 116 | 76 | 46 | 0 | 25 | 105 | 224 | 30 | 31 |
| Binary | 110000 | 1001110 | 111110 | 100110 | 0 | 10101 | 1000101 | 10010100 | 11000 | 11001 |
Color Harmonies of #304E3E
Complementary color
Monochromatic Colors of #304E3E
Black with #304E3E
Text Example
Text Example
White with #304E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E3E; }
p { color: rgb(48,78,62); }
H1.HeaderClassName
{
color: #304E3E;
}
.AnyTagClassName
{
color: #304E3E;
}
</style>
background-color css
<style>
a { background-color: #304E3E; }
a { background-color: rgb(48,78,62); }
div.DivClassName
{
background-color: #304E3E;
}
.BgClassName
{
background-color: #304E3E;
}
</style>
border-color css
<style>
span { border-color: #304E3E; }
span { border-color: rgb(48,78,62); }
td.TdClassName
{
border-color: #304E3E;
}
.TagClassName
{
border-color: #304E3E;
}
</style>