Shades of Goblin #30533D
Tints of Goblin #30533D
RGB
CMYK
RGB Variations
Color information
#30533D (or 0x30533D) is known color: Goblin. HEX triplet: 30, 53 and 3D. RGB value is (48,83,61). Sum of RGB (Red+Green+Blue) = 48+83+61=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #30533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30533D is #CFACC2. Grayscale: #464646. Windows color (decimal): -13610179 or 4018992. OLE color: 4018992.
HSL color Cylindrical-coordinate representation of color #30533D: hue angle of 142.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30533D is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 61 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.67 |
| HSL | 142.29º | 0.27% | 0.26% | - |
| HSV(B) | 142.29º | 0.42% | 0.33% | - |
| XYZ | 5.15 | 7.15 | 5.52 | - |
| YUV | 70.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 61 | 0.42 | 0 | 0.27 | 0.67 | 142.29 | 0.27 | 0.26 |
| Hex | 30 | 53 | 3D | 2A | 0 | 1B | 43 | 8E | 1B | 1A |
| Octal | 60 | 123 | 75 | 52 | 0 | 33 | 103 | 216 | 33 | 32 |
| Binary | 110000 | 1010011 | 111101 | 101010 | 0 | 11011 | 1000011 | 10001110 | 11011 | 11010 |
Color Harmonies of #30533D
Complementary color
Monochromatic Colors of #30533D
Black with #30533D
Text Example
Text Example
White with #30533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30533D; }
p { color: rgb(48,83,61); }
H1.HeaderClassName
{
color: #30533D;
}
.AnyTagClassName
{
color: #30533D;
}
</style>
background-color css
<style>
a { background-color: #30533D; }
a { background-color: rgb(48,83,61); }
div.DivClassName
{
background-color: #30533D;
}
.BgClassName
{
background-color: #30533D;
}
</style>
border-color css
<style>
span { border-color: #30533D; }
span { border-color: rgb(48,83,61); }
td.TdClassName
{
border-color: #30533D;
}
.TagClassName
{
border-color: #30533D;
}
</style>