Shades of Goblin #30513A
Tints of Goblin #30513A
RGB
CMYK
RGB Variations
Color information
#30513A (or 0x30513A) is known color: Goblin. HEX triplet: 30, 51 and 3A. RGB value is (48,81,58). Sum of RGB (Red+Green+Blue) = 48+81+58=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #30513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30513A is #CFAEC5. Grayscale: #444444. Windows color (decimal): -13610694 or 3821872. OLE color: 3821872.
HSL color Cylindrical-coordinate representation of color #30513A: hue angle of 138.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30513A is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 81 | 58 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.68 |
| HSL | 138.18º | 0.26% | 0.25% | - |
| HSV(B) | 138.18º | 0.41% | 0.32% | - |
| XYZ | 4.93 | 6.82 | 5.06 | - |
| YUV | 68.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 58 | 0.41 | 0 | 0.28 | 0.68 | 138.18 | 0.26 | 0.25 |
| Hex | 30 | 51 | 3A | 29 | 0 | 1C | 44 | 8A | 1A | 19 |
| Octal | 60 | 121 | 72 | 51 | 0 | 34 | 104 | 212 | 32 | 31 |
| Binary | 110000 | 1010001 | 111010 | 101001 | 0 | 11100 | 1000100 | 10001010 | 11010 | 11001 |
Color Harmonies of #30513A
Complementary color
Monochromatic Colors of #30513A
Black with #30513A
Text Example
Text Example
White with #30513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30513A; }
p { color: rgb(48,81,58); }
H1.HeaderClassName
{
color: #30513A;
}
.AnyTagClassName
{
color: #30513A;
}
</style>
background-color css
<style>
a { background-color: #30513A; }
a { background-color: rgb(48,81,58); }
div.DivClassName
{
background-color: #30513A;
}
.BgClassName
{
background-color: #30513A;
}
</style>
border-color css
<style>
span { border-color: #30513A; }
span { border-color: rgb(48,81,58); }
td.TdClassName
{
border-color: #30513A;
}
.TagClassName
{
border-color: #30513A;
}
</style>