Shades of Goblin #30553F
Tints of Goblin #30553F
RGB
CMYK
RGB Variations
Color information
#30553F (or 0x30553F) is known color: Goblin. HEX triplet: 30, 55 and 3F. RGB value is (48,85,63). Sum of RGB (Red+Green+Blue) = 48+85+63=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #30553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30553F is #CFAAC0. Grayscale: #474747. Windows color (decimal): -13609665 or 4150576. OLE color: 4150576.
HSL color Cylindrical-coordinate representation of color #30553F: hue angle of 144.32º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30553F is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 63 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.67 |
| HSL | 144.32º | 0.28% | 0.26% | - |
| HSV(B) | 144.32º | 0.44% | 0.33% | - |
| XYZ | 5.36 | 7.48 | 5.86 | - |
| YUV | 71.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 63 | 0.44 | 0 | 0.26 | 0.67 | 144.32 | 0.28 | 0.26 |
| Hex | 30 | 55 | 3F | 2C | 0 | 1A | 43 | 90 | 1C | 1A |
| Octal | 60 | 125 | 77 | 54 | 0 | 32 | 103 | 220 | 34 | 32 |
| Binary | 110000 | 1010101 | 111111 | 101100 | 0 | 11010 | 1000011 | 10010000 | 11100 | 11010 |
Color Harmonies of #30553F
Complementary color
Monochromatic Colors of #30553F
Black with #30553F
Text Example
Text Example
White with #30553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30553F; }
p { color: rgb(48,85,63); }
H1.HeaderClassName
{
color: #30553F;
}
.AnyTagClassName
{
color: #30553F;
}
</style>
background-color css
<style>
a { background-color: #30553F; }
a { background-color: rgb(48,85,63); }
div.DivClassName
{
background-color: #30553F;
}
.BgClassName
{
background-color: #30553F;
}
</style>
border-color css
<style>
span { border-color: #30553F; }
span { border-color: rgb(48,85,63); }
td.TdClassName
{
border-color: #30553F;
}
.TagClassName
{
border-color: #30553F;
}
</style>