Shades of Goblin #30563C
Tints of Goblin #30563C
RGB
CMYK
RGB Variations
Color information
#30563C (or 0x30563C) is known color: Goblin. HEX triplet: 30, 56 and 3C. RGB value is (48,86,60). Sum of RGB (Red+Green+Blue) = 48+86+60=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #30563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30563C is #CFA9C3. Grayscale: #474747. Windows color (decimal): -13609412 or 3954224. OLE color: 3954224.
HSL color Cylindrical-coordinate representation of color #30563C: hue angle of 138.95º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30563C is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 86 | 60 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.66 |
| HSL | 138.95º | 0.28% | 0.26% | - |
| HSV(B) | 138.95º | 0.44% | 0.34% | - |
| XYZ | 5.36 | 7.61 | 5.46 | - |
| YUV | 71.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 60 | 0.44 | 0 | 0.30 | 0.66 | 138.95 | 0.28 | 0.26 |
| Hex | 30 | 56 | 3C | 2C | 0 | 1E | 42 | 8B | 1C | 1A |
| Octal | 60 | 126 | 74 | 54 | 0 | 36 | 102 | 213 | 34 | 32 |
| Binary | 110000 | 1010110 | 111100 | 101100 | 0 | 11110 | 1000010 | 10001011 | 11100 | 11010 |
Color Harmonies of #30563C
Complementary color
Monochromatic Colors of #30563C
Black with #30563C
Text Example
Text Example
White with #30563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30563C; }
p { color: rgb(48,86,60); }
H1.HeaderClassName
{
color: #30563C;
}
.AnyTagClassName
{
color: #30563C;
}
</style>
background-color css
<style>
a { background-color: #30563C; }
a { background-color: rgb(48,86,60); }
div.DivClassName
{
background-color: #30563C;
}
.BgClassName
{
background-color: #30563C;
}
</style>
border-color css
<style>
span { border-color: #30563C; }
span { border-color: rgb(48,86,60); }
td.TdClassName
{
border-color: #30563C;
}
.TagClassName
{
border-color: #30563C;
}
</style>