Shades of Goblin #2E563C
Tints of Goblin #2E563C
RGB
CMYK
RGB Variations
Color information
#2E563C (or 0x2E563C) is known color: Goblin. HEX triplet: 2E, 56 and 3C. RGB value is (46,86,60). Sum of RGB (Red+Green+Blue) = 46+86+60=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #2E563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E563C is #D1A9C3. Grayscale: #474747. Windows color (decimal): -13740484 or 3954222. OLE color: 3954222.
HSL color Cylindrical-coordinate representation of color #2E563C: hue angle of 141º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E563C is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 60 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.66 |
| HSL | 141º | 0.3% | 0.26% | - |
| HSV(B) | 141º | 0.47% | 0.34% | - |
| XYZ | 5.27 | 7.56 | 5.46 | - |
| YUV | 71.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 60 | 0.47 | 0 | 0.30 | 0.66 | 141 | 0.3 | 0.26 |
| Hex | 2E | 56 | 3C | 2F | 0 | 1E | 42 | 8D | 1E | 1A |
| Octal | 56 | 126 | 74 | 57 | 0 | 36 | 102 | 215 | 36 | 32 |
| Binary | 101110 | 1010110 | 111100 | 101111 | 0 | 11110 | 1000010 | 10001101 | 11110 | 11010 |
Color Harmonies of #2E563C
Complementary color
Monochromatic Colors of #2E563C
Black with #2E563C
Text Example
Text Example
White with #2E563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E563C; }
p { color: rgb(46,86,60); }
H1.HeaderClassName
{
color: #2E563C;
}
.AnyTagClassName
{
color: #2E563C;
}
</style>
background-color css
<style>
a { background-color: #2E563C; }
a { background-color: rgb(46,86,60); }
div.DivClassName
{
background-color: #2E563C;
}
.BgClassName
{
background-color: #2E563C;
}
</style>
border-color css
<style>
span { border-color: #2E563C; }
span { border-color: rgb(46,86,60); }
td.TdClassName
{
border-color: #2E563C;
}
.TagClassName
{
border-color: #2E563C;
}
</style>