Shades of Goblin #305036
Tints of Goblin #305036
RGB
CMYK
RGB Variations
Color information
#305036 (or 0x305036) is known color: Goblin. HEX triplet: 30, 50 and 36. RGB value is (48,80,54). Sum of RGB (Red+Green+Blue) = 48+80+54=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #305036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305036 is #CFAFC9. Grayscale: #434343. Windows color (decimal): -13610954 or 3559472. OLE color: 3559472.
HSL color Cylindrical-coordinate representation of color #305036: hue angle of 131.25º 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 #305036 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 54 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.69 |
| HSL | 131.25º | 0.25% | 0.25% | - |
| HSV(B) | 131.25º | 0.4% | 0.31% | - |
| XYZ | 4.75 | 6.63 | 4.52 | - |
| YUV | 67.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 54 | 0.40 | 0 | 0.33 | 0.69 | 131.25 | 0.25 | 0.25 |
| Hex | 30 | 50 | 36 | 28 | 0 | 21 | 45 | 83 | 19 | 19 |
| Octal | 60 | 120 | 66 | 50 | 0 | 41 | 105 | 203 | 31 | 31 |
| Binary | 110000 | 1010000 | 110110 | 101000 | 0 | 100001 | 1000101 | 10000011 | 11001 | 11001 |
Color Harmonies of #305036
Complementary color
Monochromatic Colors of #305036
Black with #305036
Text Example
Text Example
White with #305036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305036; }
p { color: rgb(48,80,54); }
H1.HeaderClassName
{
color: #305036;
}
.AnyTagClassName
{
color: #305036;
}
</style>
background-color css
<style>
a { background-color: #305036; }
a { background-color: rgb(48,80,54); }
div.DivClassName
{
background-color: #305036;
}
.BgClassName
{
background-color: #305036;
}
</style>
border-color css
<style>
span { border-color: #305036; }
span { border-color: rgb(48,80,54); }
td.TdClassName
{
border-color: #305036;
}
.TagClassName
{
border-color: #305036;
}
</style>