Shades of Goblin #304F3A
Tints of Goblin #304F3A
RGB
CMYK
RGB Variations
Color information
#304F3A (or 0x304F3A) is known color: Goblin. HEX triplet: 30, 4F and 3A. RGB value is (48,79,58). Sum of RGB (Red+Green+Blue) = 48+79+58=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #304F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F3A is #CFB0C5. Grayscale: #434343. Windows color (decimal): -13611206 or 3821360. OLE color: 3821360.
HSL color Cylindrical-coordinate representation of color #304F3A: hue angle of 139.35º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F3A is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 58 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.69 |
| HSL | 139.35º | 0.24% | 0.25% | - |
| HSV(B) | 139.35º | 0.39% | 0.31% | - |
| XYZ | 4.78 | 6.53 | 5.01 | - |
| YUV | 67.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 58 | 0.39 | 0 | 0.27 | 0.69 | 139.35 | 0.24 | 0.25 |
| Hex | 30 | 4F | 3A | 27 | 0 | 1B | 45 | 8B | 18 | 19 |
| Octal | 60 | 117 | 72 | 47 | 0 | 33 | 105 | 213 | 30 | 31 |
| Binary | 110000 | 1001111 | 111010 | 100111 | 0 | 11011 | 1000101 | 10001011 | 11000 | 11001 |
Color Harmonies of #304F3A
Complementary color
Monochromatic Colors of #304F3A
Black with #304F3A
Text Example
Text Example
White with #304F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F3A; }
p { color: rgb(48,79,58); }
H1.HeaderClassName
{
color: #304F3A;
}
.AnyTagClassName
{
color: #304F3A;
}
</style>
background-color css
<style>
a { background-color: #304F3A; }
a { background-color: rgb(48,79,58); }
div.DivClassName
{
background-color: #304F3A;
}
.BgClassName
{
background-color: #304F3A;
}
</style>
border-color css
<style>
span { border-color: #304F3A; }
span { border-color: rgb(48,79,58); }
td.TdClassName
{
border-color: #304F3A;
}
.TagClassName
{
border-color: #304F3A;
}
</style>