Shades of Goblin #30583C
Tints of Goblin #30583C
RGB
CMYK
RGB Variations
Color information
#30583C (or 0x30583C) is known color: Goblin. HEX triplet: 30, 58 and 3C. RGB value is (48,88,60). Sum of RGB (Red+Green+Blue) = 48+88+60=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #30583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30583C is #CFA7C3. Grayscale: #484848. Windows color (decimal): -13608900 or 3954736. OLE color: 3954736.
HSL color Cylindrical-coordinate representation of color #30583C: hue angle of 138º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30583C is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 60 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.65 |
| HSL | 138º | 0.29% | 0.27% | - |
| HSV(B) | 138º | 0.45% | 0.35% | - |
| XYZ | 5.52 | 7.93 | 5.52 | - |
| YUV | 72.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 60 | 0.45 | 0 | 0.32 | 0.65 | 138 | 0.29 | 0.27 |
| Hex | 30 | 58 | 3C | 2D | 0 | 20 | 41 | 8A | 1D | 1B |
| Octal | 60 | 130 | 74 | 55 | 0 | 40 | 101 | 212 | 35 | 33 |
| Binary | 110000 | 1011000 | 111100 | 101101 | 0 | 100000 | 1000001 | 10001010 | 11101 | 11011 |
Color Harmonies of #30583C
Complementary color
Monochromatic Colors of #30583C
Black with #30583C
Text Example
Text Example
White with #30583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30583C; }
p { color: rgb(48,88,60); }
H1.HeaderClassName
{
color: #30583C;
}
.AnyTagClassName
{
color: #30583C;
}
</style>
background-color css
<style>
a { background-color: #30583C; }
a { background-color: rgb(48,88,60); }
div.DivClassName
{
background-color: #30583C;
}
.BgClassName
{
background-color: #30583C;
}
</style>
border-color css
<style>
span { border-color: #30583C; }
span { border-color: rgb(48,88,60); }
td.TdClassName
{
border-color: #30583C;
}
.TagClassName
{
border-color: #30583C;
}
</style>