Shades of Goblin #30593E
Tints of Goblin #30593E
RGB
CMYK
RGB Variations
Color information
#30593E (or 0x30593E) is known color: Goblin. HEX triplet: 30, 59 and 3E. RGB value is (48,89,62). Sum of RGB (Red+Green+Blue) = 48+89+62=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #30593E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30593E is #CFA6C1. Grayscale: #494949. Windows color (decimal): -13608642 or 4086064. OLE color: 4086064.
HSL color Cylindrical-coordinate representation of color #30593E: hue angle of 140.49º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30593E is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 89 | 62 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.65 |
| HSL | 140.49º | 0.3% | 0.27% | - |
| HSV(B) | 140.49º | 0.46% | 0.35% | - |
| XYZ | 5.66 | 8.12 | 5.83 | - |
| YUV | 73.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 62 | 0.46 | 0 | 0.30 | 0.65 | 140.49 | 0.3 | 0.27 |
| Hex | 30 | 59 | 3E | 2E | 0 | 1E | 41 | 8C | 1E | 1B |
| Octal | 60 | 131 | 76 | 56 | 0 | 36 | 101 | 214 | 36 | 33 |
| Binary | 110000 | 1011001 | 111110 | 101110 | 0 | 11110 | 1000001 | 10001100 | 11110 | 11011 |
Color Harmonies of #30593E
Complementary color
Monochromatic Colors of #30593E
Black with #30593E
Text Example
Text Example
White with #30593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30593E; }
p { color: rgb(48,89,62); }
H1.HeaderClassName
{
color: #30593E;
}
.AnyTagClassName
{
color: #30593E;
}
</style>
background-color css
<style>
a { background-color: #30593E; }
a { background-color: rgb(48,89,62); }
div.DivClassName
{
background-color: #30593E;
}
.BgClassName
{
background-color: #30593E;
}
</style>
border-color css
<style>
span { border-color: #30593E; }
span { border-color: rgb(48,89,62); }
td.TdClassName
{
border-color: #30593E;
}
.TagClassName
{
border-color: #30593E;
}
</style>