Shades of Goblin #305039
Tints of Goblin #305039
RGB
CMYK
RGB Variations
Color information
#305039 (or 0x305039) is known color: Goblin. HEX triplet: 30, 50 and 39. RGB value is (48,80,57). Sum of RGB (Red+Green+Blue) = 48+80+57=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #305039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305039 is #CFAFC6. Grayscale: #434343. Windows color (decimal): -13610951 or 3756080. OLE color: 3756080.
HSL color Cylindrical-coordinate representation of color #305039: hue angle of 136.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305039 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 57 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.69 |
| HSL | 136.88º | 0.25% | 0.25% | - |
| HSV(B) | 136.88º | 0.4% | 0.31% | - |
| XYZ | 4.83 | 6.66 | 4.9 | - |
| YUV | 67.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 57 | 0.40 | 0 | 0.29 | 0.69 | 136.88 | 0.25 | 0.25 |
| Hex | 30 | 50 | 39 | 28 | 0 | 1D | 45 | 89 | 19 | 19 |
| Octal | 60 | 120 | 71 | 50 | 0 | 35 | 105 | 211 | 31 | 31 |
| Binary | 110000 | 1010000 | 111001 | 101000 | 0 | 11101 | 1000101 | 10001001 | 11001 | 11001 |
Color Harmonies of #305039
Complementary color
Monochromatic Colors of #305039
Black with #305039
Text Example
Text Example
White with #305039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305039; }
p { color: rgb(48,80,57); }
H1.HeaderClassName
{
color: #305039;
}
.AnyTagClassName
{
color: #305039;
}
</style>
background-color css
<style>
a { background-color: #305039; }
a { background-color: rgb(48,80,57); }
div.DivClassName
{
background-color: #305039;
}
.BgClassName
{
background-color: #305039;
}
</style>
border-color css
<style>
span { border-color: #305039; }
span { border-color: rgb(48,80,57); }
td.TdClassName
{
border-color: #305039;
}
.TagClassName
{
border-color: #305039;
}
</style>