Shades of Goblin #30533E
Tints of Goblin #30533E
RGB
CMYK
RGB Variations
Color information
#30533E (or 0x30533E) is known color: Goblin. HEX triplet: 30, 53 and 3E. RGB value is (48,83,62). Sum of RGB (Red+Green+Blue) = 48+83+62=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #30533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30533E is #CFACC1. Grayscale: #464646. Windows color (decimal): -13610178 or 4084528. OLE color: 4084528.
HSL color Cylindrical-coordinate representation of color #30533E: hue angle of 144º 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 #30533E is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 62 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.67 |
| HSL | 144º | 0.27% | 0.26% | - |
| HSV(B) | 144º | 0.42% | 0.33% | - |
| XYZ | 5.18 | 7.16 | 5.67 | - |
| YUV | 70.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 62 | 0.42 | 0 | 0.25 | 0.67 | 144 | 0.27 | 0.26 |
| Hex | 30 | 53 | 3E | 2A | 0 | 19 | 43 | 90 | 1B | 1A |
| Octal | 60 | 123 | 76 | 52 | 0 | 31 | 103 | 220 | 33 | 32 |
| Binary | 110000 | 1010011 | 111110 | 101010 | 0 | 11001 | 1000011 | 10010000 | 11011 | 11010 |
Color Harmonies of #30533E
Complementary color
Monochromatic Colors of #30533E
Black with #30533E
Text Example
Text Example
White with #30533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30533E; }
p { color: rgb(48,83,62); }
H1.HeaderClassName
{
color: #30533E;
}
.AnyTagClassName
{
color: #30533E;
}
</style>
background-color css
<style>
a { background-color: #30533E; }
a { background-color: rgb(48,83,62); }
div.DivClassName
{
background-color: #30533E;
}
.BgClassName
{
background-color: #30533E;
}
</style>
border-color css
<style>
span { border-color: #30533E; }
span { border-color: rgb(48,83,62); }
td.TdClassName
{
border-color: #30533E;
}
.TagClassName
{
border-color: #30533E;
}
</style>