Shades of Goblin #30533C
Tints of Goblin #30533C
RGB
CMYK
RGB Variations
Color information
#30533C (or 0x30533C) is known color: Goblin. HEX triplet: 30, 53 and 3C. RGB value is (48,83,60). Sum of RGB (Red+Green+Blue) = 48+83+60=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #30533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30533C is #CFACC3. Grayscale: #454545. Windows color (decimal): -13610180 or 3953456. OLE color: 3953456.
HSL color Cylindrical-coordinate representation of color #30533C: hue angle of 140.57º 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 #30533C is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 60 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.67 |
| HSL | 140.57º | 0.27% | 0.26% | - |
| HSV(B) | 140.57º | 0.42% | 0.33% | - |
| XYZ | 5.13 | 7.14 | 5.38 | - |
| YUV | 69.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 60 | 0.42 | 0 | 0.28 | 0.67 | 140.57 | 0.27 | 0.26 |
| Hex | 30 | 53 | 3C | 2A | 0 | 1C | 43 | 8D | 1B | 1A |
| Octal | 60 | 123 | 74 | 52 | 0 | 34 | 103 | 215 | 33 | 32 |
| Binary | 110000 | 1010011 | 111100 | 101010 | 0 | 11100 | 1000011 | 10001101 | 11011 | 11010 |
Color Harmonies of #30533C
Complementary color
Monochromatic Colors of #30533C
Black with #30533C
Text Example
Text Example
White with #30533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30533C; }
p { color: rgb(48,83,60); }
H1.HeaderClassName
{
color: #30533C;
}
.AnyTagClassName
{
color: #30533C;
}
</style>
background-color css
<style>
a { background-color: #30533C; }
a { background-color: rgb(48,83,60); }
div.DivClassName
{
background-color: #30533C;
}
.BgClassName
{
background-color: #30533C;
}
</style>
border-color css
<style>
span { border-color: #30533C; }
span { border-color: rgb(48,83,60); }
td.TdClassName
{
border-color: #30533C;
}
.TagClassName
{
border-color: #30533C;
}
</style>